Skip to content

Commit 2df9dd6

Browse files
committed
change config to yaml and rss icon
1 parent aac56e4 commit 2df9dd6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

config.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ languageCode: "en-us"
33
title: "0xMason"
44
theme: "github.com/Mitrichius/hugo-theme-anubis"
55

6-
menu:
7-
main:
8-
- identifier: archive
9-
name: Archive
10-
title: Archive
11-
url: /posts/
12-
weight: 0
6+
params:
7+
dateFormat: "Jan 2, 2006"
8+
copyCodeButton: true
9+
rssAsSocialIcon: true
1310

1411

15-
params:
16-
dateFormat: "Jan "
12+
markup:
13+
goldmark:
14+
renderer:
15+
unsafe: true

0 commit comments

Comments
 (0)