Jekyll code for website thekosmix.com Jekyll creates a static blog with many features like
- Install ruby
- Install jekyll
- Go inside the folder thekosmix.com and
- First install dependancies by running
bundle install
- Then run command
bundle exec jekyll serve
to run the local server to serve the blog pages
- First install dependancies by running
- Open your browser and go to http://localhost:4000/ to view the pages
- checkout the thekosmix/firebase repo and setup firebase-cli
- ensure that thekosmix.com and above repo are in the same folder and at the same level
- Go inside the folder thekosmix.com and run command
bundle exec jekyll clean && bundle exec jekyll build
- Go inside the folder firebase and run command
firebase deploy --only hosting