Skip to content

Custom Jekyll minima theme for your blog | portfolio | resume 📜

License

Notifications You must be signed in to change notification settings

yakhyo/yakhyo.github.io

Repository files navigation

Custom Github Pages Theme for Blogging

GitHub License Build Deployment

Theme preview

Custom Jekyll theme for Blog

Installation Instructions

  1. Clone the Repository

    git clone https://github.com/yakhyo/yakhyo.github.io.git
    cd yakhyo.github.io
  2. Install Jekyll and Bundler Gems

    gem install jekyll bundler
  3. Install Dependencies

    bundle install
  4. 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
  5. Open Your Browser Navigate to http://localhost:4000 to view your site.

Additional Notes

  • 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.

License

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.