Blog based on Hexo. You can find in-depth documentation there.
This website requires NodeJS.
npm installto install all components to build the website.npm run startto view the website locally.npm run buildto build the website. The website files are exported topublic/.- Sometimes it seems like changes in the website aren't picked up. Run
npm run cleanto have a clean build.
source/_drafts- Articles that you can see during development but are not exported during a build.source/_posts- Published articles.themes/wbo- Theme for this blog. It's based on another theme so there are some unused files.