Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3forges/demo-nebulix
A demo website for a secret project
https://github.com/3forges/demo-nebulix
Last synced: 7 days ago
JSON representation
A demo website for a secret project
- Host: GitHub
- URL: https://github.com/3forges/demo-nebulix
- Owner: 3forges
- License: other
- Created: 2023-11-26T12:57:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T14:34:37.000Z (about 1 year ago)
- Last Synced: 2024-04-01T16:09:30.344Z (9 months ago)
- Language: Astro
- Size: 43.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nebulix | Astro + Static CMS
[![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC_BY--ND_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nd/4.0/)
A Universe of Possibilities: Blogs, Portfolios, Webshop, Restaurant Menus, and Beyond.
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-00-start.jpg)
## Notice
__This theme is currently under development, and until we reach version 1.0.0, there is a possibility that upgrading could lead to errors.__
## π οΈDeploy
Easily deploy this theme to Netlify with a single click, and conveniently update environment variables afterward on Netlify.[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/unfolding-io/nebulix#BLOG_SLUG=blog&PORTFOLIO_SLUG=work&SHOP_SLUG=shop&MENU_SLUG=menu&WEBSITE_LANGUAGE=en&CURRENCY=USD&UNITS=metric&NODE_VERSION=18)
## Constellations of Features:
- π° Chart Your Path with a Blog
- πΌ Showcase Your Stellar Portfolio
- π Illuminate Culinary Voyages with a Restaurant Menu
- π Launch Your Webshop Powered by Snipcart
- π SEO Constellations: Canonical URLs and OpenGraph radiance
- π§ Navigational Maps: Sitemap Support
- πLanguage of the Stars: Markdown & MDX Support
- π Static CMS Ready for Galactic Exploration
- π΅ Mailchimp newsletter form
- π΅ Unveil Hidden Constellations with Full Text Search using Pagefind## β»οΈ Page Speed and Emissions
Experience the green and swift capabilities of Nebulix. With an impressively low emission of 0.05g - 0.07g CO2 per page visit and consistently achieving a lighthouse score between 98 and 100, Nebulix ensures both speed and environmental consciousness for your website.## π Getting Started
### 1. Setting up the .env file
rename the `env.txt` to `.env` and fill in your details
```ENV
BLOG_SLUG=blog
PORTFOLIO_SLUG=work
SHOP_SLUG=shop
MENU_SLUG=menu
WEBSITE_LANGUAGE=en
CURRENCY=USD
UNITS=metric
SNIPCART_KEY=
NODE_VERSION=18
NEWSLETTER_PROVIDER=mailchimp
MAILCHIMP_API_KEY=XXXXXXXXXXXXXXXX-us21
MAILCHIMP_SERVER_PREFIX=us21
MAILCHIMP_LIST_ID=XXXXXXXXXFROM_EMAIL_ADDRESS=[[email protected]](mailto:[email protected])
TO_EMAIL_ADDRESS=[[email protected]](mailto:[email protected])MAILGUN_API_KEY=XXXXXXXXX
MAILGUN_DOMAIN=XXXXXXXXX
MAILGUN_API_URL=POSTMARK_SERVER_TOKEN=XXXXXXXXX
SLACK_CHANNEL_ID=XXXXXXXXX
SLACK_TOKEN=XXXXXXXXX```
### 2. Configure your Static CMS Backend
Navigate to `src/pages/admin.astro` and provide your Git repository details. You can find a list of all supported Git backends at:
**_Gitlab Example:_**
```javascript
const config = {
locale: lang,
site_url: url,
logo_url: 'https://nebulix.unfolding.io/nebulix-logo.svg',
local_backend: true,
backend: {
name: 'gitlab',
repo: '/',
auth_type: 'pkce', // Required for pkce
app_id: 'xxxx', // Application ID from your GitLab settings
commit_messages: {
create: 'Create {{collection}} "{{slug}}"',
update: 'Update {{collection}} "{{slug}}"',
delete: 'Delete {{collection}} "{{slug}}"',
uploadMedia: 'Upload "{{path}}"',
deleteMedia: 'Delete "{{path}}"'
}
},
search: 'true',
....
}```
### 3. Add your site to the astro config
```javascript
export default defineConfig({
site: 'https://your-website.com',
....```
### 4. Install dependencies
```bash
$ npm install
```### π οΈ 5. Start Development server
```bash
$ npm run dev
```If you wish to engage the local backend:
```bash
$ npm run cms-proxy-server
```Now you can open Static CMS on http://localhost:4321/admin/
## β Removing Collections
If your cosmic journey excludes a blog, portfolio, shop, or restaurant menu, simply remove the corresponding documents from the `src/content`. Additionally, erase the page templates from `src/pages` .## πΈ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run cms-proxy-server` | Starts Static CMS proxy server for local-backend |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |## π Documentation
Learn how to harness the power of Static CMS and craft a distinctive website that stands out from the crowd.[Documentation](https://nebulix.unfolding.io/blog/tag/docs)
## π Demo
Witness the extraordinary speed of Nebulix in action.
[Demo](https://nebulix.unfolding.io)
## π Want to learn more about Astro?
Check out [Astro documentation](https://docs.astro.build) or jump into Astro's [Discord server](https://astro.build/chat).
## π Tech Stack
Astro, MDX, Vue, TailwindCSS, Pagefind, Snipcart
## π Support
If you encounter any issues or bugs, we encourage you to open an issue in the repository. To help us quickly address the problem, please provide detailed information about the bug and steps to reproduce it.
## π Premium Support
For those seeking priority assistance, we offer premium support services. Do you need support, custom intergrations, design, or development? Feel free to reach out to me by email at [[email protected].](mailto:[email protected].) find me on [UpWork](https://www.upwork.com/freelancers/~01dcde6b3915c74c30) Im here to help!
## π License
Want to get rid of the attribution? Simply [purchase a license](https://nebulix.unfolding.io/shop/nebulix-license/) and you're good to go.
## π Roadmap
As we journey towards v1.0, our path includes enriching the page builder with a diverse array of new blocks, upgrading dependencies to ensure optimal performance, and introducing exciting features. We're eager to hear from you! If you have any feature requests, please feel free to reach out and let us know.
## βοΈ Want to Caffeinate your Developer?
By [caffeinating](https://www.buymeacoffee.com/unfolding.io) your developer, you're not just getting the best out of them; you're also ensuring a cheerful and energetic work environment.π
[![buymeacoffee](https://starfunnel.unfolding.io/screenshots/bymeacoffee.webp)](https://www.buymeacoffee.com/unfolding.io)
## πΈ Screenshots
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-01-shop.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-02-shop-category.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-03-shop-product.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-04-shop-product.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-05-shop-product-dark.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-06-blogpost.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-07-portfolio.jpg)
![Nebulix](https://nebulix.unfolding.io/screenshots/nebulix-08-footer.jpg)