Skip to content

Commit 0674fff

Browse files
committed
Removed gem spec
1 parent 8a0ec3d commit 0674fff

File tree

4 files changed

+1
-113
lines changed

4 files changed

+1
-113
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
*.gem
21
.bundle
32
.sass-cache
43
_site
5-
Gemfile.lock

Gemfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

_config.yml

Lines changed: 1 addition & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -71,91 +71,4 @@ social_icons_background_color : "#e6e6e6"
7171

7272

7373
# Analytics
74-
google_analytics : # Enter Google Analytics tracking code (e.g. UA-2110908-2).
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
# # # # # # # # # # # # # # # #
85-
# Jekyll-specific Config Below
86-
87-
# Where things are
88-
source : .
89-
destination : ./_site
90-
collections_dir : .
91-
plugins_dir : _plugins
92-
layouts_dir : _layouts
93-
data_dir : _data
94-
includes_dir : _includes
95-
collections:
96-
posts:
97-
output : true
98-
99-
# Handling Reading
100-
safe : false
101-
include : [".htaccess", "_pages"]
102-
exclude : ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/",]
103-
keep_files : [".git", ".svn"]
104-
encoding : "utf-8"
105-
markdown_ext : "markdown,mkdown,mkdn,mkd,md"
106-
strict_front_matter : false
107-
108-
# Filtering Content
109-
show_drafts : null
110-
limit_posts : 0
111-
future : false
112-
unpublished : false
113-
114-
# Plugins
115-
whitelist : []
116-
plugins : []
117-
118-
# Conversion
119-
markdown : kramdown
120-
highlighter : rouge
121-
lsi : false
122-
excerpt_separator : "\n\n"
123-
incremental : false
124-
125-
# Serving
126-
detach : false
127-
port : 4000
128-
host : 127.0.0.1
129-
baseurl : "" # does not include hostname
130-
show_dir_listing : false
131-
132-
# Outputting
133-
permalink : date
134-
paginate_path : /page:num
135-
timezone : null
136-
137-
quiet : false
138-
verbose : false
139-
defaults : []
140-
141-
liquid:
142-
error_mode : warn
143-
strict_filters : false
144-
strict_variables : false
145-
146-
# Markdown Processors
147-
rdiscount:
148-
extensions : []
149-
150-
redcarpet:
151-
extensions : []
152-
153-
kramdown:
154-
auto_ids : true
155-
entity_output : as_char
156-
toc_levels : 1..6
157-
smart_quotes : lsquo,rsquo,ldquo,rdquo
158-
input : GFM
159-
hard_wrap : false
160-
footnote_nr : 1
161-
show_warnings : false
74+
google_analytics : # Enter Google Analytics tracking code (e.g. UA-2110908-2).

mobile-app-landing-page.gemspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)