Skip to content

Commit b82f1e6

Browse files
committed
Track remaining Hugo files
1 parent 783511a commit b82f1e6

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public
2+
resources
3+
.hugo_build.lock

archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
date = '{{ .Date }}'
3+
draft = true
4+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
+++

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = 'https://blog.recurse.ml/'
2+
languageCode = 'en-us'
3+
title = 'Recurse ML Blog'
4+
theme = 'hermit-V2'

0 commit comments

Comments
 (0)