Skip to content

Commit

Permalink
index url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JosTorre committed May 3, 2023
1 parent 7bfa5a0 commit 2c60628
Show file tree
Hide file tree
Showing 43 changed files with 851 additions and 2,498 deletions.
46 changes: 14 additions & 32 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@
<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="robots" content="index, follow">
<meta name="robots" content="noindex, nofollow">
<title>404 Page not found | Jo&#39;s odyssey</title>
<meta name="keywords" content="" />
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://jost.life/404.html" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.5e2b4101351c21e906f398ae96901791830f58d430f96f2659dab7eaef7b3cb7.css" integrity="sha256-XitBATUcIekG85iulpAXkYMPWNQw&#43;W8mWdq36u97PLc=" rel="preload stylesheet" as="style">
<link rel="canonical" href="https://jost.life/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.bf5f9f73cf17311d52cedbcda82c922e91b2f566d88a85ad9f5b5a08b586bd5f.css" integrity="sha256-v1&#43;fc88XMR1SztvNqCySLpGy9WbYioWtn1taCLWGvV8=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://jost.life/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://jost.life/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://jost.life/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://jost.life/apple-touch-icon.png">
<link rel="mask-icon" href="https://jost.life/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.87.0" />
<noscript>
<style>
#theme-toggle,
Expand Down Expand Up @@ -56,25 +55,6 @@

</style>
</noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M357ERHZ0B"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M357ERHZ0B', { 'anonymize_ip': false });
}
</script>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jost.life/404.html" />

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>

</head>

<body class="list" id="top">
Expand Down Expand Up @@ -112,14 +92,14 @@
<nav class="nav">
<div class="logo">
<a href="https://jost.life/" accesskey="h" title="Jo&#39;s odyssey (Alt + H)">Jo&#39;s odyssey</a>
<span class="logo-switches">
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
Expand All @@ -133,7 +113,7 @@
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</span>
</div>
</div>
<ul id="menu">
<li>
Expand Down Expand Up @@ -173,7 +153,7 @@
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a>
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
Expand All @@ -184,9 +164,11 @@

<script>
let menu = document.getElementById('menu')
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}

document.querySelectorAll('a[href^="#"]').forEach(anchor => {
Expand Down
105 changes: 19 additions & 86 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<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="robots" content="index, follow">
<meta name="robots" content="noindex, nofollow">
<title>Yo | Jo&#39;s odyssey</title>
<meta name="keywords" content="" />
<meta name="keywords" content="">
<meta name="description" content="If you&rsquo;re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.
So, this is my first draft. That means&hellip; don&rsquo;t take it too seriously and don&rsquo;t judge this that hard lol.
It&rsquo;s hard to summarize a person in words, because persons are infinite.
What can I say about myself? - That is way better to get to know me in person.">
<meta name="author" content="">
<link rel="canonical" href="https://jost.life/about/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.5e2b4101351c21e906f398ae96901791830f58d430f96f2659dab7eaef7b3cb7.css" integrity="sha256-XitBATUcIekG85iulpAXkYMPWNQw&#43;W8mWdq36u97PLc=" rel="preload stylesheet" as="style">
<script defer crossorigin="anonymous" src="/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js" integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5&#43;kdJvBz5iKbt6B5PJI="
<link rel="canonical" href="https://jost.life/about/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.bf5f9f73cf17311d52cedbcda82c922e91b2f566d88a85ad9f5b5a08b586bd5f.css" integrity="sha256-v1&#43;fc88XMR1SztvNqCySLpGy9WbYioWtn1taCLWGvV8=" rel="preload stylesheet" as="style">
<script defer crossorigin="anonymous" src="/assets/js/highlight.acb54fd32bbc1982428b8850317e45d076b95012730a5936667e6bc21777692a.js" integrity="sha256-rLVP0yu8GYJCi4hQMX5F0Ha5UBJzClk2Zn5rwhd3aSo="
onload="hljs.initHighlightingOnLoad();"></script>
<link rel="icon" href="https://jost.life/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://jost.life/favicon-16x16.png">
Expand All @@ -23,7 +23,6 @@
<link rel="mask-icon" href="https://jost.life/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.87.0" />
<noscript>
<style>
#theme-toggle,
Expand Down Expand Up @@ -61,77 +60,6 @@

</style>
</noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M357ERHZ0B"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M357ERHZ0B', { 'anonymize_ip': false });
}
</script>
<meta property="og:title" content="Yo" />
<meta property="og:description" content="If you&rsquo;re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.
So, this is my first draft. That means&hellip; don&rsquo;t take it too seriously and don&rsquo;t judge this that hard lol.
It&rsquo;s hard to summarize a person in words, because persons are infinite.
What can I say about myself? - That is way better to get to know me in person." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://jost.life/about/" /><meta property="article:section" content="" />
<meta property="article:published_time" content="2021-08-31T15:50:19&#43;02:00" />
<meta property="article:modified_time" content="2021-08-31T15:50:19&#43;02:00" />

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Yo"/>
<meta name="twitter:description" content="If you&rsquo;re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.
So, this is my first draft. That means&hellip; don&rsquo;t take it too seriously and don&rsquo;t judge this that hard lol.
It&rsquo;s hard to summarize a person in words, because persons are infinite.
What can I say about myself? - That is way better to get to know me in person."/>


<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1 ,
"name": "Yo",
"item": "https://jost.life/about/"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Yo",
"name": "Yo",
"description": "If you\u0026rsquo;re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.\nSo, this is my first draft. That means\u0026hellip; don\u0026rsquo;t take it too seriously and don\u0026rsquo;t judge this that hard lol.\nIt\u0026rsquo;s hard to summarize a person in words, because persons are infinite.\nWhat can I say about myself? - That is way better to get to know me in person.",
"keywords": [

],
"articleBody": "If you’re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.\nSo, this is my first draft. That means… don’t take it too seriously and don’t judge this that hard lol.\nIt’s hard to summarize a person in words, because persons are infinite.\nWhat can I say about myself? - That is way better to get to know me in person. But maybe I can share something new or not that obvious about me through this post.\nDisclaimer: I’m just a person, with imperfections and dreams.\nHere some facts about me:\nI’m + bulletpoint dynamic: I like to stay always active. Maybe it’s thanks to FOMO or to overthinking, that I like always be ‘on the move’. Life happens once and the fear of looking back to an unlived life frightens me. social: even though sometimes I may appear lonely, I do need people. I love befriending new persons and learning from them. Fun fact: I don’t like eating alone. curious: I always like to learn new things, to visit new places, to experience new stuff and to understand. deep: it is normal for me to lead almost any conversation to a deep talk. In some way, there, at deep talks one may get to know people better. spontaneous: maybe because of my background in Mexico, I have learnt to improvise, adapt and always be ready for almost any situation. resourceful: I’ll find a way to make it happen. mexican: I grew up in a culture of friendly, resilient people who dream big and make fun of death. So much for now… I’m going to go sleep and wake up early to book a damn cabin somewhere in the middle of Norway.\nBuneas noches Zzz…\n",
"wordCount" : "301",
"inLanguage": "en",
"datePublished": "2021-08-31T15:50:19+02:00",
"dateModified": "2021-08-31T15:50:19+02:00",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://jost.life/about/"
},
"publisher": {
"@type": "Organization",
"name": "Jo's odyssey",
"logo": {
"@type": "ImageObject",
"url": "https://jost.life/favicon.ico"
}
}
}
</script>
</head>

<body class="" id="top">
Expand Down Expand Up @@ -169,14 +97,14 @@
<nav class="nav">
<div class="logo">
<a href="https://jost.life/" accesskey="h" title="Jo&#39;s odyssey (Alt + H)">Jo&#39;s odyssey</a>
<span class="logo-switches">
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
Expand All @@ -190,7 +118,7 @@
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</span>
</div>
</div>
<ul id="menu">
<li>
Expand Down Expand Up @@ -229,7 +157,8 @@
<h1 class="post-title">
Yo
</h1>
<div class="post-meta">August 31, 2021
<div class="post-meta"><span title='2021-08-31 15:50:19 +0200 CEST'>August 31, 2021</span>

</div>
</header>
<div class="post-content"><p>If you&rsquo;re reading this, I suppose, is because you got interested and wanted to know more. In this case thanks for gifting me your time and congratulations.</p>
Expand Down Expand Up @@ -257,6 +186,8 @@ <h4 id="im--bulletpoint">I&rsquo;m + <em>bulletpoint</em><a hidden class="anchor
</div>

<footer class="post-footer">
<ul class="post-tags">
</ul>
</footer>
</article>
</main>
Expand All @@ -266,7 +197,7 @@ <h4 id="im--bulletpoint">I&rsquo;m + <em>bulletpoint</em><a hidden class="anchor
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a>
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
Expand All @@ -277,9 +208,11 @@ <h4 id="im--bulletpoint">I&rsquo;m + <em>bulletpoint</em><a hidden class="anchor

<script>
let menu = document.getElementById('menu')
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}

document.querySelectorAll('a[href^="#"]').forEach(anchor => {
Expand Down
Loading

0 comments on commit 2c60628

Please sign in to comment.