瀏覽代碼

add icarus theme

chenxixian 6 年之前
父節點
當前提交
a0b610918d
共有 3 個文件被更改,包括 7 次插入3 次删除
  1. 3 0
      .gitmodules
  2. 2 1
      _config.yml
  3. 2 2
      package.json

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "themes/icarus"]
+	path = themes/icarus
+	url = https://github.com/ppoffice/hexo-theme-icarus.git

+ 2 - 1
_config.yml

@@ -73,7 +73,8 @@ pagination_dir: page
 # Extensions
 ## Plugins: https://hexo.io/plugins/
 ## Themes: https://hexo.io/themes/
-theme: landscape
+#theme: landscape
+THEME: icarus
 
 # Deployment
 ## Docs: https://hexo.io/docs/deployment.html

+ 2 - 2
package.json

@@ -3,7 +3,7 @@
   "version": "0.0.0",
   "private": true,
   "hexo": {
-    "version": ""
+    "version": "3.8.0"
   },
   "dependencies": {
     "hexo": "^3.8.0",
@@ -16,4 +16,4 @@
     "hexo-renderer-marked": "^0.3.2",
     "hexo-server": "^0.3.3"
   }
-}
+}