We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cmd.exe
npm install hexo-cli -g
cd
rainmeter-docs
node_modules
npm install
Repeat these steps to update Node.js/Hexo. Repeat the last two steps whenever package.json changes.
package.json
Install Git for Windows. Then, in Git Bash (C:\Program Files\Git\git-bash.exe), type in the following (with your details, of course):
C:\Program Files\Git\git-bash.exe
git config --global user.email "you@example.com" git config --global user.name "Your Name"
Note that this only needs to be done once. If %HOMEPATH%\ssh\id_rsa.pub already exists and has been added to GitHub, you can skip this step.
%HOMEPATH%\ssh\id_rsa.pub
ssh-keygen -t rsa -b 2048
You can build the site using hexo generate or preview it using hexo server.
hexo generate
hexo server
If this is all you need, stop here. Otherwise read on.
When you make changes to the site, commit them to the master branch.
master
When you are ready to deploy your changes to docs.rainmeter.net, run deploy.sh. This will generate the site and commit them to the gh-pages branch.
docs.rainmeter.net
deploy.sh
gh-pages