mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-13 02:17:07 +01:00
Alan Orth
2696466e0e
See: https://github.com/spf13/hugo/blob/master/docs/content/extras/robots-txt.md
42 lines
830 B
TOML
42 lines
830 B
TOML
# Hugo variables
|
|
#
|
|
baseurl = "https://alanorth.github.io/cgspace-notes/"
|
|
languageCode = "en-us"
|
|
title = "CGSpace Notes"
|
|
newContentEditor = "vim"
|
|
theme = "hugo-theme-bootstrap4-blog"
|
|
enableRobotsTXT = true
|
|
|
|
[permalinks]
|
|
# use 2016-09 as slug, since my posts are always monthly
|
|
post = "/:year-:month/"
|
|
|
|
[params]
|
|
# Site author
|
|
author = "Alan Orth"
|
|
|
|
# Format dates with Go's time formatting
|
|
date_format = "Mon Jan 02, 2006"
|
|
|
|
[params.sidebar]
|
|
# Hide the sidebar? (Default: false)
|
|
hide = false
|
|
|
|
[params.sharingicons]
|
|
hide = true
|
|
|
|
[[menu.sidebar]]
|
|
name = "CGSpace"
|
|
url = "https://cgspace.cgiar.org"
|
|
weight = 1
|
|
|
|
[[menu.sidebar]]
|
|
name = "DSpace Test"
|
|
url = "https://dspacetest.cgiar.org"
|
|
weight = 2
|
|
|
|
[[menu.sidebar]]
|
|
name = "CGSpace @ GitHub"
|
|
url = "https://github.com/ilri/DSpace"
|
|
weight = 3
|