-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
35 lines (30 loc) · 1.27 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
# Welcome to beNice17 - A Simple Jekyll theme by Viet Anh Nguyen
# Website: vietanhdev.com
# 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 }}.
title: beNice17 theme # Title of your Website. Eg: Viet Anh's Website
email: [email protected] # Your email
contact-email: [email protected] # Email for contact page. Can be your email.
author: Viet Anh Nguyen
description: > # this means to ignore newlines until "baseurl:"
beNice17 is a Jekyll theme. Suitable for personal Websites & Blogs.
url: "https://vietanhdev.com" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "/beNice17" # the subpath of your site, e.g. /blog
includes_dir: .
# Sharing settings
shareimg: assets/images/sharing-imgs/beNice17.jpg # default sharing img
bigimg: images/patterns/triangular.png # default big img (header image(s))
fb_app_id: 12345 # Facebook app id
timezone: "+0700"
permalink: posts/:title.html
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock