bmen-jekyll/_config.yml

96 lines
2.2 KiB
YAML
Raw Normal View History

2020-10-08 19:41:01 +00:00
### Site Settings ###
title : bmen
2020-10-08 19:41:01 +00:00
description : >-
Zwischen neuesten Technologien und
traditionellem Handwerk einzuordnen.
2020-10-10 08:45:30 +00:00
baseurl : ""
2020-10-08 19:41:01 +00:00
### Plugins ###
plugins:
- jemoji
### Navbar Settings ###
nav_exclude: # The following paths are excluded from navbar
- pages/tags.html
- pages/404.html
- pages/index.md
- pages/datenschutz.md
- pages/impressum.md
- pages/notice.md
2020-10-08 19:41:01 +00:00
### Author Info ###
author:
name : Bastian Menningen
image : assets/images/bmen-profil.jpg
# behance : your_username
2020-10-08 19:41:01 +00:00
# dribbble : your_username
telegram : bmen_cc
email : bastian@bmen.cc
# facebook : your_username
github : bmen
gitlab : bmen
gitea : bmen
instagram : bmencc
2020-10-08 19:41:01 +00:00
# kaggle : your_username
# linkedin : your_username
# medium : your_username
2020-10-08 19:41:01 +00:00
# soundcloud : your_username
spotify : b-men
2020-10-08 19:41:01 +00:00
# stackoverflow : your_user_id
# tumblr : your_username.tumblr.com
# twitch : your_username
# twitter : your_username
2020-10-08 19:41:01 +00:00
# vimeo : your_username
# youtube : your_channel_name
### Posts ###
permalink: /blog/:title
### Collections ###
collections:
projects:
output: true
permalink: /projects/:name
### Disqus ###
# disqus: your-short-name-disqus # Your website Shortname on disqus
2020-10-08 19:41:01 +00:00
### Analytics ###
analytics:
enabled: false # Set true to enable analytics
google:
tracking_id: your-google-tracking-id
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
comments: false # Set to true to enable disqus comments
### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- "*.log"
- docker-compose-prod.yml
- docker-compose.yml
- .drone.yml
- .gitignore
- Gemfile