hugo-xmin/exampleSite/config.yaml

36 lines
773 B
YAML
Raw Normal View History

2023-02-24 03:55:49 +02:00
baseurl: /
languageCode: en-us
title: A minimal Hugo website
theme: hugo-xmin
googleAnalytics: ''
disqusShortname: ''
ignoreFiles:
- \.Rmd$
- _files$
- _cache$
footnotereturnlinkcontents:
2020-10-11 23:23:34 +03:00
permalinks:
2023-02-24 03:55:49 +02:00
post: '/post/:year/:month/:day/:slug/'
note: '/note/:year/:month/:day/:slug/'
2020-10-11 23:23:34 +03:00
menu:
main:
- name: Home
2023-02-24 03:55:49 +02:00
url: /
2020-10-11 23:23:34 +03:00
weight: 1
- name: About
2023-02-24 03:55:49 +02:00
url: /about/
2020-10-11 23:23:34 +03:00
weight: 2
- name: Categories
2023-02-24 03:55:49 +02:00
url: /categories/
2020-10-11 23:23:34 +03:00
weight: 3
- name: Tags
2023-02-24 03:55:49 +02:00
url: /tags/
2020-10-11 23:23:34 +03:00
weight: 4
- name: Subscribe
2023-02-24 03:55:49 +02:00
url: /index.xml
2020-10-11 23:23:34 +03:00
params:
2023-02-24 03:55:49 +02:00
description: A website built through Hugo and blogdown.
footer: >-
© [Yihui Xie](https://yihui.name) 2017 |
[Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)