Initial commit

This commit is contained in:
2020-09-13 01:46:26 +01:00
commit 0614327e78
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
_gen
+7
View File
@@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags: [blah]
---
+8
View 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/"
Submodule themes/hello-friend-ng added at 86b7f75dcf