yunpengn / hexo-theme-next

Hexo.js theme based on Next

Home Page:https://theme-next.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

Acknowledgements

Licence

GNU Affero General Public License version 3

About

Hexo.js theme based on Next

https://theme-next.org

License:Other


Languages

Language:CSS 52.7%Language:JavaScript 47.3%