add public/

This commit is contained in:
Santiago Forero 2021-08-24 21:10:34 -05:00
parent 72c80efad5
commit b665714d00
40 changed files with 2244 additions and 0 deletions

147
public/404.html Normal file
View File

@ -0,0 +1,147 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/404.html" />
<title>
404 Page not found :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/404.html" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<div id="spotlight" class="error-404 animated fadeIn">
<p class="img-404">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle"><line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path></svg>
</p>
<div class="banner-404">
<h1>404</h1>
<p>Oops, page not found…</p>
<p class="btn-404">
<a href="https://forero.ga/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>Home</a>
<a href="https://forero.ga/posts">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg>Archives</a>
</p>
</div>
</div>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

185
public/about-me/index.html Normal file
View File

@ -0,0 +1,185 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content=" Name: Santiago Forero Date of birth: May 6th 2006 Pronouns: he/him 15 years old
Social Media Instagram: @santiagoforer Twitter: @SantiagooForero Mastodon: @forero@tilde.zone Contact Email: santiago@forero.ga IRC: Join #forero or message me on libera.chat " />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/about-me/" />
<title>
About me :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="About me">
<meta itemprop="description" content=" Name: Santiago Forero Date of birth: May 6th 2006 Pronouns: he/him 15 years old
Social Media Instagram: @santiagoforer Twitter: @SantiagooForero Mastodon: @forero@tilde.zone Contact Email: santiago@forero.ga IRC: Join #forero or message me on libera.chat ">
<meta itemprop="wordCount" content="33"><meta itemprop="image" content="https://forero.ga/"/>
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="About me"/>
<meta name="twitter:description" content=" Name: Santiago Forero Date of birth: May 6th 2006 Pronouns: he/him 15 years old
Social Media Instagram: @santiagoforer Twitter: @SantiagooForero Mastodon: @forero@tilde.zone Contact Email: santiago@forero.ga IRC: Join #forero or message me on libera.chat "/>
<meta property="og:title" content="About me" />
<meta property="og:description" content=" Name: Santiago Forero Date of birth: May 6th 2006 Pronouns: he/him 15 years old
Social Media Instagram: @santiagoforer Twitter: @SantiagooForero Mastodon: @forero@tilde.zone Contact Email: santiago@forero.ga IRC: Join #forero or message me on libera.chat " />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://forero.ga/about-me/" /><meta property="og:image" content="https://forero.ga/"/><meta property="article:section" content="" />
<meta property="og:site_name" content="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="post">
<div class="post-info">
</p>
</div>
<article>
<h2 class="post-title"><a href="https://forero.ga/about-me/">About me</a></h2>
<div class="post-content">
<p><img src="https://robohash.org/forero" alt="Robohash avatar"></p>
<ul>
<li><strong>Name:</strong> Santiago Forero</li>
<li><strong>Date of birth:</strong> May 6th 2006</li>
<li><strong>Pronouns:</strong> he/him</li>
</ul>
<p>15 years old</p>
<h2 id="social-media">Social Media</h2>
<ul>
<li><strong>Instagram:</strong> <a href="https://www.instagram.com/santiagoforer/">@santiagoforer</a></li>
<li><strong>Twitter:</strong> <a href="https://twitter.com/SantiagooForero/">@SantiagooForero</a></li>
<li><strong>Mastodon:</strong> <a href="https://tilde.zone/@forero/">@forero@tilde.zone</a></li>
</ul>
<h2 id="contact">Contact</h2>
<ul>
<li><strong>Email:</strong> <a href="mailto:santiago@forero.ga">santiago@forero.ga</a></li>
<li><strong>IRC:</strong> Join #forero or message me on libera.chat</li>
</ul>
</div>
</article>
<hr />
<div class="post-info">
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

149
public/blog/index.html Normal file
View File

@ -0,0 +1,149 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/blog/" />
<title>
Blog :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Blog">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Blog"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="Blog" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/blog/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/blog/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>Blog</h1>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

11
public/blog/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog on Santiago Forero</title>
<link>https://forero.ga/blog/</link>
<description>Recent content in Blog on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright><atom:link href="https://forero.ga/blog/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/blog/</title><link rel="canonical" href="https://forero.ga/blog/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/blog/" /></head></html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

142
public/index.html Normal file
View File

@ -0,0 +1,142 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.87.0" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="A simple and beautiful blog" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/" />
<title>
Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Santiago Forero">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Santiago Forero"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="Santiago Forero" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/index.xml" title="Santiago Forero" />
</head>
<body class="">
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main aria-role="main">
<div>
<h1>Santiago Forero</h1>
<p>A simple and beautiful blog</p>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

42
public/index.xml Normal file
View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Santiago Forero</title>
<link>https://forero.ga/</link>
<description>Recent content on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
<lastBuildDate>Tue, 24 Aug 2021 20:41:33 -0500</lastBuildDate><atom:link href="https://forero.ga/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Day 1</title>
<link>https://forero.ga/posts/day-1/</link>
<pubDate>Tue, 24 Aug 2021 20:41:33 -0500</pubDate>
<guid>https://forero.ga/posts/day-1/</guid>
<description>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&amp;rsquo;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.</description>
</item>
<item>
<title>My new website</title>
<link>https://forero.ga/posts/my-new-website/</link>
<pubDate>Tue, 24 Aug 2021 18:16:02 -0500</pubDate>
<guid>https://forero.ga/posts/my-new-website/</guid>
<description>Hello there, I&amp;rsquo;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&amp;hellip; but the results weren&amp;rsquo;t really nice for me :( (probably because I don&amp;rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&amp;rsquo;s been working perfectly fine and it&amp;rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng.</description>
</item>
<item>
<title>About me</title>
<link>https://forero.ga/about-me/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://forero.ga/about-me/</guid>
<description> Name: Santiago Forero Date of birth: May 6th 2006 Pronouns: he/him 15 years old
Social Media Instagram: @santiagoforer Twitter: @SantiagooForero Mastodon: @forero@tilde.zone Contact Email: santiago@forero.ga IRC: Join #forero or message me on libera.chat </description>
</item>
</channel>
</rss>

File diff suppressed because one or more lines are too long

45
public/main.css.map Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,251 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="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&amp;rsquo;m tired of them, I believe that 1.5&#43; years of virtual school is enough for me, I cannot wait to go to the irl school." />
<meta name="keywords" content=", daily" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/posts/day-1/" />
<title>
Day 1 :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Day 1">
<meta itemprop="description" content="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&rsquo;m tired of them, I believe that 1.5&#43; years of virtual school is enough for me, I cannot wait to go to the irl school."><meta itemprop="datePublished" content="2021-08-24T20:41:33-05:00" />
<meta itemprop="dateModified" content="2021-08-24T20:41:33-05:00" />
<meta itemprop="wordCount" content="217"><meta itemprop="image" content="https://forero.ga/"/>
<meta itemprop="keywords" content="daily," />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Day 1"/>
<meta name="twitter:description" content="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&rsquo;m tired of them, I believe that 1.5&#43; years of virtual school is enough for me, I cannot wait to go to the irl school."/>
<meta property="og:title" content="Day 1" />
<meta property="og:description" content="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&rsquo;m tired of them, I believe that 1.5&#43; years of virtual school is enough for me, I cannot wait to go to the irl school." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://forero.ga/posts/day-1/" /><meta property="og:image" content="https://forero.ga/"/><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2021-08-24T20:41:33-05:00" />
<meta property="article:modified_time" content="2021-08-24T20:41:33-05:00" /><meta property="og:site_name" content="Santiago Forero" />
<meta property="article:published_time" content="2021-08-24 20:41:33 -0500 -05" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="post">
<div class="post-info">
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12 6 12 12 16 14"></polyline>
</svg>
2 minutes
</p>
</div>
<article>
<h1 class="post-title">
<a href="https://forero.ga/posts/day-1/">Day 1</a>
</h1>
<div class="post-content">
<ul>
<li><strong>Day:</strong> 1</li>
<li><strong>Date:</strong> Tuesday, May 5, 2021</li>
</ul>
<p>Dear readers,
Today is the first day of my e-diary, a project that aims to document my life and share thoughts and ideas.</p>
<p>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&rsquo;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.</p>
<p>Until around 12PM my classes finally ended, I had my lunch and went to my athletics training (I&rsquo;m getting started in the athletics world, and I&rsquo;m already having a competition the saturday) from 3PM to 5PM, I believe it was the best part of my day.</p>
<p>I really enjoy doing athleticism and I think it&rsquo;s a really nice way to spend my time. Today was my second day training with <strong>IDRD</strong> (Instituto Distrital de Recreación y Deporte) for free! Isn&rsquo;t it amazing? Today I worked on my running speed and practiced bit of javelin throwing, it isn&rsquo;t as hard as I thought it would be, but it still requires technique and concentration.</p>
<p>This is a little summary of my day, it was a normal day, nothing special, I did enjoy a lot today&rsquo;s training.</p>
</div>
</article>
<hr />
<div class="post-info">
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg>
<span class="tag"><a href="https://forero.ga/tags/daily/">daily</a></span>
</p>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<polyline points="10 9 9 9 8 9"></polyline>
</svg>
217 Words
</p>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
2021-08-24 20:41
</p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Read other posts</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button next">
<a href="https://forero.ga/posts/my-new-website/">
<span class="button__text">My new website</span>
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

179
public/posts/index.html Normal file
View File

@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/posts/" />
<title>
Posts :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Posts">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="Posts" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/posts/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/posts/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>Posts</h1>
<div class="posts-group">
<div class="post-year">2021</div>
<ul class="posts-list">
<li class="post-item">
<a href="https://forero.ga/posts/day-1/">
<span class="post-title">Day 1</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
<li class="post-item">
<a href="https://forero.ga/posts/my-new-website/">
<span class="post-title">My new website</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
</ul>
</div>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

53
public/posts/index.xml Normal file
View File

@ -0,0 +1,53 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Santiago Forero</title>
<link>https://forero.ga/posts/</link>
<description>Recent content in Posts on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
<lastBuildDate>Tue, 24 Aug 2021 20:41:33 -0500</lastBuildDate>
<atom:link href="https://forero.ga/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Day 1</title>
<link>https://forero.ga/posts/day-1/</link>
<pubDate>Tue, 24 Aug 2021 20:41:33 -0500</pubDate>
<guid>https://forero.ga/posts/day-1/</guid>
<description>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&amp;rsquo;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.</description>
<content type="html"><![CDATA[<ul>
<li><strong>Day:</strong> 1</li>
<li><strong>Date:</strong> Tuesday, May 5, 2021</li>
</ul>
<p>Dear readers,
Today is the first day of my e-diary, a project that aims to document my life and share thoughts and ideas.</p>
<p>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&rsquo;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.</p>
<p>Until around 12PM my classes finally ended, I had my lunch and went to my athletics training (I&rsquo;m getting started in the athletics world, and I&rsquo;m already having a competition the saturday) from 3PM to 5PM, I believe it was the best part of my day.</p>
<p>I really enjoy doing athleticism and I think it&rsquo;s a really nice way to spend my time. Today was my second day training with <strong>IDRD</strong> (Instituto Distrital de Recreación y Deporte) for free! Isn&rsquo;t it amazing? Today I worked on my running speed and practiced bit of javelin throwing, it isn&rsquo;t as hard as I thought it would be, but it still requires technique and concentration.</p>
<p>This is a little summary of my day, it was a normal day, nothing special, I did enjoy a lot today&rsquo;s training.</p>
]]></content>
</item>
<item>
<title>My new website</title>
<link>https://forero.ga/posts/my-new-website/</link>
<pubDate>Tue, 24 Aug 2021 18:16:02 -0500</pubDate>
<guid>https://forero.ga/posts/my-new-website/</guid>
<description>Hello there, I&amp;rsquo;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&amp;hellip; but the results weren&amp;rsquo;t really nice for me :( (probably because I don&amp;rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&amp;rsquo;s been working perfectly fine and it&amp;rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng.</description>
<content type="html"><![CDATA[<p>Hello there, I&rsquo;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.</p>
<p>I have had several failed attempts of a personal website/blog, they all looked terrible, I tried using php layouts, jekyll, plain HTML, etc&hellip; but the results weren&rsquo;t really nice for me :( (probably because I don&rsquo;t know how to use them appropriately), so I decided to give premade themes a try with <a href="https://gohugo.io/">hugo</a>, so far so good, it&rsquo;s been working perfectly fine and it&rsquo;s certainly better than my themes, the theme the website uses right now is called <a href="https://themes.gohugo.io/themes/hugo-theme-hello-friend-ng/">hello-friend-ng</a>. It&rsquo;s pretty simple but I like it :D</p>
<h2 id="the-blog">The blog</h2>
<p>My blog is a place to express, give opinions and share thoughts and ideas.</p>
<p>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 <a href="http://forero.ga/tags/daily/">daily tag</a></p>
<p>Additionally there will be less frecuent long posts about a topic in specific.</p>
<h2 id="the-end">The end</h2>
<p>Thank you for reading my post, I hope you enjoyed and stay tunned!</p>
]]></content>
</item>
</channel>
</rss>

View File

@ -0,0 +1,249 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="Hello there, I&amp;rsquo;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&amp;hellip; but the results weren&amp;rsquo;t really nice for me :( (probably because I don&amp;rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&amp;rsquo;s been working perfectly fine and it&amp;rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng." />
<meta name="keywords" content=", meta" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/posts/my-new-website/" />
<title>
My new website :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="My new website">
<meta itemprop="description" content="Hello there, I&rsquo;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&hellip; but the results weren&rsquo;t really nice for me :( (probably because I don&rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&rsquo;s been working perfectly fine and it&rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng."><meta itemprop="datePublished" content="2021-08-24T18:16:02-05:00" />
<meta itemprop="dateModified" content="2021-08-24T18:16:02-05:00" />
<meta itemprop="wordCount" content="223"><meta itemprop="image" content="https://forero.ga/"/>
<meta itemprop="keywords" content="meta," />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="My new website"/>
<meta name="twitter:description" content="Hello there, I&rsquo;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&hellip; but the results weren&rsquo;t really nice for me :( (probably because I don&rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&rsquo;s been working perfectly fine and it&rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng."/>
<meta property="og:title" content="My new website" />
<meta property="og:description" content="Hello there, I&rsquo;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&hellip; but the results weren&rsquo;t really nice for me :( (probably because I don&rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&rsquo;s been working perfectly fine and it&rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://forero.ga/posts/my-new-website/" /><meta property="og:image" content="https://forero.ga/"/><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2021-08-24T18:16:02-05:00" />
<meta property="article:modified_time" content="2021-08-24T18:16:02-05:00" /><meta property="og:site_name" content="Santiago Forero" />
<meta property="article:published_time" content="2021-08-24 18:16:02 -0500 -05" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="post">
<div class="post-info">
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
<circle cx="12" cy="12" r="10"></circle>
<polyline points="12 6 12 12 16 14"></polyline>
</svg>
2 minutes
</p>
</div>
<article>
<h1 class="post-title">
<a href="https://forero.ga/posts/my-new-website/">My new website</a>
</h1>
<div class="post-content">
<p>Hello there, I&rsquo;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.</p>
<p>I have had several failed attempts of a personal website/blog, they all looked terrible, I tried using php layouts, jekyll, plain HTML, etc&hellip; but the results weren&rsquo;t really nice for me :( (probably because I don&rsquo;t know how to use them appropriately), so I decided to give premade themes a try with <a href="https://gohugo.io/">hugo</a>, so far so good, it&rsquo;s been working perfectly fine and it&rsquo;s certainly better than my themes, the theme the website uses right now is called <a href="https://themes.gohugo.io/themes/hugo-theme-hello-friend-ng/">hello-friend-ng</a>. It&rsquo;s pretty simple but I like it :D</p>
<h2 id="the-blog">The blog</h2>
<p>My blog is a place to express, give opinions and share thoughts and ideas.</p>
<p>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 <a href="http://forero.ga/tags/daily/">daily tag</a></p>
<p>Additionally there will be less frecuent long posts about a topic in specific.</p>
<h2 id="the-end">The end</h2>
<p>Thank you for reading my post, I hope you enjoyed and stay tunned!</p>
</div>
</article>
<hr />
<div class="post-info">
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg>
<span class="tag"><a href="https://forero.ga/tags/meta/">meta</a></span>
</p>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<polyline points="10 9 9 9 8 9"></polyline>
</svg>
223 Words
</p>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
2021-08-24 18:16
</p>
</div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Read other posts</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://forero.ga/posts/day-1/">
<span class="button__icon"></span>
<span class="button__text">Day 1</span>
</a>
</span>
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/posts/</title><link rel="canonical" href="https://forero.ga/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/posts/" /></head></html>

149
public/series/index.html Normal file
View File

@ -0,0 +1,149 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/series/" />
<title>
Series :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Series">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Series"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="Series" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/series/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/series/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>Series</h1>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

11
public/series/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Series on Santiago Forero</title>
<link>https://forero.ga/series/</link>
<description>Recent content in Series on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright><atom:link href="https://forero.ga/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/series/</title><link rel="canonical" href="https://forero.ga/series/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/series/" /></head></html>

32
public/sitemap.xml Normal file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://forero.ga/tags/daily/</loc>
<lastmod>2021-08-24T20:41:33-05:00</lastmod>
</url><url>
<loc>https://forero.ga/posts/day-1/</loc>
<lastmod>2021-08-24T20:41:33-05:00</lastmod>
</url><url>
<loc>https://forero.ga/posts/</loc>
<lastmod>2021-08-24T20:41:33-05:00</lastmod>
</url><url>
<loc>https://forero.ga/</loc>
<lastmod>2021-08-24T20:41:33-05:00</lastmod>
</url><url>
<loc>https://forero.ga/tags/</loc>
<lastmod>2021-08-24T20:41:33-05:00</lastmod>
</url><url>
<loc>https://forero.ga/tags/meta/</loc>
<lastmod>2021-08-24T18:16:02-05:00</lastmod>
</url><url>
<loc>https://forero.ga/posts/my-new-website/</loc>
<lastmod>2021-08-24T18:16:02-05:00</lastmod>
</url><url>
<loc>https://forero.ga/about-me/</loc>
</url><url>
<loc>https://forero.ga/blog/</loc>
</url><url>
<loc>https://forero.ga/series/</loc>
</url>
</urlset>

View File

@ -0,0 +1,168 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/tags/daily/" />
<title>
daily :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="daily">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="daily"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="daily" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/tags/daily/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/tags/daily/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>daily</h1>
<div class="posts-group">
<div class="post-year">2021</div>
<ul class="posts-list">
<li class="post-item">
<a href="https://forero.ga/posts/day-1/">
<span class="post-title">Day 1</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
</ul>
</div>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>daily on Santiago Forero</title>
<link>https://forero.ga/tags/daily/</link>
<description>Recent content in daily on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
<lastBuildDate>Tue, 24 Aug 2021 20:41:33 -0500</lastBuildDate><atom:link href="https://forero.ga/tags/daily/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Day 1</title>
<link>https://forero.ga/posts/day-1/</link>
<pubDate>Tue, 24 Aug 2021 20:41:33 -0500</pubDate>
<guid>https://forero.ga/posts/day-1/</guid>
<description>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&amp;rsquo;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.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/tags/daily/</title><link rel="canonical" href="https://forero.ga/tags/daily/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/tags/daily/" /></head></html>

179
public/tags/index.html Normal file
View File

@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/tags/" />
<title>
Tags :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="Tags">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="Tags" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/tags/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/tags/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>Tags</h1>
<div class="posts-group">
<div class="post-year">2021</div>
<ul class="posts-list">
<li class="post-item">
<a href="https://forero.ga/tags/daily/">
<span class="post-title">daily</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
<li class="post-item">
<a href="https://forero.ga/tags/meta/">
<span class="post-title">meta</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
</ul>
</div>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

30
public/tags/index.xml Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Santiago Forero</title>
<link>https://forero.ga/tags/</link>
<description>Recent content in Tags on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
<lastBuildDate>Tue, 24 Aug 2021 20:41:33 -0500</lastBuildDate><atom:link href="https://forero.ga/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>daily</title>
<link>https://forero.ga/tags/daily/</link>
<pubDate>Tue, 24 Aug 2021 20:41:33 -0500</pubDate>
<guid>https://forero.ga/tags/daily/</guid>
<description></description>
</item>
<item>
<title>meta</title>
<link>https://forero.ga/tags/meta/</link>
<pubDate>Tue, 24 Aug 2021 18:16:02 -0500</pubDate>
<guid>https://forero.ga/tags/meta/</guid>
<description></description>
</item>
</channel>
</rss>

168
public/tags/meta/index.html Normal file
View File

@ -0,0 +1,168 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://forero.ga/tags/meta/" />
<title>
meta :: Santiago Forero
</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">
<link rel="stylesheet" href="/main.29c2c8c3fc9cf748254138351f142ac2833b208a68e83aec126edc98b59efef2.css">
<meta itemprop="name" content="meta">
<meta itemprop="description" content="Santiago Forero">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://forero.ga/"/>
<meta name="twitter:title" content="meta"/>
<meta name="twitter:description" content="Santiago Forero"/>
<meta property="og:title" content="meta" />
<meta property="og:description" content="Santiago Forero" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://forero.ga/tags/meta/" /><meta property="og:image" content="https://forero.ga/"/><meta property="og:site_name" content="Santiago Forero" />
<link rel="alternate" type="application/rss+xml" href="https://forero.ga/tags/meta/index.xml" title="Santiago Forero" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark">></span>
<span class="logo__text">forero</span>
<span class="logo__cursor" style=
"
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about-me">About me</a></li><li><a href="/posts">Blog</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="posts">
<h1>meta</h1>
<div class="posts-group">
<div class="post-year">2021</div>
<ul class="posts-list">
<li class="post-item">
<a href="https://forero.ga/posts/my-new-website/">
<span class="post-title">My new website</span>
<span class="post-day">
Aug 24
</span>
</a>
</li>
</ul>
</div>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</main>
</div>
<footer class="footer">
</footer>
</div>
<script type="text/javascript" src="/bundle.min.599099f1f14b78b657d524b28e10e0c5098e7cd46e9c7aed73d577068a276c3ff1bb234cbf29cb313333e83cf411727b43157c91ce5b809e2ffc81664614608e.js" integrity="sha512-WZCZ8fFLeLZX1SSyjhDgxQmOfNRunHrtc9V3BoonbD/xuyNMvynLMTMz6Dz0EXJ7QxV8kc5bgJ4v/IFmRhRgjg=="></script>
</body>
</html>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>meta on Santiago Forero</title>
<link>https://forero.ga/tags/meta/</link>
<description>Recent content in meta on Santiago Forero</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
<lastBuildDate>Tue, 24 Aug 2021 18:16:02 -0500</lastBuildDate><atom:link href="https://forero.ga/tags/meta/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My new website</title>
<link>https://forero.ga/posts/my-new-website/</link>
<pubDate>Tue, 24 Aug 2021 18:16:02 -0500</pubDate>
<guid>https://forero.ga/posts/my-new-website/</guid>
<description>Hello there, I&amp;rsquo;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&amp;hellip; but the results weren&amp;rsquo;t really nice for me :( (probably because I don&amp;rsquo;t know how to use them appropriately), so I decided to give premade themes a try with hugo, so far so good, it&amp;rsquo;s been working perfectly fine and it&amp;rsquo;s certainly better than my themes, the theme the website uses right now is called hello-friend-ng.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/tags/meta/</title><link rel="canonical" href="https://forero.ga/tags/meta/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/tags/meta/" /></head></html>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://forero.ga/tags/</title><link rel="canonical" href="https://forero.ga/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://forero.ga/tags/" /></head></html>