first commit

This commit is contained in:
micah 2026-03-18 22:16:06 +08:00
commit 5e0d48fd8e
8 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public

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

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++

4
hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'
theme = 'ananke'

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"/ananke/css/main.min.efe4d852f731d5d1fbb87718387202a97aafd768cdcdaed0662bbe6982e91824.css","MediaType":"text/css","Data":{"Integrity":"sha256-7+TYUvcx1dH7uHcYOHICqXqv12jNza7QZiu+aYLpGCQ="}}

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit a5f3dd61ce53879019049d9a2ba8f049abdfee68