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