Skip to content

yuzutech/blog.yuzutech.fr

Repository files navigation

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.