fixed import form wordpress plugin
[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   Hackerspace|DIYBioLab|Chaostreff|Makerspace
20   in Graz
21 baseurl: "" # the subpath of your site, e.g. /blog
22 url: "" # the base hostname & protocol for your site, e.g. http://example.com
23 twitter_username: realraum
24 github_username:  realraum
25
26 # Build settings
27 destination: ../out
28 markdown: kramdown
29 theme: jekyll-whiteglass
30 plugins:
31   - jekyll-feed
32   - jekyll-admin
33   - jekyll-archives
34   - jekyll-paginate
35   - jekyll-sitemap
36
37 permalink: /:year/:month/:day/:title/
38 paginate_path: /posts/:num/
39 paginate: 5
40
41 jekyll-archives:
42   enabled:
43     - categories
44     - tags
45   layout: category_archives
46   permalinks:
47     category: /categories/:name/
48     tag: /tags/:name/
49
50 # Exclude from processing.
51 # The following items will not be processed, by default. Create a custom list
52 # to override the default setting.
53 # exclude:
54 #   - Gemfile
55 #   - Gemfile.lock
56 #   - node_modules
57 #   - vendor/bundle/
58 #   - vendor/cache/
59 #   - vendor/gems/
60 #   - vendor/ruby/