add templates to hugo ignore
Some checks are pending
/ ls (push) Waiting to run

This commit is contained in:
ArgentumCation 2025-07-20 23:34:27 -04:00
parent fc90532851
commit b53b8a466b
2 changed files with 3 additions and 1 deletions

View file

@ -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 %>

View file

@ -2,6 +2,7 @@ baseURL = 'https://argentumcation.com/'
languageCode = 'en-us'
title = 'ArgentumCation'
# theme = 'ananke'
ignoreFiles = ['content/_templates/*']
[markup.highlight]
linenos = true
anchorlinenos = true