Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 377 Bytes

Website built with NUXT, inspired by Material Design.

Just change the .md to write a blog, rendered in the front-end.

Getting Started

git clone
npm i

Just change or add markdown files in the static folder.

npm run dev //develop
npm run gen //generate HTML files

The pages will be in your dist folder.