We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's been a long journey since #1, next step is to keep GitHub issues as source, and mirror those to a static site.
Use 2 repos
npm install -g hexo-cli echo $PATH=$PATH:/Users/khoa/.nodenv/versions/10.15.2/bin/hexo hexo init blog npm install hexo-deployer-git --save
Update _config.yml
_config.yml
deploy: type: git repo: https://github.com/onmyway133/onmyway133.github.io.git branch: master
hexo clean hexo deploy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's been a long journey since #1, next step is to keep GitHub issues as source, and mirror those to a static site.
Use 2 repos
Update
_config.yml
Read more
The text was updated successfully, but these errors were encountered: