
Curated cybersecurity blog and resource hub covering Linux, system security, virtualization, and industry news. Static site hosted on GitLab Pages.
Static website hosted on GitLab Pages
Topics & Tags : Security (Cybersecurity), Linux, News, System, Virtualization, ...
Install the required version of nodejs with nodenv.
Then install the hexo cli tool:
$ npm install -g hexo-cli
Then install dependencies:
$ npm i
Then build and serve:
$ hexo g && hexo s