first commit

This commit is contained in:
Jack Jackson 2021-11-07 20:39:56 -08:00
commit 5e667fef54
9 changed files with 29 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
blog/public

3
.gitmodules vendored Normal file
View 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
View 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)

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

4
blog/config.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = "Jack Jackson's Blog"
theme = "ananke"

View 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

View File

@ -0,0 +1 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}

1
blog/themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 869b03ea78b6238febe54cae970b23312d099ff6