first commit
This commit is contained in:
commit
5e667fef54
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
blog/public
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "blog/themes/ananke"]
|
||||
path = blog/themes/ananke
|
||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
Content is stored in `blog/`. All commands below should be executed from there.
|
||||
This top-level directory is just for package metadata, `README.md`, etc.
|
||||
|
||||
* To create a new post, run `hugo new posts/<name>.md`
|
||||
* To start a local server to check how it looks, run `hugo server` (with `-D` to show drafts)
|
6
blog/archetypes/default.md
Normal file
6
blog/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
4
blog/config.toml
Normal file
4
blog/config.toml
Normal file
@ -0,0 +1,4 @@
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = "Jack Jackson's Blog"
|
||||
theme = "ananke"
|
7
blog/content/posts/my-first-post.md
Normal file
7
blog/content/posts/my-first-post.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "My First Post"
|
||||
date: 2021-11-07T20:41:14-08:00
|
||||
draft: false
|
||||
---
|
||||
This is a placeholder blog post to check my CI/CD pipeline.
|
||||
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
1
blog/themes/ananke
Submodule
1
blog/themes/ananke
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 869b03ea78b6238febe54cae970b23312d099ff6
|
Loading…
x
Reference in New Issue
Block a user