Build static blog with lines of HTML and Markdown.
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.
To install Nimblog, follow these steps:
yarn.yarn dev to make live changes to the project.yarn build to build the production version of Nimblog.Note that static files are put in the \static directory to ensure they can be accessed with HMR.
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.