forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
111 lines (99 loc) · 2.9 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
layout: sidebar
style: dark
plugins:
- jekyll-feed
- jekyll-octicons
- jekyll-seo-tag
- jekyll-sitemap
# The GitHub username to use is determined from your Git remotes. If you want to override it, set it below.
# more info here https://github.com/jekyll/github-metadata/blob/master/docs/configuration.md#configuration
repository: supersandro2000/supersandro2000.github.io
exclude:
- default.nix
- CNAME
- dev.Dockerfile
- Dockerfile
- Gemfile
- Gemfile.lock
- gemset.nix
- LICENSE.txt
- Makefile
- node_modules
- package.json
- package-lock.json
- purgecss.config.js
- README.md
- shell.nix
- vendor
include:
- .htacces
- .htpasswd
- .well-known
css_dir: assets/css
sass:
sourcemap: never
url: "https://supersandro.de"
baseurl: ""
permalink: /:year/:month/:day/:title
email: [email protected]
pgp_key_id: "0x236b6291555e8401"
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
projects:
sort_by: stars
limit: 10
exclude:
archived: true
forks: true
projects:
- nixpkgs
- supersandro2000.github.io-old
thoughts:
exclude:
- "Datenschutzerklärung"
social_media:
# behance: your_username
# dribbble: your_username
# facebook: your_username
# hackerrank: your_username
# instagram: your_username
# keybase: your_username
# linkedin: your_username
mastodon: "@sandro"
# medium: your_username
stackoverflow: 4446318
steam: supersandro2000
telegram: supersandro2000
# twitch: your_username
twitter: supersandro2000
# unsplash: your_username
# vk: your_username
# website: https://supersandro.de/
# youtube: supersand2000
topics:
- name: Linux
web_url: https://github.com/topics/linux
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/linux/linux.png
- name: NixOS
web_url: https://github.com/topics/nix
image_url: https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake-colours.svg
- name: Git
web_url: https://github.com/topics/git
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/git/git.png
- name: Bash
web_url: https://github.com/topics/bash
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/bash/bash.png
- name: Mastodon
web_url: https://github.com/topics/mastodon
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/mastodon/mastodon.png
- name: Awesome Lists
web_url: https://github.com/topics/awesome
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/awesome/awesome.png
# rss feed config
enable_rss: true
title: Sandro's Website
# description: Welcome to my blog!