generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_dev.yml
122 lines (104 loc) · 3.51 KB
/
_config_dev.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
112
113
114
115
116
117
118
119
120
121
title : Portfolio
title_separator : "-"
subtitle : "Student in Design & Computation" # site tagline that appears below site title in masthead
email : aron@petau.net
description : &description "I am a student in Design & Computation at the Technische Universität Berlin and Universität der Künste Berlin. I am passionate about Cognitive Science, Software Engineering, 3D Modelling and Design. Here I display a selection of my recent work, you are welcome to have a look around! "
github_username : arontaupe
minimal_mistakes_skin : neon
name : &name "Aron Petau"
repository : "arontaupe/apply"
logo : "/assets/images/logo.png"
masthead_title : "Aron Petau" # site title that appears in masthead
search : true
show_drafts : true
# Site Settings
locale : "en-US"
url : https://www.aron.petau.net
baseurl : / # if i want another subdirectory
# Build settings
markdown : kramdown
highlighter : rouge
remote_theme : mmistakes/minimal-mistakes
# Outputting
permalink : /:categories/:title/
paginate : 10 # amount of posts to show
paginate_path : /page:num/
timezone : Europe/Berlin
og_image : "/assets/images/logo.png"
breadcrumbs : true
words_per_minute : 100
include:
- _pages
- _drafts
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# Site Author
author:
name : "Aron Petau"
avatar : "/assets/images/aron_headshot.jpeg"
bio : "Passionate about Cognitive Science, Software Engineering, 3D Modelling, currently studying Design & Computation"
location : "Berlin, Germany"
email : "aron@petau.net"
authorid : 0
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/arontaupe"
- label: "Printables"
icon: "fas fa-cubes"
url: "https://www.printables.com/social/97957-arontaupe/models"
- label: "Mastodon"
icon: "fas fa-mastodon"
url: "https://mastodon.online/@reprintedAron"
- label: "Storefront"
icon: "fas fa-etsy"
url: "https://www.etsy.com/de-en/shop/reprintedservices"
- label: "Privacy Statement"
icon: "fas fa-user-secret"
url: "/privacy/"
defaults:
# _posts
- scope:
path : ""
type : posts
values:
layout : single
classes : wide
author : "Aron Petau"
author_profile : true
teaser : /assets/images/grass_blur.png
sidebar:
title : "Topics"
nav : "portfolio-sidebar"
read_time : true
comments : false
share : false
related : true
# _pages
- scope:
path : "_pages"
type : pages
values:
layout : single
author_profile : true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/