Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 337 Bytes

README.adoc

File metadata and controls

14 lines (8 loc) · 337 Bytes

blog.yuzutech.fr

Yuzu tech blog powered by Antora.

To run locally, you will first need to install the dependencies using Node.js 16+ and npm 8+:

$ npm i

Finally, run the following command to generate the site:

$ npm run build

Open public/blog/index.html in your browser.