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
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.
Check https://github.com/envygeeks/jekyll-docker/blob/master/README.md#packages
Found a bug or have a suggestion? Feel free to create an issue or make a pull request!
See LICENSE