initial version
[homepage.git] / src / _config.yml
1 # Welcome to Jekyll!
2 #
3 # This config file is meant for settings that affect your whole blog, values
4 # which you are expected to set up once and rarely edit after that. If you find
5 # yourself editing this file very often, consider using Jekyll's data files
6 # feature for the data you need to update frequently.
7 #
8 # For technical reasons, this file is *NOT* reloaded automatically when you use
9 # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
11 # Site settings
12 # These are used to personalize your new site. If you look in the HTML files,
13 # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14 # You can create any custom variable you would like, and they will be accessible
15 # in the templates via {{ site.myvariable }}.
16 title: realraum
17 email: realraum@realraum.at
18 description: >- # this means to ignore newlines until "baseurl:"
19   Write an awesome description for your new site here. You can edit this
20   line in _config.yml. It will appear in your document head meta (for
21   Google search results) and in your feed.xml site description.
22 baseurl: "" # the subpath of your site, e.g. /blog
23 url: "" # the base hostname & protocol for your site, e.g. http://example.com
24 twitter_username: realraum
25 github_username:  realraum
26
27 # Build settings
28 destination: ../out
29 markdown: kramdown
30 theme: jekyll-whiteglass
31 plugins:
32   - jekyll-feed
33   - jekyll-admin
34   - jekyll-archives
35   - jekyll-paginate
36   - jekyll-sitemap
37
38 permalink: /:year/:month/:day/:title/
39 paginate_path: /posts/:num/
40 paginate: 5
41
42 jekyll-archives:
43   enabled:
44     - categories
45     - tags
46   layout: category_archives
47   permalinks:
48     category: /categories/:name/
49     tag: /tags/:name/
50
51 # Exclude from processing.
52 # The following items will not be processed, by default. Create a custom list
53 # to override the default setting.
54 # exclude:
55 #   - Gemfile
56 #   - Gemfile.lock
57 #   - node_modules
58 #   - vendor/bundle/
59 #   - vendor/cache/
60 #   - vendor/gems/
61 #   - vendor/ruby/