add content

This commit is contained in:
Santiago Forero 2021-08-24 21:07:06 -05:00
parent d0b1d2d68a
commit 5e65fd879f
9 changed files with 134 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

56
config.toml Normal file
View File

@ -0,0 +1,56 @@
baseURL = 'https://forero.ga/'
languageCode = 'en-us'
title = 'Santiago Forero'
theme = 'hello-friend-ng'
paginate = 10
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "A simple and beautiful blog"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = false
# Metadata mostly used in document's head
description = "Santiago Forero"
keywords = "homepage, blog"
images = [""]
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Santiago Forero"
subtitle = ""
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "forero"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "about-me"
name = "About me"
url = "/about-me"

20
content/about-me.md Normal file
View File

@ -0,0 +1,20 @@
---
title: "About me"
---
![Robohash avatar](https://robohash.org/forero)
- **Name:** Santiago Forero
- **Date of birth:** May 6th 2006
- **Pronouns:** he/him
15 years old
## Social Media
- **Instagram:** [@santiagoforer](https://www.instagram.com/santiagoforer/)
- **Twitter:** [@SantiagooForero](https://twitter.com/SantiagooForero/)
- **Mastodon:** [@forero@tilde.zone](https://tilde.zone/@forero/)
## Contact
- **Email:** santiago@forero.ga
- **IRC:** Join #forero or message me on libera.chat

21
content/posts/day-1.md Normal file
View File

@ -0,0 +1,21 @@
---
title: "Day 1"
date: 2021-08-24T20:41:33-05:00
draft: true
tags:
- daily
---
- **Day:** 1
- **Date:** Tuesday, May 5, 2021
Dear readers,
Today is the first day of my e-diary, a project that aims to document my life and share thoughts and ideas.
I woke up at around 6:40 in the morning, took a shower, brushed my teeth and started my virtual school day, I do not enjoy virtual classes anymore, I'm tired of them, I believe that 1.5+ years of virtual school is enough for me, I cannot wait to go to the irl school.
Until around 12PM my classes finally ended, I had my lunch and went to my athletics training (I'm getting started in the athletics world, and I'm already having a competition the saturday) from 3PM to 5PM, I believe it was the best part of my day.
I really enjoy doing athleticism and I think it's a really nice way to spend my time. Today was my second day training with **IDRD** (Instituto Distrital de Recreación y Deporte) for free! Isn't it amazing? Today I worked on my running speed and practiced bit of javelin throwing, it isn't as hard as I thought it would be, but it still requires technique and concentration.
This is a little summary of my day, it was a normal day, nothing special, I did enjoy a lot today's training.

View File

@ -0,0 +1,23 @@
---
title: "My new website"
date: 2021-08-24T18:16:02-05:00
draft: false
toc: false
images:
tags:
- meta
---
Hello there, I'm glad you found my website, my small corner of the internet, you may be wondering what is this place, right? Well, this is my blog, yep, this is just another blog in the world wide web.
I have had several failed attempts of a personal website/blog, they all looked terrible, I tried using php layouts, jekyll, plain HTML, etc... but the results weren't really nice for me :( (probably because I don't know how to use them appropriately), so I decided to give premade themes a try with [hugo](https://gohugo.io/), so far so good, it's been working perfectly fine and it's certainly better than my themes, the theme the website uses right now is called [hello-friend-ng](https://themes.gohugo.io/themes/hugo-theme-hello-friend-ng/). It's pretty simple but I like it :D
## The blog
My blog is a place to express, give opinions and share thoughts and ideas.
This is the first post of my blog, I plan to write at least one short post everyday talking about my day, feelings, what I learned, etc. This kind of journal will be a fun way to document my life and practice my redaction skills. All these posts will have the [daily tag](http://forero.ga/tags/daily/)
Additionally there will be less frecuent long posts about a topic in specific.
## The end
Thank you for reading my post, I hope you enjoyed and stay tunned!

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css","MediaType":"text/css","Data":{"Integrity":"sha256-KcLIw/yc90glQTg1HxQqwoM7IIpo6DrsEm7cmLWe/vI="}}

@ -0,0 +1 @@
Subproject commit 57bd108819c412e1099ba090a92569e530867619