Go to file
2022-09-11 22:40:38 +08:00
.github 📝 🔧 Complete README docs & issue templates. 2022-07-03 10:41:28 +08:00
archetypes 🐛 Fixed the post footer's tag link visit, closed #15 2022-07-05 10:04:25 +08:00
assets 💄 Support site information widget. close #30, #34 2022-09-11 22:40:38 +08:00
data 💄 Support more of analytics engine such as baidu, google, busuanzi and so on, then add new web information widget. close #19 2022-09-11 18:33:41 +08:00
exampleSite 💄 Support more of analytics engine such as baidu, google, busuanzi and so on, then add new web information widget. close #19 2022-09-11 18:33:41 +08:00
i18n 💄 Support site information widget. close #30, #34 2022-09-11 22:40:38 +08:00
images Improve the post page view logic. 2022-07-05 22:01:48 +08:00
layouts 💄 Support site information widget. close #30, #34 2022-09-11 22:40:38 +08:00
static 💄 Add algolia logo flag in search result. 2022-07-31 18:21:42 +08:00
.gitignore 💄 Make a sample demo of custom files, close #33 2022-09-11 09:06:05 +08:00
LICENSE 🏗️ First time sync the css & js files from hexo theme NexT 2022-05-21 17:47:26 +08:00
README.md 📝 Update the theme running environment need min version for Hugo Extended. 2022-07-04 22:13:01 +08:00
README.zh.md 📝 Update the theme running environment need min version for Hugo Extended. 2022-07-04 22:13:01 +08:00
theme.toml 🔧 🌱 Complete the local search feature. 2022-07-31 11:02:55 +08:00
VERSION 🔖 Start for release v4.2.0. 2022-08-15 21:53:45 +08:00

中文 | English

NexT logo

Hugo NexT

«Hugo NexT» is a high quality elegant Hugo theme. Migrate it from Hexo engine themes which name is NexT, keep all kind page layout designs and 4 different shcemes, start new journey with ❤️ and hope you would like it.

All page designs & configuration compatibility with Hexo NexT, it's very easy migrate your site from Hexo to Hugo and enjoy yourself.

Gitter Build Hugo Version GitHub deployments Repos Size GitHub

4 Scheme

  • 💟 Muse
  • 🔯 Mist
  • Pisces
  • Gemini (default)

Live Preview

Environment (Default) 💟 🔯 Status
Preliminary Gemini Muse Mist Pisces Vercel
Production Gemini Muse Mist Pisces Vercel
  • Preliminary: all new feature developments will be previewed as soon as possible.
  • Production: Only the features that are tested stably and meet the requirements will be officially released.

Quick Start

Before use Hugo NexT theme, please make sure installed Git & Hugo Extened software in your PC, then use submodule to lead into the theme, see below commands:

$ hugo new site hugo-next-exmaple
$ cd hugo-next-exmaple
$ git init
$ git submodule add https://github.com/hugo-next/hugo-theme-next.git themes/hugo-theme-next
$ cp -r themes/hugo-theme-next/exampleSite/* .
$ rm -rf config.toml
$ hugo server

Done that input adrress http://127.0.0.1:1313/ on browser will see the effect & good luck for you! 🎉🎉🎉

Execute command as below in your site directory when the theme upgrade.

$ cd hugo-next-exmaple
$ git submodule update --remote

New Post

There had ready a new post template for you, It is recommended to use the following Hugo command to quickly create a new post:

$ hugo new posts/hello-world.md

All front matter parameters's description in post as below:

---
title: "{{ replace .Name "-" " " | title }}"
description: "{{ .Name }}"
keywords: "{{replace .Name "-" ","}}"

date: {{ .Date }}
lastmod: {{ .Date }}

categories:
 -
tags:
  -
  -

# Post's origin author name
#author:
# Post's origin link URL
#link:
# Image source link that will use in open graph and twitter card
#imgs:
# Expand content on the home page
#expand: true
# It's means that will redirecting to external links
#extlink:
# Switch to enabled or disabled comment plugins in this post
#comment:
# enable: false
# Enable table of content
#toc: false
# Absolute link for visit
#url: "{{ lower .Name }}.html"
# Sticky post set-top in home page and the smaller nubmer will more forward.
#weight: 1
---

Feedback

Join us

All features development progress and new request in Hugo NexT V4 Roadmap, welcome to join us and compelete it together.

License

MIT License

Copyright (c) 2022, hugo-next teams.

Thanks

That's my hobby to develop Hugo NexT theme, thanks all people who gived the donate, and let we follow it growth up.

List of Donors(Order by Date):

Donation time Donors Donation mode Donation content Message
2021.12.21 z*y wechat pay RMB 18.88 /
2022.05.08 *泉 wechat pay RMB 6.60 Good luck with next develop.