Skip to content

Commit 833f914

Browse files
committed
fix: Various deprecations and theme rebase on upstream
1 parent 7fe80ce commit 833f914

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Generated files by hugo
22
/public/
33
/resources/_gen/
4+
/assets/jsconfig.json
5+
hugo_stats.json
46

57
# Executable may be added to repository
68
hugo.exe
79
hugo.darwin
810
hugo.linux
11+
12+
# Temporary lock file while building
13+
/.hugo_build.lock

config/_default/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ theme: "hello-abyss"
77
PygmentsCodeFences: true
88
PygmentsStyle: "monokai"
99

10-
paginate: 10
10+
pagination:
11+
pagerSize: 10
1112
rssLimit: 10
1213

1314
copyright: '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'

config/abyss.dev/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
baseurl: "https://abyss.dev"
22
title: "Abyss"
33

4-
author:
5-
name: "Abyss"
6-
74
params:
5+
author:
6+
name: "Abyss"
87
defaultTheme: "dark"

config/cwr.io/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
baseurl: "https://cwr.io"
22
title: "Craig Reeder"
33

4-
author:
5-
name: "Craig Reeder"
6-
74
params:
5+
author:
6+
name: "Craig Reeder"
87
defaultTheme: "light"
98

109
social:

themes/hello-abyss

Submodule hello-abyss updated 609 files

0 commit comments

Comments
 (0)