Home
Softono

Blog Template

Open source JavaScript
28
Stars
8
Forks
7
Issues
1
Watchers
3 years
Last Commit

 About Blog Template

📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance.

Platforms

Web Self-hosted

Languages

JavaScript Astro

Need Help Installing Blog Template?

We provide expert installation service for this software. Our team will install, configure, and secure Blog Template on your server. plans start at just $30.

Blog Template

View on GitHub

Sapper blog example

Example markdown-style blog using Sapper.

Links

Getting started

Clone the repo

npx degit joshnuss/blog-template my-blog

Running the project

Install dependencies and run the project in development mode with:

cd my-blog
yarn
yarn dev

Open up localhost:3000 and start clicking around.

Consult sapper.svelte.dev for help getting started.

Structure

Posts are stored in the posts folder and pages are in the src/routes folder

Production mode and deployment

To generate a production version of your app, run yarn export and then deploy it. You can use any host, for example zeit npm install -g vercel:

yarn export
vercel

License

MIT