This commit is contained in:
parent
361b914a7d
commit
40be8c5974
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@ hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/hugo
|
||||
|
||||
.hugo_build.lock
|
||||
|
43
config.yaml
43
config.yaml
@ -1,13 +1,16 @@
|
||||
baseURL: https://boba.best
|
||||
theme: bobatheme
|
||||
languageCode: en-US
|
||||
title: boba.best
|
||||
defaultContentLanguage: en
|
||||
copyright: '© 2021 bbaovanc <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
|
||||
sectionPagesMenu: main
|
||||
enableRobotsTXT: true
|
||||
paginate: 5
|
||||
enableGitInfo: true
|
||||
|
||||
taxonomies:
|
||||
tag: tags
|
||||
author: authors
|
||||
|
||||
author:
|
||||
name: bbaovanc
|
||||
|
||||
@ -17,9 +20,8 @@ markup:
|
||||
lineNos: true
|
||||
|
||||
params:
|
||||
# these are for the OpenGraph/Twitter embeds
|
||||
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||
description: Be your boba best
|
||||
title: boba.best
|
||||
|
||||
# these are for favicons in bobatheme
|
||||
faviconICO: /favicon.ico
|
||||
@ -29,11 +31,30 @@ params:
|
||||
wordcount: true
|
||||
readingtime: true
|
||||
|
||||
# used for last update
|
||||
repoURL: https://git.boba.best/boba.best/boba.best
|
||||
# used for "View history"
|
||||
gitFileURL: https://git.boba.best/boba.best/boba.best/src/branch/master
|
||||
gitFileIcon: code
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: status-page
|
||||
name: Status Page
|
||||
url: https://status.boba.best/status
|
||||
privacy:
|
||||
googleAnalytics:
|
||||
disable: true
|
||||
|
||||
twitter:
|
||||
enableDNT: true
|
||||
|
||||
vimeo:
|
||||
enableDNT: true
|
||||
|
||||
youtube:
|
||||
privacyEnhanced: true
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: English
|
||||
title: boba.best
|
||||
weight: 1
|
||||
menu:
|
||||
main:
|
||||
- identifier: status-page
|
||||
name: Status Page
|
||||
url: https://status.boba.best/status
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 550bfb6367983bf81dbbcca04047ee8540ab7c72
|
||||
Subproject commit e21c27b9e6aa149d478bef0e1ec815d8f552dfae
|
Reference in New Issue
Block a user