This commit is contained in:
2019-05-30 18:52:14 +08:00
commit aa360a22bf
341 changed files with 30369 additions and 0 deletions
.gitignore_config.ymlpackage-lock.jsonpackage.json
scaffolds
source
themes/next
.all-contributorsrc.bowerrc.editorconfig.eslintrc.json.gitattributes.gitignore.stylintrc.travis.ymlLICENSE.mdREADME.md_config.ymlbower.jsoncrowdin.yml
docs
gulpfile.coffee
languages
layout
package.json
scripts
source
css
_common
_custom
_mixins
_schemes
_variables
main.styl
fonts
images
js
lib
test

4
scaffolds/draft.md Normal file

@@ -0,0 +1,4 @@
---
title: {{ title }}
tags:
---

4
scaffolds/page.md Normal file

@@ -0,0 +1,4 @@
---
title: {{ title }}
date: {{ date }}
---

5
scaffolds/post.md Normal file

@@ -0,0 +1,5 @@
---
title: {{ title }}
date: {{ date }}
tags:
---