Skip to content

voidfull-templates/astro-blog

Repository files navigation

Voidfull Astro Blog template

Voidfull Astro template blog post preview screenshot

Preview: astro-blog-template.voidfull.com

Use this template to quickly get started by creating a Blog for your own Product / Company using Voidfull.

Get started

Grab team/site token from Voidfull

  1. Register an account on Voidfull.
  2. Create a Team
  3. Create a Site
  4. Create and copy the Token

Setup your local development

You need to clone this repository and install the dependencies:

# NPM
npm install

# YARN
yarn

# PNPM
pnpm install

Rename the .env.example file to .env and paste the following environment variables.

VOIDFULL_SITE_ID=<your_voidfull_site_id>
VOIDFULL_CONTENT_TOKEN=<your_voidfull_token_id>

Start your app

Run the following command in your terminal

# NPM
npm run dev

# YARN
yarn dev

# PNPM
pnpm dev

Navigate to http://localhost:4321 to open the site your browser.

You can modify the config.ts file in the root of this directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published