Search
Versatile business template made with Bootstrap
Sendit is a polished, marketing website template for Hugo. Browse through a live demo.
Get a workflow going to see your site's output (with CloudCannon or Hugo locally).
Sendit was built with Hugo version 0.96.0
, but should support newer versions as well.
npm i
npm run dev
OR site alone: npm run start
Sendit is set up for adding, updating and removing pages, components, posts, portfolio items, company details and footer elements in CloudCannon.
Sendit is a polished, marketing website template for Eleventy. Browse through a live demo.
Get a workflow going to see your site's output (with CloudCannon or locally).
npm i
to install the modules.npm run start
to run the project. this will create a _site folder, where all the developed file will remain.By default the site will be at http://localhost:8080
Sendit is set up for adding, updating and removing pages, components, posts, navigation and footer elements in CloudCannon.
Sendit is a polished, marketing website template for NextJS. Browse through a live demo.
Sendit is built with Next.js (version 13.0.4
).
$ npm install
$ npm run dev
Sendit is set up for adding, updating and removing pages, components, posts, portfolio items, company details and footer elements in CloudCannon.
content/posts/_defaults.md
.Sendit is a polished, marketing website template for SvelteKit. Browse through a live demo.
Requires:
^16.24.0
^8.3.1
Run npm install
to install the required packages.
If you are working locally, you can run the following command to start a development server:
npm run dev
By default the site will be at http://localhost:5173/
.
If you are working locally, you can run the following command to build a production version of this site:
npm run build
The above command is run when building this site in CloudCannon (unless configured otherwise).
You can preview the production build with npm run preview
. This will serve the site at http://localhost:4173/
.
Sendit is set up for adding, updating and removing pages, components, posts, navigation and footer elements in CloudCannon.
Sendit is a polished, marketing website template for Gatsby. Browse through a live demo.
Sendit is built with Gatsby (version 5.2.0
).
$ npm install
$ npm start
Sendit is set up for adding, updating and removing pages, components, posts, portfolio items, company details and footer elements in CloudCannon.
Sendit is a polished, marketing website template for Astro. Browse through a live demo.
Sendit is built with Astro.
$ npm install
$ npm run dev
Sendit is set up for adding, updating and removing pages, components, posts, portfolio items, company details and footer elements in CloudCannon.
content/posts/_defaults.md
.Sendit is a polished marketing website template for Nuxt. Browse through a live demo.
Sendit is built with Nuxt 3.
Components are built with Vue.js using the Composition API, and are structured using Bookshop.
This project uses the Nuxt Content module for handling Markdown content, with Document-driven mode for routing and for fetching page data.
Clone this repository to your machine. The relevant build scripts can be found in the package.json
:
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build static site
$ npm run generate
# launch server with a preview of the built site
$ npm run preview
You can also add this site to CloudCannon by clicking the Deploy to CloudCannon button at the top of this page.
Sendit is set up for adding, updating and removing pages, components, posts, company details and navigation elements in CloudCannon.
useContent()
composable.content_blocks
within the page's front matter.