All Projects → xtfly → Hugo Theme Next

xtfly / Hugo Theme Next

Licence: mit
This is a hugo theme forked from hexo-theme-next

Projects that are alternatives of or similar to Hugo Theme Next

hugo-identity-theme
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Stars: ✭ 87 (-34.09%)
Mutual labels:  hugo-theme, hugo-site
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-62.12%)
Mutual labels:  hugo-theme, hugo-site
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-56.06%)
Mutual labels:  hugo-theme, hugo-site
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (-50%)
Mutual labels:  hugo-theme, hugo-site
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-61.36%)
Mutual labels:  hugo-theme, hugo-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-78.03%)
Mutual labels:  hugo-theme, hugo-site
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-55.3%)
Mutual labels:  hugo-theme, hugo-site
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-89.39%)
Mutual labels:  hugo-theme, hugo-site
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+406.82%)
Mutual labels:  hugo-theme, hugo-site
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+4515.91%)
Mutual labels:  hugo-theme, hugo-site
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+0.76%)
Mutual labels:  hugo-theme, hugo-site
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-38.64%)
Mutual labels:  hugo-theme, hugo-site
pristine
A clean and elegant theme for Hugo static site generator, the world’s fastest framework for building websites.
Stars: ✭ 18 (-86.36%)
Mutual labels:  hugo-theme, hugo-site
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-66.67%)
Mutual labels:  hugo-theme, hugo-site
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (-6.82%)
Mutual labels:  hugo-theme, hugo-site
hugo-tufte
Content centric Hugo blogging theme styled with Tufte-Css
Stars: ✭ 58 (-56.06%)
Mutual labels:  hugo-theme, hugo-site
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+45.45%)
Mutual labels:  hugo-theme, hugo-site
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-75.76%)
Mutual labels:  hugo-theme, hugo-site
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (+128.03%)
Mutual labels:  hugo-theme, hugo-site
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+775%)
Mutual labels:  hugo-theme, hugo-site

NexT For Hugo

A Hugo theme port from NexT.

Discription

NexT is a simple and animated theme. I port it from Hexo to Hugo and used in my blog site.

Preview online

Usage

  1. download theme file: git clone https://github.com/xtfly/hugo-theme-next.git next

  2. copy next directory to themes directory in your hugo site

  3. move config.toml to the root directory in your hugo site, and modify it to the actual information for your site.

  4. create some markdown files in directory(content/post), like https://github.com/xtfly/xtfly.github.io/tree/hugo/content

  5. start hugo server in root directory: hugo server

  6. open brower: http://localhost:1313/

Notes

  • Some of the Hexo's styles are not work now because of the difference between the Hugo template engine and the Hexo. I will update it constantly

  • This theme has been tested only in my blog site. Maybe it's not suitable for your requirements, you can customizate it by your preferences.

  • Test in Hugo verion: 0.58

  • If you have any questions, please give feedback

Markdown notes

  1. every markdown start with like this:

    ---
    title: "xxxxxxx"
    date: "2018-06-02"
    categories:
    - "技术"
    tags:
    - "Rust"
    - "Programing"
    toc: true
    ---
    
  2. add <!--more--> tag in your markdown for manual summary splitting .

Todo

  • [x] Sidebar menu
  • [x] Sidebar links
  • [x] Auto toc display
  • [x] Support i18n
  • [x] Local Search
  • [x] Syntax Highlighter (thanks to xulz)
  • [x] Support Latex

License

The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].