repo for YLD catbot website
build with hexo using a modified version of the cactus dark theme.
- nodejs
- clone this repo
- cd into it
- generate the site
npm run gen - serve the the site
npm run dev
pages are in markdown and in the source/_posts
index page is in source/Welcome/index.md
npm run publish will genrate the site in the /public directory