This commit is contained in:
parent
fc90532851
commit
b53b8a466b
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
title: <% tp.file.title %>
|
title: <% tp.file.title %>
|
||||||
date: <% tp.file.creation_date("YYYY-MM-DD") %>
|
date: <% tp.file.creation_date("YYYY-MM-DD") %>
|
||||||
modified: <% tp.file.last_modified_date("YYYY-MM-DD") %>
|
modified: <% tp.file.last_modified_date("YYYY-MM-DD") %>
|
||||||
|
draft: true
|
||||||
<% "---" %>
|
<% "---" %>
|
||||||
|
|
||||||
# <% tp.file.title %>
|
# <% tp.file.title %>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ baseURL = 'https://argentumcation.com/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'ArgentumCation'
|
title = 'ArgentumCation'
|
||||||
# theme = 'ananke'
|
# theme = 'ananke'
|
||||||
|
ignoreFiles = ['content/_templates/*']
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
linenos = true
|
linenos = true
|
||||||
anchorlinenos = true
|
anchorlinenos = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue