Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 12fcc17

Browse files
committed
Merge pull request #6 from wework/feature/disqus
enable disqus on the blog
2 parents 6dccafc + 90c07fb commit 12fcc17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## TLDR;
22

3+
- gem install jekyll
34
- gem install bundler
45
- bundle
56
- bundle exec jekyll serve --watch --drafts

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ show_post_footers: false
2828

2929
# Disqus post comments
3030
# (leave blank to disable Disqus)
31-
disqus_shortname:
31+
disqus_shortname: weworkengineering
3232

3333
# Social icons
3434
show_social_icons: false

0 commit comments

Comments
 (0)