update index page

This commit is contained in:
kurets 2023-04-30 15:45:40 +03:00
parent 59502e1813
commit e2a4c79141
7 changed files with 41 additions and 23 deletions

View file

@ -1,19 +1,17 @@
---
description: "A blog about the things I'm interested in - Japanese, my library and posting obscure problems I've solved."
title: "vodoraslo"
title: "🪸 vodoraslo 🪸"
---
{{% center %}}
**vodoraslo == seaweed**
<br><br>
<div class="category-links index-links">
*vodoraslo == seaweed*
<div class="category-links index-links" >
**[🆕Updates](/tags/updates) &ndash;  [📜Blog](/tags/blog)  &ndash; [📚Library](/library)**
</div>
<br>
You can contact me by email **contact@[site name]**
<div class="index-links">
@ -22,11 +20,11 @@ You can contact me by email **contact@[site name]**
</div>
<div class="index-links">
{{< img src=/img/wip.gif alt="Work in progress" link="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">}}
</div>
{{< img src=/img/gigachad_orthodox.jpg
class="indexImage"
alt="Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8"
title="Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8"
caption="Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8">}}
{{% /center %}}

View file

@ -14,24 +14,20 @@
</head>
<body>
<main>
<header><h1 id="tag_vodoraslo">vodoraslo</h1></header>
<header><h1 id="tag_🪸 vodoraslo 🪸">🪸 vodoraslo 🪸</h1></header>
<article>
<div class="post-content"><div style="text-align: center;">
<p><strong>vodoraslo == seaweed</strong>
<br><br></p>
<div class="category-links index-links">
<p><em>vodoraslo == seaweed</em></p>
<div class="category-links index-links" >
<p><strong><a href="/tags/updates">🆕Updates</a>   <a href="/tags/blog">📜Blog</a>   <a href="/library">📚Library</a></strong></p>
</div>
<br>
<p>You can contact me by email <strong>contact@[site name]</strong></p>
<div class="index-links">
<p><a href="/index.xml">Subscribe via RSS <img class="index-links" src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a></p>
</div>
<div class="index-links">
<figure ><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="/img/wip.gif" alt="Work in progress"></a></figure>
</div>
<figure class="indexImage"><img src="/img/gigachad_orthodox.jpg" title="Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8" alt="Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8"><figcaption>Тревата изсъхна, цветът ѝ окапа, но Словото на нашия Бог ще трае до века. - Исая 40:8</figcaption></figure>
</div>
<div style="font-size: 1.17em;">
<p><strong>Recent posts:</strong></p>

View file

@ -2,7 +2,7 @@
<channel>
<title>vodoraslo</title>
<link>https://vodoraslo.xyz/</link>
<description>Recent content on vodoraslo</description>
<description>Recent content in 🪸 vodoraslo 🪸 on vodoraslo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 15 Apr 2023 18:58:23 +0300</lastBuildDate>

View file

@ -11,10 +11,10 @@
<loc>https://vodoraslo.xyz/library/ted-kaczynski/the-techies-wet-dreams/</loc>
<lastmod>2023-04-15T18:58:23+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/</loc>
<loc>https://vodoraslo.xyz/library/</loc>
<lastmod>2023-04-15T18:58:23+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/library/</loc>
<loc>https://vodoraslo.xyz/</loc>
<lastmod>2023-04-15T18:58:23+03:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/library/ted-kaczynski/forward-to-technological-slavery/</loc>

View file

@ -255,3 +255,15 @@ p code, li code {
color: var(--code-fg);
padding: 0.1rem 0.2rem;
}
.indexImage {
margin: auto;
display: inline-block;
/* max-width: 25%; */
width: 35%;
min-width: 40%;
}
.indexImage figcaption {
padding-top: 0.5em;
font-size: 1.05em;
}

View file

@ -255,3 +255,15 @@ p code, li code {
color: var(--code-fg);
padding: 0.1rem 0.2rem;
}
.indexImage {
margin: auto;
display: inline-block;
/* max-width: 25%; */
width: 35%;
min-width: 40%;
}
.indexImage figcaption {
padding-top: 0.5em;
font-size: 1.05em;
}

View file

@ -6,7 +6,7 @@
caption: caption
title: what the image says when moused over ("title" in HTML)
-->
<figure {{ with .Get "id" }}id="{{.}}"{{ end -}} {{ with .Get "class" }}class="{{.}}"{{ end -}}>
<figure {{ with .Get "id" }}id="{{.}}"{{ end -}} {{ with .Get "class" }}class="{{.}}"{{ end -}} >
{{- with .Get "link"}}<a href="{{.}}">{{ end -}}
<img src="{{ .Get "src" }}"
{{- with .Get "title" }} title="{{.}}"{{ end -}}