Skip to content

Commit

Permalink
fix run jekyll with, add now.md to modify
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepirri committed Jul 22, 2019
1 parent 56aa943 commit 30139f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ This method is preferred for existing _Jekyll blogs_, as well as newly created o
3. Delete the `screenshot.png` and `screenshot-mobile.png` files
3. Empty the `_posts` folder
4. Install bundler and gems with `$ script/bootstrap`
5. Run Jekyll with `$ script/server`
6. Modify `_config.yml`, `about.md`, `contact.md` for your project
5. Run Jekyll with `$ bundle exec jekyll serve`
6. Modify `_config.yml`, `about.md`, `contact.md`, and `now.md` for your project
7. [Customize the theme](customizing)
## Customizing
Expand Down

0 comments on commit 30139f3

Please sign in to comment.