«NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.
This repository is Yunpeng's forked version of the awesome Hexo.js theme, Next.
For more information and detailed documentation, please refer to the official documentation.
The Next theme may include new changes frequently on their master branch. To keep this forked version up-to-date as well, we sometimes have to upgrade this repository to a newer version. To do so, follow the instructions below:
- Clone this repository by
git clone git@github.com:yunpengn/hexo-theme-next.git
; - Navigate to this directory by
cd hexo-theme-next
; - Add the upstream repository as a new remote by
git remote add upstream git@github.com:theme-next/hexo-theme-next.git
; - Fetch the latest changes from the upstream by
git fetch --all
; - Merge changes from upstream into origin by
git rebase upstream/master
;- You may see conflicts at this step. Make sure you solve all of them correctly.
- Go to https://github.com/yunpengn/hexo-theme-next/settings/branches, and temporarily disable the protection on master branch;
- Push the changes to this repository by
git push -f --tags
; - Re-enable the protection on master branch.