The dev dark theme is a theme developed using hexo. View demo
If you not has hexo installed use this to intall hexo
npm i hexo-cli -g
Then use this to clone a theme
git clone https://github.com/codermarcos/dev-dark-theme.git
Next enter in repository to follow next steps
To run local project use this
hexo server
Open your browser in http://localhost:4000
Make your changings using this instructions and follow next steps to publish
To publish your project use this
hexo generate
To make post, page or draft read using Dev Dark Theme