Skip to content

Commit 0c9f649

Browse files
committedOct 29, 2019
Clean up to src folder and integrate gulp4
1 parent b9ab657 commit 0c9f649

File tree

128 files changed

+1802
-2273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1802
-2273
lines changed
 

‎Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages', group: :jekyll_plugins
2+
gem 'jekyll', '~> 3.6'
3+
gem 'github-pages', group: :jekyll_plugins

‎_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ social:
2424
url: https://socialgorithm-slack.herokuapp.com
2525

2626
# Build settings
27+
source: src
2728
markdown: kramdown
2829
highlighter: rouge
2930
permalink: pretty

0 commit comments

Comments
 (0)
Please sign in to comment.