Pārlūkot izejas kodu

Add config file of theme

Miles Pong 9 gadi atpakaļ
vecāks
revīzija
a76c6ae7f7
2 mainītis faili ar 75 papildinājumiem un 1 dzēšanām
  1. 0 1
      .gitignore
  2. 75 0
      _config.yml

+ 0 - 1
.gitignore

@@ -1,3 +1,2 @@
-_config.yml
 *.iml
 .idea

+ 75 - 0
_config.yml

@@ -0,0 +1,75 @@
+# Menus
+menu:
+  Home: .
+  Archives: archives
+  Categories: categories
+  Tags: tags
+  About: about
+
+# Customize
+customize:
+    logo:
+        enabled: false
+        width: 40
+        height: 40
+        url: images/logo.png
+    profile:
+        enabled: true # Whether to show profile bar
+        avatar: css/images/avatar.png
+        gravatar: mingpeng16@gmail.com # Gravatar email address, if you enable Gravatar, your avatar config will be overriden
+        author: Miles Pong
+        author_title: Web Developer
+        location: Zhuhai, China
+        follow: https://plus.google.com/+MilesPong
+    highlight: github
+    sidebar: right # sidebar position, options: left, right
+    thumbnail: true # enable posts thumbnail, options: true, false
+    favicon: true # enable show favicon, please download the icons pakages from http://www.favicon-generator.org/, and extract to source/icons/, options: true, false
+    social_links:
+        github: https://github.com/milespong
+        twitter: https://twitter.com/mingpeng16
+        facebook: https://www.facebook.com/mp1616
+        envelope: mailto:mingpeng16@gmail.com
+        rss: /atom.xml
+
+# Widgets
+widgets:
+    - recent_posts
+    - category
+    # - archive
+    # - tag
+    # - tagcloud
+    - links
+
+# Search
+search:
+    insight: true # you need to install `hexo-generator-json-content` before using Insight Search
+    swiftype: # enter swiftype install key here
+    baidu: false # you need to disable other search engines to use Baidu search, options: true, false
+
+# Comment
+comment:
+    disqus: miles-blog # enter disqus shortname here
+    duoshuo: # enter duoshuo shortname here
+    youyan: # enter youyan uid here
+
+# Share
+share: default # options jiathis, bdshare, addtoany, default
+
+# Plugins
+plugins:
+    fancybox: true # options: true, false
+    google_analytics: # enter the tracking ID for your Google Analytics
+    google_site_verification: # enter Google site verification code
+    baidu_analytics: # enter Baidu Analytics hash key
+
+# Miscellaneous
+miscellaneous:
+    open_graph: # see http://ogp.me
+        fb_app_id:
+        fb_admins:
+        twitter_id:
+        google_plus:
+    links:
+        Solomp: https://www.solomp.com
+