Skip to content

Commit 959482f

Browse files
David Nroot
authored andcommitted
updated jekyll
1 parent 0a95140 commit 959482f

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Jekyll
2-
_site/
2+
_site
3+
.sass-cache
4+
.jekyll-metadata

_config.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Site settings
2+
# These are used to personalize your new site. If you look in the HTML files,
3+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
4+
# You can create any custom variable you would like, and they will be accessible
5+
# in the templates via {{ site.myvariable }}.
6+
title: jsdnhk@github profile
7+
email: dn@jsdnhk.com
8+
description: >- # this means to ignore newlines until "baseurl:"
9+
jsdnhk@github profile - 2019
10+
baseurl: "" # the subpath of your site, e.g. /blog
11+
url: "https://jsdnhk.github.io/"
12+
github_username: jsdnhk
13+
14+
# Others
15+
github: [metadata]
16+
encoding: UTF-8
17+
kramdown:
18+
input: GFM
19+
hard_wrap: false
20+
future: true
21+
jailed: false
22+
theme: jekyll-theme-dinky
23+
gfm_quirks: paragraph_end
24+
# plugins:
25+
# - jekyll-feed
26+
# - jekyll-redirect-from
27+
# - jekyll-seo-tag
28+
# - jekyll-sitemap
29+
# - jekyll-avatar
30+
# - jemoji
31+
# - jekyll-mentions
32+
# - jekyll-include-cache

0 commit comments

Comments
 (0)