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 %>
|
||||
date: <% tp.file.creation_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'
|
||||
title = 'ArgentumCation'
|
||||
# theme = 'ananke'
|
||||
ignoreFiles = ['content/_templates/*']
|
||||
[markup.highlight]
|
||||
linenos = true
|
||||
anchorlinenos = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue