Skip to content

Commit 403c40f

Browse files
Josiah HalmeJosiah Halme
authored andcommitted
updated theme
1 parent f4e975d commit 403c40f

File tree

9 files changed

+14
-24
lines changed

9 files changed

+14
-24
lines changed

config/_default/hugo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ baseURL = "https://halme.org/"
77
defaultContentLanguage = "en"
88

99
enableRobotsTXT = true
10-
paginate = 20
10+
[pagination]
11+
pagerSize = 20
12+
1113
summaryLength = 30
1214

1315
buildDrafts = false

public/authors/index.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>Authors on halme.org</title>
55
<link>http://localhost:1313/authors/</link>
66
<description>Recent content in Authors on halme.org</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>© 2024 Josiah Halme</copyright>
109
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
1110
</channel>
1211
</rss>

public/categories/index.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>Categories on halme.org</title>
55
<link>http://localhost:1313/categories/</link>
66
<description>Recent content in Categories on halme.org</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>© 2024 Josiah Halme</copyright>
109
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1110
</channel>
1211
</rss>

public/index.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>halme.org</title>
55
<link>http://localhost:1313/</link>
66
<description>Recent content on halme.org</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>© 2024 Josiah Halme</copyright>
109
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1110
</channel>
1211
</rss>

public/robots.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
User-agent: *
2-
Disallow: /
3-
Sitemap: http://localhost:1313/sitemap.xml
1+
User-agent: *

public/series/index.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>Series on halme.org</title>
55
<link>http://localhost:1313/series/</link>
66
<description>Recent content in Series on halme.org</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>© 2024 Josiah Halme</copyright>
109
<atom:link href="http://localhost:1313/series/index.xml" rel="self" type="application/rss+xml" />
1110
</channel>
1211
</rss>

public/sitemap.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4-
54
<url>
65
<loc>http://localhost:1313/authors/</loc>
76
<changefreq>daily</changefreq>
87
<priority>0.5</priority>
9-
</url>
10-
<url>
8+
</url><url>
119
<loc>http://localhost:1313/categories/</loc>
1210
<changefreq>daily</changefreq>
1311
<priority>0.5</priority>
14-
</url>
15-
<url>
12+
</url><url>
1613
<loc>http://localhost:1313/</loc>
1714
<changefreq>daily</changefreq>
1815
<priority>0.5</priority>
19-
</url>
20-
<url>
16+
</url><url>
2117
<loc>http://localhost:1313/series/</loc>
2218
<changefreq>daily</changefreq>
2319
<priority>0.5</priority>
24-
</url>
25-
<url>
20+
</url><url>
2621
<loc>http://localhost:1313/tags/</loc>
2722
<changefreq>daily</changefreq>
2823
<priority>0.5</priority>

public/tags/index.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>Tags on halme.org</title>
55
<link>http://localhost:1313/tags/</link>
66
<description>Recent content in Tags on halme.org</description>
7-
<generator>Hugo -- gohugo.io</generator>
7+
<generator>Hugo</generator>
88
<language>en</language>
9-
<copyright>© 2024 Josiah Halme</copyright>
109
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
1110
</channel>
1211
</rss>

themes/blowfish

Submodule blowfish updated 1054 files

0 commit comments

Comments
 (0)