2020-10-08 19:41:01 +00:00
|
|
|
### Site Settings ###
|
2020-10-10 07:45:50 +00:00
|
|
|
title : bmen
|
2020-10-08 19:41:01 +00:00
|
|
|
description : >-
|
2020-10-10 07:45:50 +00:00
|
|
|
Zwischen neuesten Technologien und
|
|
|
|
traditionellem Handwerk einzuordnen.
|
2020-10-10 07:54:37 +00:00
|
|
|
baseurl : "https://www.bmen.cc" # Change to empty quotes if you are hosting your site at <your-username>.github.io directly
|
2020-10-08 19:41:01 +00:00
|
|
|
remote_theme : YoussefRaafatNasry/portfolYOU
|
|
|
|
|
|
|
|
|
|
|
|
### Plugins ###
|
|
|
|
plugins:
|
|
|
|
- jemoji
|
|
|
|
|
|
|
|
|
|
|
|
### Navbar Settings ###
|
|
|
|
nav_exclude: # The following paths are excluded from navbar
|
|
|
|
- pages/tags.html
|
|
|
|
- pages/404.html
|
|
|
|
- pages/index.md
|
2020-10-10 07:43:44 +00:00
|
|
|
- pages/datenschutz.md
|
|
|
|
- pages/impressum.md
|
2020-10-08 19:41:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Author Info ###
|
|
|
|
author:
|
|
|
|
name : Bastian Menningen
|
2020-10-10 07:45:50 +00:00
|
|
|
image : assets/images/bmen-profil.jpg
|
|
|
|
# behance : your_username
|
2020-10-08 19:41:01 +00:00
|
|
|
# dribbble : your_username
|
2020-10-10 07:45:50 +00:00
|
|
|
email : bastian@bmen.cc
|
|
|
|
# facebook : your_username
|
|
|
|
github : bmen
|
|
|
|
gitlab : bmen
|
|
|
|
gitea : bmen
|
2020-10-08 19:41:01 +00:00
|
|
|
# instagram : your_username
|
|
|
|
# kaggle : your_username
|
2020-10-10 07:45:50 +00:00
|
|
|
# linkedin : your_username
|
|
|
|
# medium : your_username
|
2020-10-08 19:41:01 +00:00
|
|
|
# soundcloud : your_username
|
2020-10-10 07:45:50 +00:00
|
|
|
spotify : b-men
|
2020-10-08 19:41:01 +00:00
|
|
|
# stackoverflow : your_user_id
|
|
|
|
# tumblr : your_username.tumblr.com
|
|
|
|
# twitch : your_username
|
2020-10-10 07:45:50 +00:00
|
|
|
# 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 ###
|
2020-10-10 07:45:50 +00:00
|
|
|
# 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"
|
2020-10-10 07:45:50 +00:00
|
|
|
- docker-compose-prod.yml
|
|
|
|
- docker-compose.yml
|
|
|
|
- .drone.yml
|
|
|
|
- .gitignore
|
|
|
|
- Gemfile
|