added blog, fixed pluralization

This commit is contained in:
kurets 2022-12-17 22:57:40 +02:00
parent 12780c3b85
commit 5d2c64e8df
14 changed files with 283 additions and 4 deletions

View file

@ -2,3 +2,4 @@ baseURL = 'https://vodoraslo.xyz/'
languageCode = 'en-us'
title = 'vodoraslo'
theme = 'lugo'
pluralizelisttitles = false

View file

@ -0,0 +1,15 @@
---
title: "Pluralization issues (Blogs instead of Blog)"
date: 2022-12-17T22:33:25+02:00
draft: false
tags: [blog]
---
### this is my first entry and i'm already having issues lol
So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs
You can fix this in config.tom with the following
pluralizelisttitles = false

View file

@ -0,0 +1,7 @@
---
title: "Second Entry"
date: 2022-12-17T22:40:42+02:00
draft: true
---
# second entry

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pluralization Issues (Blogs Instead of Blog) | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="this is my first entry and i&rsquo;m already having issues lol So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs
You can fix this in config.tom with the following
pluralizelisttitles = false">
<meta name="keywords" content="blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Pluralization issues (Blogs instead of Blog)">Pluralization issues (Blogs instead of Blog)</h1></header>
<article>
<h3 id="this-is-my-first-entry-and-im-already-having-issues-lol">this is my first entry and i&rsquo;m already having issues lol</h3>
<p>So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs</p>
<p>You can fix this in config.tom with the following</p>
<p>pluralizelisttitles = false</p>
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">Homepage</a>
</footer>
</body>
</html>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Blog">Blog</h1></header>
<article>
<ul>
<li><a href="/blog/first-entry/">Pluralization issues (Blogs instead of Blog)</a></li>
</ul>
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">Homepage</a>
</footer>
</body>
</html>

View file

@ -0,0 +1,53 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>vodoraslo</title>
<link>https://vodoraslo.xyz/blog/</link>
<description>Recent content in Blog on vodoraslo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 17 Dec 2022 22:33:25 +0200</lastBuildDate>
<atom:link href="https://vodoraslo.xyz/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/blog/first-entry/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/first-entry/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
&lt;p&gt;So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs&lt;/p&gt;
&lt;p&gt;You can fix this in config.tom with the following&lt;/p&gt;
&lt;p&gt;pluralizelisttitles = false&lt;/p&gt;
</description>
</item>
<item>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h1&gt;
&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bidya games (like 5)&lt;/li&gt;
&lt;li&gt;touching grass and nature in general (wanabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんeese
&lt;ul&gt;
&lt;li&gt;&amp;lsquo;ate manga&lt;/li&gt;
&lt;li&gt;&amp;lsquo;ate anime&lt;/li&gt;
&lt;li&gt;luv vinnies and jp youtube simple as&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;i think the css looks pretty alright&lt;/p&gt;
&lt;p&gt;im adding this bit in just to check if the scuffed shell script i made actually works (it&amp;rsquo;s supposed to cd into the .git where hugo is, rsync the /public/ folder into var/www [where my site is])&lt;/p&gt;
</description>
</item>
</channel>
</rss>

View file

@ -9,6 +9,19 @@
<atom:link href="https://vodoraslo.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/blog/first-entry/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/first-entry/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
&lt;p&gt;So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs&lt;/p&gt;
&lt;p&gt;You can fix this in config.tom with the following&lt;/p&gt;
&lt;p&gt;pluralizelisttitles = false&lt;/p&gt;
</description>
</item>
<item>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>

View file

@ -18,6 +18,7 @@
<article>
<ul>
<li><a href="/blog/">Blog</a></li>
<li><a href="/helloworld/">Hello world</a></li>
</ul>
</article>

View file

@ -5,10 +5,24 @@
<description>Recent content on vodoraslo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 17 Dec 2022 22:33:25 +0200</lastBuildDate>
<atom:link href="https://vodoraslo.xyz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/blog/first-entry/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/first-entry/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
&lt;p&gt;So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs&lt;/p&gt;
&lt;p&gt;You can fix this in config.tom with the following&lt;/p&gt;
&lt;p&gt;pluralizelisttitles = false&lt;/p&gt;
</description>
</item>
<item>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>

View file

@ -2,13 +2,24 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://vodoraslo.xyz/tags/blog/</loc>
<lastmod>2022-12-17T22:33:25+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/blog/</loc>
<lastmod>2022-12-17T22:33:25+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/blog/first-entry/</loc>
<lastmod>2022-12-17T22:33:25+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/tags/</loc>
<lastmod>2022-12-17T22:33:25+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/</loc>
<lastmod>2022-12-17T22:33:25+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/helloworld/</loc>
<lastmod>2022-12-17T17:20:18+02:00</lastmod>
</url><url>
<loc>https://vodoraslo.xyz/categories/</loc>
</url><url>
<loc>https://vodoraslo.xyz/tags/</loc>
</url><url>
<loc>https://vodoraslo.xyz/</loc>
</url>
</urlset>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog | vodoraslo</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_blog">Blog</h1></header>
<article>
<ul>
<li><a href="/blog/first-entry/">Pluralization issues (Blogs instead of Blog)</a></li>
</ul>
</article>
</main>
<footer>
<a href="https://vodoraslo.xyz/">Homepage</a>
</footer>
</body>
</html>

View file

@ -0,0 +1,53 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>vodoraslo</title>
<link>https://vodoraslo.xyz/tags/blog/</link>
<description>Recent content in blog on vodoraslo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 17 Dec 2022 22:33:25 +0200</lastBuildDate>
<atom:link href="https://vodoraslo.xyz/tags/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/blog/first-entry/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/first-entry/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
&lt;p&gt;So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs&lt;/p&gt;
&lt;p&gt;You can fix this in config.tom with the following&lt;/p&gt;
&lt;p&gt;pluralizelisttitles = false&lt;/p&gt;
</description>
</item>
<item>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h1&gt;
&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bidya games (like 5)&lt;/li&gt;
&lt;li&gt;touching grass and nature in general (wanabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんeese
&lt;ul&gt;
&lt;li&gt;&amp;lsquo;ate manga&lt;/li&gt;
&lt;li&gt;&amp;lsquo;ate anime&lt;/li&gt;
&lt;li&gt;luv vinnies and jp youtube simple as&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;i think the css looks pretty alright&lt;/p&gt;
&lt;p&gt;im adding this bit in just to check if the scuffed shell script i made actually works (it&amp;rsquo;s supposed to cd into the .git where hugo is, rsync the /public/ folder into var/www [where my site is])&lt;/p&gt;
</description>
</item>
</channel>
</rss>

View file

@ -17,6 +17,7 @@
<article>
<ul>
<li><a href="/tags/blog/">blog</a></li>
</ul>
</article>
</main>

View file

@ -5,10 +5,24 @@
<description>Recent content in Tags on vodoraslo</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 17 Dec 2022 22:33:25 +0200</lastBuildDate>
<atom:link href="https://vodoraslo.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/blog/first-entry/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/first-entry/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
&lt;p&gt;So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs&lt;/p&gt;
&lt;p&gt;You can fix this in config.tom with the following&lt;/p&gt;
&lt;p&gt;pluralizelisttitles = false&lt;/p&gt;
</description>
</item>
<item>
<title>Hello world</title>
<link>https://vodoraslo.xyz/helloworld/</link>