You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
557 B
26 lines
557 B
baseURL = "http://example.org/" |
|
languageCode = "en-us" |
|
title = "ox-hugo Test Site" |
|
theme = "bare_min" |
|
|
|
canonifyURLs = true |
|
enableEmoji = true |
|
enableGitInfo = true |
|
|
|
disableFastRender = true # Hugo 0.30 |
|
|
|
pygmentsCodeFences = true # This applies to Chroma too. |
|
pygmentsUseClasses = true # This applies to Chroma too. |
|
|
|
[Taxonomies] |
|
category = "categories" # SINGULAR = "PLURAL" |
|
tag = "tags" |
|
|
|
[Author] |
|
name = "Kaushal Modi" |
|
|
|
[Social] |
|
github = "kaushalmodi" |
|
|
|
[Params] |
|
description = "Test site for ox-hugo package for Emacs/Org-mode."
|
|
|