Skip to content

Commit 7f06eb1

Browse files
committed
updating to most recent hugo
1 parent 633dee5 commit 7f06eb1

File tree

322 files changed

+12088
-2384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+12088
-2384
lines changed

archetypes/default.md

Lines changed: 6 additions & 5 deletions

assets/js/home.js

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
baseURL = 'https://example.org/'
1+
baseURL = 'http://example.org/'
22
languageCode = 'en-us'
33
title = 'My New Hugo Site'

config/_default/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
defaultContentLanguage = "en"
77

88
enableRobotsTXT = true
9-
paginate = 10
109
summaryLength = 0
1110

1211
[outputs]

config/_default/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[[main]]
1414
name = "Blog"
15-
pageRef = "blog"
15+
pageRef = "posts"
1616
weight = 10
1717

1818
[[main]]

config/_default/module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[[imports]]
2-
path = "github.com/jpanther/congo/v2"
2+
path = "github.com/jpanther/congo/v2"

config/_default/params.toml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ colorScheme = "congo"
99
defaultAppearance = "light" # valid options: light or dark
1010
autoSwitchAppearance = true
1111

12-
defaultThemeColor = "#FFFFFF"
13-
14-
enableSearch = false
15-
enableCodeCopy = false
12+
enableSearch = true
13+
enableCodeCopy = true
1614
enableImageLazyLoading = true
1715
enableImageWebp = true
16+
enableQuicklink = true
1817

1918
# robots = ""
2019
fingerprintAlgorithm = "sha256"
@@ -28,39 +27,39 @@ fingerprintAlgorithm = "sha256"
2827
[footer]
2928
showCopyright = true
3029
showThemeAttribution = true
31-
showAppearanceSwitcher = false
30+
showAppearanceSwitcher = true
3231
showScrollToTop = true
3332

3433
[homepage]
3534
layout = "profile" # valid options: page, profile, custom
36-
showRecent = false
35+
showRecent = true
3736
recentLimit = 5
3837

3938
[article]
4039
showDate = true
4140
showDateUpdated = false
4241
showAuthor = true
43-
showBreadcrumbs = false
42+
showBreadcrumbs = true
4443
showDraftLabel = true
45-
showEdit = false
46-
# editURL = "https://github.com/username/repo/"
44+
showEdit = true
45+
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
4746
editAppendPath = true
4847
showHeadingAnchors = true
4948
showPagination = true
5049
invertPagination = false
5150
showReadingTime = true
52-
showTableOfContents = false
51+
showTableOfContents = true
5352
showTaxonomies = false
5453
showWordCount = false
5554
showComments = false
56-
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"]
55+
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo", "xing"]
5756

5857
[list]
59-
showBreadcrumbs = false
58+
showBreadcrumbs = true
6059
showSummary = false
61-
showTableOfContents = false
60+
showTableOfContents = true
6261
showTaxonomies = false
63-
groupByYear = true
62+
groupByYear = false
6463
paginationWidth = 1
6564

6665
[sitemap]
@@ -72,17 +71,12 @@ fingerprintAlgorithm = "sha256"
7271
[fathomAnalytics]
7372
# site = "ABC12345"
7473

75-
[plausibleAnalytics]
76-
# domain = "blog.yoursite.com"
77-
# event = ""
78-
# script = ""
79-
8074
#[umamiAnalytics]
8175
# site = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
82-
# region = "eu" # can be either "eu" or "us"
76+
# region = "eu" # Can be either "eu" or "us"
8377

8478
[verification]
8579
# google = ""
8680
# bing = ""
8781
# pinterest = ""
88-
# yandex = ""
82+
# yandex = ""
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)