first commit

attemptAtTagsRenovation
Jack Jackson 2 years ago
commit 5e667fef54
  1. 1
      .gitignore
  2. 3
      .gitmodules
  3. 5
      README.md
  4. 6
      blog/archetypes/default.md
  5. 4
      blog/config.toml
  6. 7
      blog/content/posts/my-first-post.md
  7. 1
      blog/resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.content
  8. 1
      blog/resources/_gen/assets/css/ananke/css/main.css_bb5467e0521bbea6b1e66429f6ec028e.json
  9. 1
      blog/themes/ananke

1
.gitignore vendored

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

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "blog/themes/ananke"]
path = blog/themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

@ -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)

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

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

@ -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.

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

@ -0,0 +1 @@
Subproject commit 869b03ea78b6238febe54cae970b23312d099ff6
Loading…
Cancel
Save