Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasbankauskas/ultra-stegosaurus
Jamstack site created with Stackbit
https://github.com/tomasbankauskas/ultra-stegosaurus
contentful headless hugo jamstack ssg stackbit static
Last synced: 24 days ago
JSON representation
Jamstack site created with Stackbit
- Host: GitHub
- URL: https://github.com/tomasbankauskas/ultra-stegosaurus
- Owner: TomasBankauskas
- License: other
- Created: 2020-12-17T18:07:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T18:07:51.000Z (about 4 years ago)
- Last Synced: 2024-10-15T00:03:16.018Z (3 months ago)
- Topics: contentful, headless, hugo, jamstack, ssg, stackbit, static
- Language: SCSS
- Homepage: https://jamstack.new
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ✨ ultra-stegosaurus ✨
This is a [Hugo](https://gohugo.io) site using [Contentful](https://www.contentful.com) 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/TomasBankauskas/fjord-stackbit-ab&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) just like this one, or explore some variations. How about a different:
✏️ CMS
⚙️ Static site generator
## Develop Locally
1. Follow the [installation guide](https://gohugo.io/getting-started/installing/) to install Hugo
1. This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/) to handle SCSS – please ensure you have the Hugo extended version installed:
hugo version
1. Get the project's `stackbit-api-key` from the [Stackbit dashboard](https://app.stackbit.com/dashboard)
1. Assign this key to the `STACKBIT_API_KEY` environment variable (replace `{stackbit_api_key}` with the actual key):
export STACKBIT_API_KEY={stackbit_api_key}
1. Fetch the content from Contentful:
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://stg-api.stackbit.com/pull/5fdb9e4885b6680015d3e344
1. Start the Hugo development server:
hugo server
1. Open [http://localhost:1313/](http://localhost:1313/) in the browser
1. 🎉
## Editing Content
To start editing your site, you can use the Contentful interface at [https://app.contentful.com/spaces/4pom48k6rz3k](https://app.contentful.com/spaces/4pom48k6rz3k).
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 `2020-12-17T18:07:41.324Z` by Stackbit version `0.3.41-staging.0`.