- with blog posts adding function and simple pages content managment (.md files)
- 404 handle
- nunjucks templates
- scss
- gulp + webpack javascript bundling
-
Install npm packages
npm install
-
Start developing
npm run start
Your site is now running at http://localhost:8080.
Click the button below to deploy a new site from this starter on Netlify
OR
Follow this Step-by-Step Guide on how to do it.
At step 5 when configuring your settings set the following:
Build command: npm run build
Publish directory: public
If you want to manage content of your page, type "/admin" at the end of your page's root url. After loggin in you will be able to change content of pages like heading, title or body and add new blog posts.
Feel free to use it and don't fogret leaving a ⭐ ! Thanks!