Initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
_gen
|
7
archetypes/default.md
Normal file
7
archetypes/default.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
tags: [blah]
|
||||
---
|
||||
|
8
config.toml
Normal file
8
config.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
title = "T.I.L."
|
||||
baseURL = "https://til.marcusnoble.co.uk"
|
||||
languageCode = "en-gb"
|
||||
theme = "hello-friend-ng"
|
||||
enableGitInfo = true
|
||||
|
||||
[permalinks]
|
||||
posts = "/:title/"
|
1
themes/hello-friend-ng
Submodule
1
themes/hello-friend-ng
Submodule
Submodule themes/hello-friend-ng added at 86b7f75dcf
Reference in New Issue
Block a user