All Projects → xiaoheiAh → Hugo Theme Pure

xiaoheiAh / Hugo Theme Pure

Licence: mit
A pure theme for Hugo

Projects that are alternatives of or similar to Hugo Theme Pure

Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+237.88%)
Mutual labels:  hugo, hugo-theme, hugo-site, hugo-blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-75.76%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+20.71%)
Mutual labels:  hugo, hugo-theme, hugo-site, hugo-blog-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-31.82%)
Mutual labels:  hugo, hugo-theme, hugo-site, hugo-blog-theme
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-59.09%)
Mutual labels:  hugo, hugo-theme, hugo-site, hugo-blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-74.75%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-75.76%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (-3.03%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-32.83%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
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 (-83.84%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (-47.98%)
Mutual labels:  hugo, hugo-theme, hugo-site, hugo-blog-theme
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 (-77.78%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-70.2%)
Mutual labels:  hugo-theme, hugo, hugo-site, hugo-blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+122.73%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (-31.31%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+121.21%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+2977.27%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-76.26%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-74.24%)
Mutual labels:  hugo, hugo-theme, hugo-site
Keepit
The most powerful minimal Hugo theme.
Stars: ✭ 151 (-23.74%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme

hugo-theme-pure

A port of hexo-theme-pure for Hugo. Powerful & Clean. Iconfont

简体中文

Contribute

Since I mainly do back-end development, I don’t know anything about the front-end (CSS or something). It’s a hard-hitting transplant. Some of the features that I like very much don’t know how to add it. It’s a waste of time to study too long, so If you have a very good feature and hope to put it up, it would be best.

The file structure of repo is roughly referred to hexo-theme-pure and should be clearer. It can be modified according to your needs. If you look at the file structure a little, you will find that the function has not been implemented.

Changelog

  1. [2019-11-19] Add mainSections param to avoid hard code.You can set this param to choose which directory under your content folder you want to render. posts by default. You can also unset it,but there seems have some problem.

  2. [2019-11-19] Support MathJax(PR) Reference:MathJax-With-Hugo& Upgrade jQuery version(PR).

    e.g.

    $$\begin{cases}
    a_1x+b_1y+c_1z=d_1\\
    a_2x+b_2y+c_2z=d_2\\
    a_3x+b_3y+c_3z=d_3\\
    \end{cases}
    $$
    
    not-set-mmark set-mmark
  3. [2019-12-07] beautify toc by tocbot

  4. [2019-12-24] support pagination

  5. [2019-12-31]

    1. support highlight shortcode Note: Just compatible with basic highlight usage like:

      {{< highlight go >}}
      // ... code
      {{< / highlight >}}
      

    If you use hugo official example like,rendering will be very ugly.I don't want to compatible with it or maybe you want. Don't forget send a pr~ thanks.

     {{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=199" >}}
     // ... code
     {{< / highlight >}}
    
    1. Minify css&js file.

Screenshots

Installation

$ cd $HUGO_ROOT
$ git clone https://github.com/xiaoheiAh/hugo-theme-pure themes/pure
$ ./hugo server -t pure

Note

  1. Please copy the config.yml under the exampleSite folder to the root folder of your Hugo Site. Feel free to change it. If you don't like .yml file, you can also convert it to you want.

  2. Your post should under the posts folder, like this : hugo new posts/any.md

Multilingual

Translations are collected from the themes/even/i18n/ folder (built into the theme), as well as present in i18n at your root of project.

You can specify defaultContentLanguage to use translations.

defaultContentLanguage: zh # en,fr...

Currently supports English and Chinese, you can see en.yml and zh.yml under pure/i18n. If you want to support other language, you can copy any yml file under i18n and rename to new language, then feel free to translate.

Favicon & Images

You should put you images into static folder at your root project. When specify favicon or donate qr code , don't use absolute url like /favicon.ico, please use relative url like favicon.ico or donate/alipay.png

Menu Icons

You can configure the menu according to the icons of Iconfont, the following is configuration.

menuIcons:
  enable: true  
  home: icon-home-fill
  archives: icon-archives-fill
  categories: icon-folder
  tags: icon-tags
  repository: icon-project
  books: icon-book-fill
  links: icon-friendship
  about: icon-cup-fill

TOC

enable toc

  # config
  config:
    toc: true

TODO

  • [x] TOC
  • [x] pagination

License

Released under the MIT License.

Acknowledgements

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