Compare commits

...

13 Commits

Author SHA1 Message Date
46308ad6b2 new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 4s
2025-06-10 18:52:28 -05:00
2ded44ee69 new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 4s
2025-06-10 18:43:41 -05:00
d11f207275 new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 3s
2025-06-10 18:41:22 -05:00
d45f84d29a new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 8s
2025-06-10 18:39:38 -05:00
85786bf348 new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 7s
2025-06-10 18:15:38 -05:00
3e96966b3f new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 7s
2025-06-10 18:09:04 -05:00
8aaf47324a new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 3s
2025-06-10 16:52:14 -05:00
944f548067 new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 7s
2025-06-10 16:50:35 -05:00
7d8c14ebe8 new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 2s
2025-06-10 16:48:38 -05:00
a7520af8e4 new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 2s
2025-06-10 16:46:06 -05:00
44a45bcb58 new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 2s
2025-06-10 16:45:15 -05:00
f376ed5dfb new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 17s
2025-06-10 16:43:27 -05:00
3b86cb5fca new post
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 5s
2025-06-10 07:45:22 -05:00
9 changed files with 68 additions and 18 deletions

View File

@ -1,6 +1,6 @@
+++ +++
title = '{{title}}' title = '{{title}}'
date = '{{date}}' date = "2019-01-25"
author = '' author = ''
cover = '' cover = ''
tags = ['', ''] tags = ['', '']

18
Hello Friend.md Normal file
View File

@ -0,0 +1,18 @@
+++
title = "Hello Friend"
date = "2019-01-25"
author = "Lorem Ipsum"
cover = "hello.jpg"
description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante."
+++
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. **Donec quis dolor nec nunc mollis interdum vel in purus**. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.
> Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.
Sed a leo id risus venenatis vulputate non quis nulla. Aenean nisl quam, lacinia pulvinar orci sit amet, eleifend eleifend dui. Nulla tempor ligula leo, eu vehicula quam condimentum a. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla gravida tristique nunc sed semper. Morbi nec felis odio.
- Sed efficitur, lacus ac scelerisque pellentesque, lectus risus dignissim nisl, fermentum semper lectus diam eget lacus.
- Nunc ornare purus enim, id eleifend mauris vestibulum volutpat.
- Aenean facilisis ut ipsum condimentum ultrices.
- Fusce sed metus vulputate, lobortis purus et, finibus purus. Suspendisse quis posuere lorem. Vivamus vulputate nec risus in pulvinar.

15
Mobile Post.md Normal file
View File

@ -0,0 +1,15 @@
+++
title = "Mobile Post"
date = "2025-06-10"
author = ""
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
readingTime = false
hideComments = false
+++
Some text

View File

@ -1,6 +1,6 @@
+++ +++
title = '{{title}}' title = '{{title}}'
date = '{{date}}' date = "2019-01-25"
author = '' author = ''
cover = '' cover = ''
tags = ['', ''] tags = ['', '']

View File

@ -1,14 +0,0 @@
+++
title = '{{title}}'
date = '{{date}}'
author = ''
cover = ''
tags = ['', '']
keywords = ['', '']
description = ''
showFullContent = false
readingTime = false
hideComments = false
+++
Just some text

14
fixing title.md Normal file
View File

@ -0,0 +1,14 @@
+++
title = "Fixing Title"
date = "2025-06-10"
author = ""
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
readingTime = false
hideComments = false
+++

View File

@ -1,6 +1,6 @@
+++ +++
title = '{{title}}' title = '{{title}}'
date = '{{date}}' date = "2019-01-25"
author = '' author = ''
cover = '' cover = ''
tags = ['', ''] tags = ['', '']

View File

@ -1,6 +1,6 @@
+++ +++
title = '{{title}}' title = '{{title}}'
date = '{{date}}' date = "2019-01-25"
author = '' author = ''
cover = '' cover = ''
tags = ['', ''] tags = ['', '']

17
tuesday.md Normal file
View File

@ -0,0 +1,17 @@
+++
title = "tuesday"
date = "2025-06-10"
author = ""
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
readingTime = false
hideComments = false
+++
Here is my text!