forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (26 loc) · 1.24 KB
/
_config.yml
File metadata and controls
34 lines (26 loc) · 1.24 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
title: "Marcel C."
author: "Marcel C."
description: ""
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: false # show article excerpts instead of archive list on the home page
show_frame: true # display a grey frame on large screens
show_sidebar: true # show a sidebar instead of the usual header
show_minimal: true # remove all clutter
#show_frame: "/assets/background.svg"
# Menu # for available icons see https://fontawesome.com/v5/icons/
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html", title: Homepage, sidebaricon: home}
- {file: "README.md", title: About me, sidebaricon: address-card}
external: # accepts {file, title, url, icon, sidebaricon}
- {title: Mail, icon: envelope, url: "mailto:marceljeanchampagne@gmail.com"}
- {title: Github, icon: github, url: "https://github.com/marceljc3"}
- {title: LinkedIn, icon: linkedin, url: "https://www.linkedin.com/in/marcel-champagne/"}
comments:
# disqus_shortname: "" # see https://disqus.com
# isso_domain: "" # see https://isso-comments.de
plugins:
- jekyll-feed