diff options
author | mayx | 2022-01-04 20:42:55 +0800 |
---|---|---|
committer | mayx | 2022-01-04 20:42:55 +0800 |
commit | f4aa957c53cda659d026ffd23856f65a72fee739 (patch) | |
tree | afc51b78e1ff241c955ca30910e895e02e0a1d22 /_config.yml |
Restore deleted repositories
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..4b12e03 --- /dev/null +++ b/_config.yml @@ -0,0 +1,13 @@ +theme: jekyll-theme-minimal +title: Mayx的博客 +logo: https://avatars0.githubusercontent.com/u/17966333 +author: mayx +timezone: Asia/Shanghai +excerpt_separator: <!--more--> +paginate: 7 +plugins: + - jekyll-sitemap + - jekyll-feed +feed: + path: atom.xml +google_analytics: UA-137710294-1 |