@bloggrify/epoxia
v1.3.2
Published
A Nuxt.js theme for Bloggrify
Downloads
113
Readme
Epoxia
Epoxia is a premium template for Bloggrify. It provides a dark mode, a clean, accessible, responsive and SEO-efficient blog template.
The demo is available here
Getting Started
WARNING: Even if it's only a matter of downloading files and writing markdown, you'll need to have some knowledge of git, markdown, and the command line
In order to run Epoxia on your local machine, you need to have Node.js and Npm installed.
To get started, you can read the official documentation here. You'll find all the information you need to install and use Bloggrify
However, instead of cloning the "Mistral" template, you should use the "Epoxia" template that you have downloaded.
Then you can install the dependencies (from the root of the project)
# npm
npm install
and run the development server on http://localhost:3000
npm run dev
Of course, you can remove all the existing blog posts from the content folder and start from scratch. Those are just examples.