Overview
Nimblog is a lightweight blogging platform that requires only a few lines of HTML to deploy. It runs on a static website hosting platform, such as GitHub Pages, and is easy to customize with your own CSS files. Nimblog also supports Markdown for writing blog posts.
Features
- Easy Deployment: Nimblog requires only a few lines of HTML to deploy.
- Static Website Hosting: Runs on static website hosting platform, such as GitHub Pages.
- Customizable Themes: Easy to customize themes by bringing in your own CSS files.
- Markdown Support: Write Markdown directly in the <body> and link to Markdown documents.
Installation
To install Nimblog, follow these steps:
- Clone or download the Nimblog repository from GitHub.
- Install all dependencies by running
yarn. - Run
yarn devto make live changes to the project. - Run
yarn buildto build the production version of Nimblog.
Note that static files are put in the \static directory to ensure they can be accessed with HMR.
Summary
Nimblog is a lightweight blogging platform that is easy to deploy and customize. It runs on static website hosting platforms like GitHub Pages and supports Markdown for writing blog posts. By following a simple installation process and customizing the themes with your own CSS files, you can easily create your own blog using Nimblog.