Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abskrj/abhishekblog
Jamstack site created with Stackbit
https://github.com/abskrj/abhishekblog
devto headless jamstack jekyll ssg stackbit static
Last synced: 25 days ago
JSON representation
Jamstack site created with Stackbit
- Host: GitHub
- URL: https://github.com/abskrj/abhishekblog
- Owner: abskrj
- License: other
- Created: 2021-07-31T05:23:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T05:23:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T12:26:55.737Z (8 months ago)
- Topics: devto, headless, jamstack, jekyll, ssg, stackbit, static
- Language: SCSS
- Homepage: https://jamstack.new
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ✨ abhishekblog ✨
This is a [Jekyll](https://jekyllrb.com) site using Git as a [CMS](https://en.wikipedia.org/wiki/Content_management_system). It was created with [Stackbit](https://www.stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) in under a minute.
You can [create a site](https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/vanilla-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) just like this one, or explore some variations. How about a different:
🎨 Look
✏️ CMS
⚙️ Static site generator
## Develop Locally
1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/)
1. Install Jekyll and Bundler:
gem install jekyll bundler
1. Install dependencies from Gemfile:
bundle install
1. Get "stackbit-api-key" from project menu in [Stackbit dashboard](https://app.stackbit.com/dashboard)
1. Run the following command to assign this key to `STACKBIT_API_KEY` environment variable:
export STACKBIT_API_KEY={stackbit_netlify_api_key}
1. 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/6104de1457ac0500bf844f01
1. Build the site and start the Jekyll local development server
bundle exec jekyll serve --livereload
1. Open [http://localhost:4000](http://localhost:4000) in the browser
1. 🎉
## Editing Content
To start editing your site, you can edit the included Markdown files.
Alternatively, you can use the free on-page editing experience provided by the [Stackbit Studio](https://stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes).
[![](https://i3.ytimg.com/vi/zd9lGRLVDm4/hqdefault.jpg)](https://stackbit.link/project-readme-lead-video)
Here's a few resources to get you started:
- 📺 [Editing Content](https://stackbit.link/project-readme-editing-video)
- 📺 [Adding, Reordering and Deleting Items](https://stackbit.link/project-readme-adding-video)
- 📺 [Collaboration](https://stackbit.link/project-readme-collaboration-video)
- 📺 [Publishing](https://stackbit.link/project-readme-publishing-video)
- 📚 [Stackbit Documentation](https://stackbit.link/project-readme-documentation)
If you need a hand, make sure to check the [Stackbit support page](https://stackbit.link/project-readme-support).
## Colophon
Generated at `2021-07-31T05:23:29.565Z` by Stackbit version `0.3.53`.