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