Skip to content

Commit 20bf57c

Browse files
committed
cleanup
1 parent 4b3c589 commit 20bf57c

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Gemfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ group :jekyll_plugins do
99
gem 'jekyll-pwa-plugin', "= 2.2.3" # https://github.com/lavas-project/jekyll-pwa
1010
gem 'jekyll-tagging'
1111
gem 'jekyll-tagging-related_posts'
12-
gem 'jekyll-target-blank' # https://github.com/keithmifsud/jekyll-target-blank
13-
# gem 'jekyll-admin'
14-
# gem 'jekyll-redirect-from', '0.16.0'
15-
# gem 'jekyll-mermaid', '1.0.0'
12+
gem 'jekyll-target-blank'
1613
gem 'jekyll-postfiles'
1714
gem 'jekyll-og-image'
1815
end

_config.yml

-33
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ author:
4242
name: Yaroslav Shmarov
4343
4444

45-
#logo: /assets/corsego-saas-tree-logo.png
46-
4745
permalink: "/:title"
4846

4947
pwa:
@@ -76,34 +74,3 @@ og_image:
7674
tag_page_layout: tag_page
7775
tag_page_dir: tag
7876
ignored_tags: [tags,to,ignore]
79-
80-
#jekyll_admin:
81-
# hidden_links:
82-
# - posts
83-
# - pages
84-
# - staticfiles
85-
# - datafiles
86-
# - configuration
87-
88-
# SEO tag useful info
89-
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
90-
91-
# Exclude from processing.
92-
# The following items will not be processed, by default.
93-
# Any item listed under the `exclude:` key here will be automatically added to
94-
# the internal "default list".
95-
#
96-
# Excluded items can be processed by explicitly listing the directories or
97-
# their entries' file path in the `include:` list.
98-
#
99-
# exclude:
100-
# - .sass-cache/
101-
# - .jekyll-cache/
102-
# - gemfiles/
103-
# - Gemfile
104-
# - Gemfile.lock
105-
# - node_modules/
106-
# - vendor/bundle/
107-
# - vendor/cache/
108-
# - vendor/gems/
109-
# - vendor/ruby/

0 commit comments

Comments
 (0)