Init to commit it
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/ananke"]
|
||||||
|
path = themes/ananke
|
||||||
|
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
||||||
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
4
config.toml
Normal file
4
config.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://kitsunehosting.net/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'KitsuneHosting'
|
||||||
|
theme = "ananke"
|
||||||
12
content/_index.md
Normal file
12
content/_index.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
author: "Your Name"
|
||||||
|
title: "My First Post"
|
||||||
|
date: "2022-05-17"
|
||||||
|
---
|
||||||
|
|
||||||
|
Hello i live here.
|
||||||
|
|
||||||
|
Pensive wobble lol
|
||||||
|
|
||||||
|
|
||||||
|
oh
|
||||||
7
content/posts/my-first-post.md
Normal file
7
content/posts/my-first-post.md
Normal file
@@ -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":{}}
|
||||||
Reference in New Issue
Block a user