Skip to content

Commit 09891c8

Browse files
Updating _config.yml
1 parent ec66332 commit 09891c8

File tree

5 files changed

+13
-46
lines changed

5 files changed

+13
-46
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

Gemfile

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
source 'https://rubygems.org'
2-
gem "bundler"
2+
# gem "bundler"
33
# gem "jekyll"
4-
gem "github-pages", group: :jekyll_plugins
5-
group :jekyll_plugins do
6-
gem "jekyll-paginate"
7-
gem "jekyll-tagging"
8-
gem "jekyll-sitemap"
9-
gem "jekyll-feed"
10-
end
4+
gem "github-pages", group: :jekyll_plugins
5+
6+
# gem "jekyll-paginate", "~> 1.1.0"
7+
# gem "jekyll-tagging"
8+
# gem "jekyll-sitemap", "~> 1.4.0"
9+
# gem "jekyll-feed"
1110

Gemfile.lock

-8
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ GEM
148148
jekyll-sitemap (1.4.0)
149149
jekyll (>= 3.7, < 5.0)
150150
jekyll-swiss (1.0.0)
151-
jekyll-tagging (1.1.0)
152-
nuggets
153151
jekyll-theme-architect (0.1.1)
154152
jekyll (~> 3.5)
155153
jekyll-seo-tag (~> 2.0)
@@ -217,7 +215,6 @@ GEM
217215
nokogiri (1.11.1)
218216
mini_portile2 (~> 2.5.0)
219217
racc (~> 1.4)
220-
nuggets (1.6.0)
221218
octokit (4.20.0)
222219
faraday (>= 0.9)
223220
sawyer (~> 0.8.0, >= 0.5.3)
@@ -262,12 +259,7 @@ PLATFORMS
262259
ruby
263260

264261
DEPENDENCIES
265-
bundler
266262
github-pages
267-
jekyll-feed
268-
jekyll-paginate
269-
jekyll-sitemap
270-
jekyll-tagging
271263

272264
BUNDLED WITH
273265
2.2.11

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hero:
3737
#-------------------------------
3838
# Contact Settings
3939
contact:
40-
email: - # Add your email for contant form
40+
email: [email protected] # Add your email for contant form
4141
description: If you are interested to talk, just shoot me a message
4242

4343
# NOTE

_posts/2021-02-21-welcome-to-jekyll.markdown

-29
This file was deleted.

0 commit comments

Comments
 (0)