Skip to content

Commit 30ec055

Browse files
committed
Changed theme to anubis2.
1 parent d0cb8a0 commit 30ec055

File tree

4 files changed

+43
-8
lines changed

4 files changed

+43
-8
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/hugo-flex"]
2-
path = themes/hugo-flex
3-
url = https://github.com/ldeso/hugo-flex.git
1+
[submodule "themes/anubis2"]
2+
path = themes/anubis2
3+
url = https://github.com/Junyi-99/hugo-theme-anubis2.git

config.yml

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,45 @@
1+
title: 'Itsallcode Blog'
12
baseURL: 'http://blog.itsallcode.org/'
23
languageCode: 'en-us'
34
defaultContentLanguage: 'en'
4-
title: 'Itsallcode Blog'
5-
theme: 'github.com/nodejh/hugo-theme-mini'
5+
pygmentsCodeFences: true
6+
theme: 'anubis2'
7+
paginate: 5
8+
copyright: "Copyright © 2024 - Itsallcode.org authors"
69

710
params:
811
description: 'Home of the everything-is-code enthusiasts'
9-
showToc: true
10-
showPowerBy: false
12+
colorTheme: 'auto'
13+
colorThemeSwitcher: 'true'
14+
paginationSinglePost: true
15+
toc: true
16+
readMore: true
17+
GoogleAnalytics:
18+
enabled: false
19+
social:
20+
- id: 'github'
21+
url: 'https://github.com/itsallcode'
22+
- id: youtube
23+
url: 'https://www.youtube.com/@itsallcode-org'
24+
25+
menu:
26+
main:
27+
- identifier: 'home'
28+
name: 'Posts'
29+
url: '/'
30+
weight: 1
31+
32+
- identifier: 'oft'
33+
name: 'OpenFastTrace'
34+
url: 'https://github.com/itsallcode/openfasttrace'
35+
weight: 2
36+
37+
- identifier: 'wr'
38+
name: 'White Rabbit'
39+
url: 'https://github.com/itsallcode/white-rabbit'
40+
weight: 2
41+
42+
- identifier: 'tags'
43+
name: 'Tags'
44+
url: '/tags/'
45+
weight: 5

themes/anubis2

Submodule anubis2 added at cc7b31b

themes/hugo-flex

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)