mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-21 19:20:07 +00:00
33 lines
1.4 KiB
TOML
33 lines
1.4 KiB
TOML
# change this to a value appropriate for you; if your site is served from a subdirectory
|
|
# set it like 'https://example.com/mysite/'
|
|
baseURL = 'https://example.com/'
|
|
|
|
# required to be set to `true` to serve this page from a webserver AND the file system;
|
|
# if you set this value to `true`, `baseURL` must not contain a subdirectory;
|
|
# if you don't want to serve your page from the file system, you can also set this value
|
|
# to `false`
|
|
relativeURLs = true # true -> rewrite all site-relative URLs (those with a leading slash) to be relative to the current content
|
|
|
|
# the directory where Hugo reads the themes from; this is specific to your
|
|
# installation and most certainly needs be deleted or changed
|
|
themesdir = '../..'
|
|
# yeah, well, obviously a mandatory setting for your site, if you want to
|
|
# use this theme ;-)
|
|
theme = 'hugo-theme-relearn'
|
|
|
|
defaultContentLanguage = 'en'
|
|
# if you want to get rrrid o' ourrr pirrrates nonsense uncomment th' next line
|
|
# disableLanguages = ['pir']
|
|
# feel free to delete all files and directories related to this translation:
|
|
# - `content/pir/`
|
|
# - `i18n/`
|
|
# - `layouts/partials/shortcodes/piratify.html`
|
|
# - `layouts/partials/toc.html`
|
|
# - `layouts/shortcodes/piratify.html`
|
|
|
|
# add showcase-specific output formats
|
|
[outputs]
|
|
# `print` - activate the themes feature to print whole chapters or leaf pages
|
|
home = ['html', 'rss', 'print']
|
|
section = ['html', 'rss', 'print']
|
|
page = ['html', 'rss', 'print']
|