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

Post/simple part1 simple api lockdown #14

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ $ jekyll -v
Then, start the Jekyll Server. I always like to give the `--watch` option so it updates the generated HTML when I make changes.

```
$ gem install bundler
$ bundle
$ bundle exec jekyll serve --watch --drafts
```

Expand Down
6 changes: 6 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ ramin_bozorgzadeh:
github: https://github.com/i8ramin
twitter: https://twitter.com/i8ramin
summary: Engineering Director at WeWork and loving all things performance, front-end and design related.
paul_franzen:
name: Paul Franzen
author_image: http://www.gravatar.com/avatar/b5f95618b8dd37ee3de0b1f29be08466.jpg
github: https://github.com/paulfranzen
twitter: https://twitter.com/pfranzen
summary: "Principal Engineer at WeWork and raving, loud-mouthed malcontent"
25 changes: 0 additions & 25 deletions _drafts/5-ways-to-create-bulletproof-software.markdown

This file was deleted.

Loading