File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Jekyll
2- _site /
2+ _site
3+ .sass-cache
4+ .jekyll-metadata
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments