1- theme : jekyll-theme-midnight
1+ # theme: jekyll-theme-midnight
2+
3+ # Welcome to Jekyll!
4+ #
5+ # This config file is meant for settings that affect your whole blog, values
6+ # which you are expected to set up once and rarely edit after that. If you find
7+ # yourself editing this file very often, consider using Jekyll's data files
8+ # feature for the data you need to update frequently.
9+ #
10+ # For technical reasons, this file is *NOT* reloaded automatically when you use
11+ # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
12+
13+ # Site settings
14+ # These are used to personalize your new site. If you look in the HTML files,
15+ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
16+ # You can create any custom variable you would like, and they will be accessible
17+ # in the templates via {{ site.myvariable }}.
18+ lang : en-US
19+ title : The Embedded New Testament
20+ email :
21+ description : The "Holy Bible" for embedded engineers
22+ baseurl : # the optional subpath of your site, e.g. "/blog"
23+ url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
24+ author :
25+ name :
26+ twitter :
27+ picture :
28+ twitter_username :
29+ github_username :
30+ logo : # path of site logo, e.g. "/assets/images/logo.png"
31+ search : # true, false (default)
32+ search_full_content : false # true, false (default)
33+ search_provider : # lunr (default), algolia
34+ algolia :
35+ application_id : # YOUR_APPLICATION_ID
36+ index_name : # YOUR_INDEX_NAME
37+ search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
38+ powered_by : # true (default), false
39+
40+ # Build settings
41+ markdown : kramdown
42+ theme : jekyll-theme-basically-basic
43+ plugins : # previsously gems
44+ - jekyll-feed
45+ - jekyll-seo-tag
46+ - jekyll-sitemap
47+ - jekyll-paginate
48+ feed :
49+ path : atom.xml
50+
51+ # Pagination - https://jekyllrb.com/docs/pagination/
52+ paginate : 10
53+ paginate_path : /page:num/
54+
55+ # Exclude from processing.
56+ exclude :
57+ - .asset-cache
58+ - .bundle
59+ - .codeclimate.yml
60+ - .editorconfig
61+ - .gitattributes
62+ - .jekyll-assets-cache
63+ - .sass-cache
64+ - .scss-lint.yml
65+ - CHANGELOG
66+ - Gemfile
67+ - Gemfile.lock
68+ - LICENSE
69+ - node_modules
70+ - Rakefile
71+ - README
72+ - vendor/bundle/
73+ - vendor/cache/
74+ - vendor/gems/
75+ - vendor/ruby/
76+ - /docs # ignore Basically Basic sample site
77+ - /example # ignore Basically Basic dev site
78+
79+ # Front Matter Defaults
80+ defaults :
81+ # _posts
82+ - scope :
83+ path : " _posts"
84+ type : posts
85+ values :
86+ layout : post
87+ read_time : true
0 commit comments