diff --git a/.gitignore b/.gitignore index 59cce12..4c143d4 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ docs/_build/ *.log *.tmp hugo.log +.hugo_build.lock # •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• # FRAMEWORK-SPECIFIC PATTERNS diff --git a/archetypes/page.md b/archetypes/page.md new file mode 100644 index 0000000..b559ef2 --- /dev/null +++ b/archetypes/page.md @@ -0,0 +1,6 @@ +--- +draft: false +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +url: +comments: false +---