Skip to content

Commit 513a111

Browse files
author
runshell
committed
add themes
1 parent 94f8cec commit 513a111

188 files changed

Lines changed: 27348 additions & 680 deletions

File tree

Some content is hidden

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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/stack"]
2+
path = themes/stack
3+
url = https://github.com/CaiJimmy/hugo-theme-stack.git

.hugo_build.lock

Whitespace-only changes.

README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

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+
+++

assets/img/avatar.png

2.76 KB
Loading

assets/jsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"*": [
6+
"..\\themes\\stack\\assets\\*"
7+
]
8+
}
9+
}
10+
}

content/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
menu:
3+
main:
4+
name: 首页
5+
weight: -100
6+
params:
7+
icon: home
8+
---

0 commit comments

Comments
 (0)