-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (37 loc) · 1 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
# Site Settings
title: Jekflix | A theme for Jekyll
email: [email protected]
description: Some text about your blog.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://www.rossener.com" # the base hostname & protocol for your site
google_analytics: "UA-XXXXXXXX-X"
# User Settings
username: Jekflix
user_description: Some text about you.
disqus_username: disqus_username
# Social Media
# Remove the item if you don't need it
github_username: github_username
facebook_username: facebook_username
twitter_username: twitter_username
instagram_username: instagram_username
linkedin_username: linkedin_username
medium_username: medium_username
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# Plugins
gems:
- jemoji
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: About
url: /about/
- title: Contact
url: /contact/
# Exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']