Einige Einstellungen und Gitea als Social Media hinzugefügt
This commit is contained in:
parent
05b92c4b20
commit
30e3b16467
43
_config.yml
43
_config.yml
|
@ -1,11 +1,9 @@
|
|||
### Site Settings ###
|
||||
title : portfolYOU
|
||||
title : bmen
|
||||
description : >-
|
||||
I turn coffee :coffee: into code,
|
||||
use tabs over spaces
|
||||
and never broke production.
|
||||
Zwischen neuesten Technologien und
|
||||
traditionellem Handwerk einzuordnen.
|
||||
baseurl : "/" # Change to empty quotes if you are hosting your site at <your-username>.github.io directly
|
||||
repository : YoussefRaafatNasry/portfolYOU # Change to <your-username>/<your-username>.github.io (or remove it if you don't need remote projects)
|
||||
remote_theme : YoussefRaafatNasry/portfolYOU
|
||||
|
||||
|
||||
|
@ -26,23 +24,24 @@ nav_exclude: # The following paths ar
|
|||
### Author Info ###
|
||||
author:
|
||||
name : Bastian Menningen
|
||||
image : https://i.imgur.com/uyDNQnn.jpg
|
||||
behance : your_username
|
||||
image : assets/images/bmen-profil.jpg
|
||||
# behance : your_username
|
||||
# dribbble : your_username
|
||||
email : username@domain.com
|
||||
facebook : your_username
|
||||
github : your_username
|
||||
# gitlab : your_username
|
||||
email : bastian@bmen.cc
|
||||
# facebook : your_username
|
||||
github : bmen
|
||||
gitlab : bmen
|
||||
gitea : bmen
|
||||
# instagram : your_username
|
||||
# kaggle : your_username
|
||||
linkedin : your_username
|
||||
medium : your_username
|
||||
# linkedin : your_username
|
||||
# medium : your_username
|
||||
# soundcloud : your_username
|
||||
# spotify : your_username
|
||||
spotify : b-men
|
||||
# stackoverflow : your_user_id
|
||||
# tumblr : your_username.tumblr.com
|
||||
# twitch : your_username
|
||||
twitter : your_username
|
||||
# twitter : your_username
|
||||
# vimeo : your_username
|
||||
# youtube : your_channel_name
|
||||
|
||||
|
@ -56,12 +55,10 @@ collections:
|
|||
projects:
|
||||
output: true
|
||||
permalink: /projects/:name
|
||||
elements: # For Documentation Only
|
||||
output: true # For Documentation Only
|
||||
|
||||
|
||||
### Disqus ###
|
||||
disqus: your-short-name-disqus # Your website Shortname on disqus
|
||||
# disqus: your-short-name-disqus # Your website Shortname on disqus
|
||||
|
||||
|
||||
### Analytics ###
|
||||
|
@ -78,11 +75,6 @@ defaults:
|
|||
type: "projects"
|
||||
values:
|
||||
layout: "page"
|
||||
- scope: # For Documentation Only
|
||||
path: "" # For Documentation Only
|
||||
type: "elements" # For Documentation Only
|
||||
values: # For Documentation Only
|
||||
layout: "element" # For Documentation Only
|
||||
- scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
|
@ -95,3 +87,8 @@ exclude:
|
|||
- CONTRIBUTING.md
|
||||
- LICENSE
|
||||
- "*.log"
|
||||
- docker-compose-prod.yml
|
||||
- docker-compose.yml
|
||||
- .drone.yml
|
||||
- .gitignore
|
||||
- Gemfile
|
||||
|
|
|
@ -31,6 +31,11 @@ gitlab:
|
|||
icon : fab fa-gitlab
|
||||
color : fca326
|
||||
|
||||
gitea:
|
||||
url : https://git.bmen.cc/
|
||||
icon : fas fa-code-branch
|
||||
color : fca326
|
||||
|
||||
instagram:
|
||||
url : https://www.instagram.com/
|
||||
icon : fab fa-instagram
|
||||
|
|
Loading…
Reference in New Issue