Created with Hexo blogging software written in NodeJS. Hosted on github pages, using a separate repository.
git checkout -b feature/<blogpost>
hexo new draft <post>
hexo publish draft <post>
hexo new <post>
hexo clean
Change branch in _config.yml
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/CloudRepublic/cloudrepublic.github.io.git
branch: <branch>
Deploy to Github
hexo generate --deploy
Create a Pull Request to merge it into master.
You need to have write rights on the cloudrepublic.github.io repository.