|
|
|
|
@ -1,11 +1,23 @@ |
|
|
|
|
baseURL = "http://example.org/" |
|
|
|
|
languageCode = "en-us" |
|
|
|
|
title = "My Org-exported Hugo Site" |
|
|
|
|
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 |
|
|
|
|
|