Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohbus/subhromo
A blog for Subhrodip Mohanta
https://github.com/ohbus/subhromo
devto headless jamstack jekyll ssg stackbit static
Last synced: 20 days ago
JSON representation
A blog for Subhrodip Mohanta
- Host: GitHub
- URL: https://github.com/ohbus/subhromo
- Owner: ohbus
- License: other
- Created: 2021-05-06T10:52:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T21:48:33.000Z (about 2 years ago)
- Last Synced: 2023-03-04T15:44:05.613Z (almost 2 years ago)
- Topics: devto, headless, jamstack, jekyll, ssg, stackbit, static
- Language: SCSS
- Homepage: https://blog.subho.xyz
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ✨ [Blog for Subhrodip Mohanta](https://blog.subho.xyz) ✨
This is a [Jekyll](https://jekyllrb.com) site using Git as a [CMS](https://en.wikipedia.org/wiki/Content_management_system).
## Develop Locally
1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)
2. Install Jekyll and Bundler:
gem install jekyll bundler
3. Install dependencies from Gemfile:
bundle install
4. Run the following command to assign this key to `STACKBIT_API_KEY` environment variable:
export STACKBIT_API_KEY={stackbit_netlify_api_key}
5. Run the following command to fetch additional site contents from Stackbit if needed:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/6093ca085ea4cb00165b8809
6. Build the site and start the Jekyll local development server
bundle exec jekyll serve --livereload
7. Open [http://localhost:4000](http://localhost:4000) in the browser
8. 🎉