-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
27 lines (22 loc) · 943 Bytes
/
_config.yml
File metadata and controls
27 lines (22 loc) · 943 Bytes
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
### SITE SETTINGS ====
remote_theme: pages-themes/leap-day@v0.2.0
timezone: Europe/Amsterdam
title: "Digital Garden"
author: Mark van der Sman # see authors.yml
site.description: "Public collection of notes and learnings."
domain: mvdsman.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://mvdsman.github.io # the base hostname and protocol for your site, e.g. http://example.com
baseUrl: /pages/ # place folder name if the site is served in a subfolder
# Gem plugins
plugins:
- jekyll-asciidoc
# Folder management
exclude:
- README.md
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash at the end.
#
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
# Markdown-Example for posts 
#
urlimg: "/images/"