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
18 # Themes are encouraged to use these universal variables
19 # so be sure to set them if your theme uses them.
22 tagline: Site Tagline Galaxy
25 email : galaxy001#gmail.com
30 # The production_url is only used when full-domain names are needed
32 # Most places will/should use BASE_PATH to make the urls
34 # If you have set a CNAME (pages.github.com) set your custom domain here.
35 # Else if you are pushing to username.github.io, replace with your username.
36 # Finally if you are pushing to a GitHub project page, include the project name at the end.
38 production_url : http://galaxy001.github.io
40 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
45 # All links will be namespaced by BASE_PATH if defined.
46 # Links in your website should always be prefixed with {{BASE_PATH}}
47 # however this value will be dynamically changed depending on your deployment situation.
49 # CNAME (http://yourcustomdomain.com)
50 # DO NOT SET BASE_PATH
51 # (urls will be prefixed with "/" and work relatively)
53 # GitHub Pages (http://username.github.io)
54 # DO NOT SET BASE_PATH
55 # (urls will be prefixed with "/" and work relatively)
57 # GitHub Project Pages (http://username.github.io/project-name)
59 # A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
60 # REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
63 # - When in Localhost, your site will run from root "/" regardless of BASE_PATH
64 # - Only the following values are falsy: ["", null, false]
65 # - When setting BASE_PATH it must be a valid url.
66 # This means always setting the protocol (http|https) or prefixing with "/"
69 # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
70 # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
72 # Override this by defining an absolute path to assets here.
74 # http://s3.amazonaws.com/yoursite/themes/watermelon
79 # These paths are to the main pages Jekyll-Bootstrap ships with.
80 # Some JB helpers refer to these paths; change them here if needed.
82 archive_path: /archive.html
83 categories_path : /categories.html
84 tags_path : /tags.html
88 # Settings for comments helper
89 # Set 'provider' to the comment provider you want to use.
90 # Set 'provider' to false to turn commenting off globally.
106 # Settings for analytics helper
107 # Set 'provider' to the analytics provider you want to use.
108 # Set 'provider' to false to turn analytics off globally.
113 tracking_id : 'UA-31108329-1'
117 token : '_MIXPANEL_TOKEN_'
119 # baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
120 # idsite : '1' # the id of the site on Piwik
122 # Settings for sharing helper.
123 # Sharing is for things like tweet, plusone, like, reddit buttons etc.
124 # Set 'provider' to the sharing provider you want to use.
125 # Set 'provider' to false to turn sharing off globally.
130 # Settings for all other include helpers can be defined by creating
131 # a hash with key named for the given helper. ex:
134 # provider : "custom"
136 # Setting any helper's provider to 'custom' will bypass the helper code
137 # and include your custom code. Your custom file must be defined at:
138 # ./_includes/custom/[HELPER]
139 # where [HELPER] is the name of the helper you are overriding.