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.
25 lines
1013 B
25 lines
1013 B
baseURL = "http://example.org/" |
|
languageCode = "en-us" |
|
title = "ox-hugo Example Site" |
|
theme = "bare_min" |
|
canonifyURLs = true |
|
enableEmoji = true |
|
enableGitInfo = true |
|
|
|
[Params] |
|
descr = """This is the test/example site for the <a href="https://github.com/kaushalmodi/ox-hugo"> |
|
<code>ox-hugo</code> package</a> for Emacs/Org-mode. |
|
[<a href=\"/\">Back to home</a>] |
|
<p>It is <b>updated automatically after each commit</b> to the repo <i>(thanks Netlify!)</i>. |
|
Visit the repo link above for more information.</p> |
|
<ul> |
|
<li><a href="https://github.com/kaushalmodi/ox-hugo/tree/master/test/example-site/content-org">Org source for the content</a></li> |
|
<li><a href="https://github.com/kaushalmodi/ox-hugo/tree/master/test/example-site/content">Markdown exported from Org by <code>ox-hugo</code></a></li> |
|
</ul> |
|
<hr>""" |
|
|
|
[[menu.main]] |
|
name = "labs" |
|
weight = -110 |
|
identifier = "labs" |
|
url = "/labs/"
|
|
|