Repo for my website: http://mohitmayank.com
Run the following command in bash:
bundle exec jekyll clean
to cleanbundle exec jekyll build
to buildbundle exec jekyll serve
to serve
More commands: https://jekyllrb.com/docs/usage/
- In
_config.yml
, include section in collection around line 55 and in default around line 78 - Add a
_{section_name}
folder (same as_projects
) - Add
{section_name}
folder inside_includes
(same as_includes/projects
). Modifyindex.html
at line 29, 36 and 51 - Add a new
{section_name}.html
file (same asprojects.html
) in/pages
- Clean, build and serve