Coder Social home page Coder Social logo

hugo-theme-next's Introduction

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

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

License

The MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.