Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 790 Bytes

Sysco blog

Include a new author

All authors are stored in the _config.yml file. A author consists out of the following properties:

name: John Doe # Name of author
avatar: /images/avatars/johndoe.jpg # Avatar of the author
twitter: JohnDoe # Optional Twitter of author

Local development

To build and serve your site, run:

$ bundle exec jekyll serve

And you're all set! Head over to http://127.0.0.1:4000/ (or http://localhost:4000/) to see your site in action.

Run with Docker

Check https://github.com/envygeeks/jekyll-docker/blob/master/README.md#packages

Contributing

Found a bug or have a suggestion? Feel free to create an issue or make a pull request!

License

See LICENSE