Skip to content

Commit 544a860

Browse files
Fix config.yml
1 parent c02a557 commit 544a860

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

_config.yml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -17,69 +17,7 @@ lang: en-US
1717
title: The Embedded New Testament
1818
email:
1919
description: The "Holy Bible" for embedded engineers
20-
baseurl: # the optional subpath of your site, e.g. "/blog"
21-
url: https://github.com/theEmbeddedGeorge/theEmbeddedNewTestament.github.io
22-
author:
23-
name:
24-
twitter:
25-
picture:
26-
twitter_username:
27-
github_username:
28-
logo: # path of site logo, e.g. "/assets/images/logo.png"
29-
search: true
30-
search_full_content: false # true, false (default)
31-
search_provider: # lunr (default), algolia
32-
algolia:
33-
application_id: # YOUR_APPLICATION_ID
34-
index_name: # YOUR_INDEX_NAME
35-
search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
36-
powered_by: # true (default), false
3720

3821
# Build settings
3922
markdown: kramdown
4023
theme: jekyll-theme-midnight
41-
plugins: # previsously gems
42-
- jekyll-feed
43-
- jekyll-seo-tag
44-
- jekyll-sitemap
45-
- jekyll-paginate
46-
feed:
47-
path: atom.xml
48-
49-
# Pagination - https://jekyllrb.com/docs/pagination/
50-
paginate: 10
51-
paginate_path: /page:num/
52-
53-
# Exclude from processing.
54-
exclude:
55-
- .asset-cache
56-
- .bundle
57-
- .codeclimate.yml
58-
- .editorconfig
59-
- .gitattributes
60-
- .jekyll-assets-cache
61-
- .sass-cache
62-
- .scss-lint.yml
63-
- CHANGELOG
64-
- Gemfile
65-
- Gemfile.lock
66-
- LICENSE
67-
- node_modules
68-
- Rakefile
69-
- README
70-
- vendor/bundle/
71-
- vendor/cache/
72-
- vendor/gems/
73-
- vendor/ruby/
74-
- /docs # ignore Basically Basic sample site
75-
- /example # ignore Basically Basic dev site
76-
77-
# Front Matter Defaults
78-
defaults:
79-
# _posts
80-
- scope:
81-
path: "_posts"
82-
type: posts
83-
values:
84-
layout: post
85-
read_time: true

0 commit comments

Comments
 (0)