Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:lowerbarriers/finished-starter …
Browse files Browse the repository at this point in the history
…into gh-pages
  • Loading branch information
ao5357 committed Aug 4, 2020
2 parents c835665 + 2a85646 commit 585bb26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
![GitHub language count](https://img.shields.io/github/languages/count/lowerbarriers/finished-starter)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

[![finshed-starter](assets/images/required/meta-image--default.jpg)](https://github.com/lowerbarriers/finished-starter)

This is a great codebase to clone or fork if you want a full-fledged site **completely free** out of the box on day one,
that you can customize and extend to suit your needs.

Expand Down Expand Up @@ -31,7 +33,7 @@ If you prefer Vercel,
3. Run the command `bundle install` in the root of the project to get the Jekyll standard items (requires
[bundler](https://bundler.io/))
4. Run `npm install` in the root of the project for non-required build dependencies (requires node and npm)
5. Run `bbundle exec jekyll serve --verbose --config _config.yml,_config.localdev.yml` to build and serve your site to
5. Run `bundle exec jekyll serve --verbose --config _config.yml,_config.localdev.yml` to build and serve your site to
`http://localhost:4000/`

Optionally you can look at the comments in the `.scripts/` directory for any image (optipng, pngcrush, jpegoptim, webp) and
Expand Down

0 comments on commit 585bb26

Please sign in to comment.