Skip to content

Commit 6d64039

Browse files
committed
feat: ✨ Initial commit
0 parents  commit 6d64039

File tree

115 files changed

+11692
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+11692
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Hugo ###
2+
# Generated files by hugo
3+
/public/
4+
/resources/_gen/
5+
/assets/jsconfig.json
6+
hugo_stats.json
7+
8+
# Executable may be added to repository
9+
hugo.exe
10+
hugo.darwin
11+
hugo.linux
12+
13+
# Temporary lock file while building
14+
/.hugo_build.lock

.gitmodules

Whitespace-only changes.

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
date: '{{ .Date }}'
3+
draft: true
4+
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
---

attachments/MiXgu5xYnD.png

41.6 KB
Loading
10.9 KB
Loading
4.95 KB
Loading
32 KB
Loading

0 commit comments

Comments
 (0)