https://github.com/cloudcannon/sendit-astro-template
Sendit is a polished, marketing website template for Astro.
https://github.com/cloudcannon/sendit-astro-template
astro astro-template astro-theme astro-themes astrojs cloudcannon ssg ssg-astro static-site-generator
Last synced: 5 days ago
JSON representation
Sendit is a polished, marketing website template for Astro.
- Host: GitHub
- URL: https://github.com/cloudcannon/sendit-astro-template
- Owner: CloudCannon
- License: mit
- Created: 2022-11-29T03:58:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T04:42:26.000Z (9 months ago)
- Last Synced: 2025-06-06T10:12:47.374Z (29 days ago)
- Topics: astro, astro-template, astro-theme, astro-themes, astrojs, cloudcannon, ssg, ssg-astro, static-site-generator
- Language: SCSS
- Homepage: https://top-quail.cloudvent.net/
- Size: 10.3 MB
- Stars: 114
- Watchers: 5
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sendit
Sendit is a polished, marketing website template for Astro. Browse through a [live demo](https://top-quail.cloudvent.net/).

[](https://app.cloudcannon.com/register#sites/connect/github/CloudCannon/sendit-astro-template)
## Features
- Pre-built pages
- Pre-styled components
- Blog with pagination and category pages
- Configurable navigation and footer
- Multiple hero options
- Configurable theme colors
- Optimised for editing in [CloudCannon](https://cloudcannon.com/)
- Live, visual editing powered by [Bookshop](https://github.com/CloudCannon/bookshop)## Setup
1. Get a workflow going to see your site's output (with [CloudCannon](https://app.cloudcannon.com/)
or Astro locally).## Develop
Sendit is built with [Astro](https://astro.build/).
```bash
$ npm install
$ npm run dev
```## Editing
Sendit is set up for adding, updating and removing pages, components, posts, portfolio items, company details and footer elements in [CloudCannon](https://app.cloudcannon.com/).
### Posts
- Add, update or remove a post in the _Posts_ collection.
- Change the defaults when new posts are created in `content/posts/_defaults.md`.### Company details
- Reused around the site to save multiple editing locations.
- Set in the _Data_ / _Company_ section.### Nav/footer details
- Reused around the site to save multiple editing locations.
- Set in the _Site Navigation_ section with respective names### Theme colors
- Theme colors can be set in _Theme Palette_
- The main colors are set and variants of them are computed
- The colors will update on the next build