1 # This is the default format.
2 # For more see: http://jekyllrb.com/docs/permalinks/
3 permalink: /:categories/:year:month:day/:title
5 exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
11 # From https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
15 # https://help.github.com/articles/migrating-your-pages-site-from-maruku
19 # http://jekyllrb.com/docs/configuration/#markdown-options
23 extensions: [smart, footnotes, generate_toc, autolink]
26 timezone: Asia/Hong_Kong
28 # Themes are encouraged to use these universal variables
29 # so be sure to set them if your theme uses them.
32 tagline: Site Tagline Galaxy
35 email : galaxy001#gmail.com
40 # The production_url is only used when full-domain names are needed
42 # Most places will/should use BASE_PATH to make the urls
44 # If you have set a CNAME (pages.github.com) set your custom domain here.
45 # Else if you are pushing to username.github.io, replace with your username.
46 # Finally if you are pushing to a GitHub project page, include the project name at the end.
48 production_url : https://galaxy001.github.io
50 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
55 # All links will be namespaced by BASE_PATH if defined.
56 # Links in your website should always be prefixed with {{BASE_PATH}}
57 # however this value will be dynamically changed depending on your deployment situation.
59 # CNAME (http://yourcustomdomain.com)
60 # DO NOT SET BASE_PATH
61 # (urls will be prefixed with "/" and work relatively)
63 # GitHub Pages (http://username.github.io)
64 # DO NOT SET BASE_PATH
65 # (urls will be prefixed with "/" and work relatively)
67 # GitHub Project Pages (http://username.github.io/project-name)
69 # A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
70 # REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
73 # - When in Localhost, your site will run from root "/" regardless of BASE_PATH
74 # - Only the following values are falsy: ["", null, false]
75 # - When setting BASE_PATH it must be a valid url.
76 # This means always setting the protocol (http|https) or prefixing with "/"
79 # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
80 # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
82 # Override this by defining an absolute path to assets here.
84 # http://s3.amazonaws.com/yoursite/themes/watermelon
89 # These paths are to the main pages Jekyll-Bootstrap ships with.
90 # Some JB helpers refer to these paths; change them here if needed.
92 archive_path: /archive.html
93 categories_path : /categories.html
94 tags_path : /tags.html
98 # Settings for comments helper
99 # Set 'provider' to the comment provider you want to use.
100 # Set 'provider' to false to turn commenting off globally.
105 short_name : galaxysd
116 short_name : jekyllbootstrap
118 # Settings for analytics helper
119 # Set 'provider' to the analytics provider you want to use.
120 # Set 'provider' to false to turn analytics off globally.
127 tracking_id : 'UA-31108329-1'
131 token : '_MIXPANEL_TOKEN_'
133 # baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
134 # idsite : '1' # the id of the site on Piwik
136 # Settings for sharing helper.
137 # Sharing is for things like tweet, plusone, like, reddit buttons etc.
138 # Set 'provider' to the sharing provider you want to use.
139 # Set 'provider' to false to turn sharing off globally.
144 # Settings for all other include helpers can be defined by creating
145 # a hash with key named for the given helper. ex:
148 # provider : "custom"
150 # Setting any helper's provider to 'custom' will bypass the helper code
151 # and include your custom code. Your custom file must be defined at:
152 # ./_includes/custom/[HELPER]
153 # where [HELPER] is the name of the helper you are overriding.