-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (36 loc) · 1.05 KB
/
_config.yml
File metadata and controls
39 lines (36 loc) · 1.05 KB
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
# Welcome to Jekyll!
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
#
author: Benjamin Hopfer
description: Problems and solutions of a freelancing software engineer
email: contact@benjaminhopfer.com
title: Benjamin Hopfer Software Solutions
baseurl: ""
url: "https://benjaminhopfer.com"
github_username: b3ret
# logo: assets/logo/logo.png
show_downloads: false
# Build settings
#
theme: jekyll-theme-minimal
excerpt_separator: <!--more-->
# Exclude from processing.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/