You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#
npm install hexo-deployer-git --save
# Remove generated files and cache.
hexo clean
# Generate static files.
hexo g
# Deploy website to github.
hexo d
# Create new post
hexo new "Name"# Start the server.
hexo s