Initial commit
This commit is contained in:
commit
0614327e78
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
@ -0,0 +1 @@
|
||||
Subproject commit 86b7f75dcfa32e1e0dde54775eb6e2d202b3b801
|
Loading…
Reference in New Issue
Block a user