Skip to content

Commit

Permalink
feat(global): add initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchieR7 committed Oct 16, 2023
0 parents commit 33e2b39
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
Empty file added .github/workflows/hugo.yaml
Empty file.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/github-style"]
path = themes/github-style
url = git@github.com:MeiK2333/github-style.git
Empty file added .hugo_build.lock
Empty file.
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
5 changes: 5 additions & 0 deletions content/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = 'Readme'
date = 2023-10-16T14:18:17+08:00
draft = true
+++
3 changes: 3 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
1 change: 1 addition & 0 deletions themes/github-style
Submodule github-style added at fafe84

0 comments on commit 33e2b39

Please sign in to comment.