Skip to content

Commit 64cd50c

Browse files
committed
change config.toml to config.yaml
1 parent a375ee6 commit 64cd50c

File tree

2 files changed

+38
-41
lines changed

2 files changed

+38
-41
lines changed

exampleSite/config.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

exampleSite/config.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
baseurl: "/"
2+
languageCode: "en-us"
3+
title: "A minimal Hugo website"
4+
theme: "hugo-xmin"
5+
googleAnalytics: ""
6+
disqusShortname: ""
7+
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
8+
footnotereturnlinkcontents: ""
9+
10+
permalinks:
11+
note: "/note/:year/:month/:day/:slug/"
12+
post: "/post/:year/:month/:day/:slug/"
13+
14+
menu:
15+
main:
16+
- name: Home
17+
url: /
18+
weight: 1
19+
- name: About
20+
url: /about/
21+
weight: 2
22+
- name: Categories
23+
url: /categories/
24+
weight: 3
25+
- name: Tags
26+
url: /tags/
27+
weight: 4
28+
- name: Subscribe
29+
url: /index.xml
30+
31+
params:
32+
description: "A website built through Hugo and blogdown."
33+
footer: "© [Yihui Xie](https://yihui.org) 2017 -- 2020 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)"
34+
35+
markup:
36+
goldmark:
37+
renderer:
38+
unsafe: true

0 commit comments

Comments
 (0)