Skip to content

yunpengn/hexo-theme-next

 
 

Repository files navigation

e x T

«NexT» is a high quality elegant Hexo theme. It is crafted from scratch with love.

About This Repository

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.

Upgrade to a Newer Version

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 [email protected]: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 [email protected]: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.

Acknowledgements

Licence

GNU Affero General Public License version 3

About

Hexo.js theme based on Next

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.7%
  • JavaScript 47.3%