Init to commit it
This commit is contained in:
commit
fedb0cd5b2
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/ananke"]
|
||||
path = themes/ananke
|
||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
baseURL = 'https://kitsunehosting.net/'
|
||||
languageCode = 'en-us'
|
||||
title = 'KitsuneHosting'
|
||||
theme = "ananke"
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
author: "Your Name"
|
||||
title: "My First Post"
|
||||
date: "2022-05-17"
|
||||
---
|
||||
|
||||
Hello i live here.
|
||||
|
||||
Pensive wobble lol
|
||||
|
||||
|
||||
oh
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "My First Post"
|
||||
date: 2022-09-14T14:50:08-04:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
Wow, this is epic
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
Loading…
Reference in New Issue