# Site title: Kiwi's Wiki subtitle: description: '' keywords: author: Kiwi language: en timezone: '' # URL ## If your site is put in a subdirectory, set url as 'http://example.com/child' and root as '/child/' url: http://Kiwi0093.github.io/Wiki-site root: /Wiki-site permalink: wiki/:title/ permalink_defaults: pretty_urls: trailing_index: true # Set to false to remove trailing 'index.html' from permalinks trailing_html: true # Set to false to remove trailing '.html' from permalinks
# Customize customize: logo: enabled: true width: 40 height: 40 url: /logo.png profile: enabled: false # Whether to show profile bar avatar: # css/images/avatar.png gravatar: Kiwi@kaienroid.com # Gravatar email address, if you enable Gravatar, your avatar config will be overriden author: Kiwi author_title: Designer & Programmer location: Taipei, Taiwan follow: https://github.com/Kiwi0093/ highlight: monokai sidebar: left # sidebar position, options: left, right category_perExpand: false# enable article categories list per expanding thumbnail: true# enable posts thumbnail, options: true, false favicon: /favicon.ico # path to favicon default_index_file: index.md # if this, it will display at site index instead of default index page social_links: github: https://github.com/Kiwi0093/Kiwi0093.github.io rss: /atom.xml social_link_tooltip: true# enable the social link tooltip, options: true, false
這個部分主要是設定框架
#Widget
1 2 3 4 5 6 7 8
# Widgets widgets: # default use category only - category # - recent_posts # - archive # - tag # - tagcloud # - links
這個可以設定有哪些會列出來在左右側的框架內
#歷史版本確認
1 2 3 4 5 6 7
# History version history_control: # make you wiki has history version control in page enable: true server_link: https://github.com # recommend use GitHub https://github.com user: Kiwi0093 repertory: Wiki-site branch: master