-
Clone the Repository
git clone https://github.com/yakhyo/yakhyo.github.io.git cd yakhyo.github.io
-
Install Jekyll and Bundler Gems
gem install jekyll bundler
-
Install Dependencies
bundle install
-
Build the Site and Make it Available on a Local Server
bundle exec jekyll serve
To see production related features, run following command:
JEKYLL_ENV=production bundle exec jekyll serve
-
Open Your Browser Navigate to
http://localhost:4000
to view your site.
- Configuration: Edit
_config.yml
to customize your site. - Adding Posts: Add new posts in the
_posts
directory. - Comments:: To add comments create a disqus account -> create a shortname -> add to
_config.yaml
.
For more detailed instructions, refer to the Jekyll documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
Please give credit ❤️ when using this template by linking to this repository.