All Projects → nodejh → Hugo Theme Mini

nodejh / Hugo Theme Mini

Licence: mit
A fast, minimalist and responsive hugo theme for bloggers.

Projects that are alternatives of or similar to Hugo Theme Mini

simpleit-hugo-theme
Responsive Hugo theme for hierarchical content websites
Stars: ✭ 16 (-95.63%)
Mutual labels:  hugo-theme
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-86.34%)
Mutual labels:  hugo-theme
Cocoa Hugo Theme
Responsive Hugo blog theme
Stars: ✭ 306 (-16.39%)
Mutual labels:  hugo-theme
hugo-apero-docs
Apéro is a Hugo theme for personal websites. This is the documentation site, made with the theme 🍋
Stars: ✭ 56 (-84.7%)
Mutual labels:  hugo-theme
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-94.54%)
Mutual labels:  hugo-theme
Kiss
Stupidly simple Hugo blogging theme
Stars: ✭ 260 (-28.96%)
Mutual labels:  hugo-theme
hugo-geekdoc
Hugo theme made for documentation
Stars: ✭ 284 (-22.4%)
Mutual labels:  hugo-theme
Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (-4.64%)
Mutual labels:  hugo-theme
hugo-shopping-product-catalogue-simple
Hugo theme for shopping product catalogue
Stars: ✭ 45 (-87.7%)
Mutual labels:  hugo-theme
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (-17.76%)
Mutual labels:  hugo-theme
hugo-lithium
Lithium - A simple responsive Hugo theme
Stars: ✭ 68 (-81.42%)
Mutual labels:  hugo-theme
hugo-theme-mixedpaper
A Hugo theme
Stars: ✭ 17 (-95.36%)
Mutual labels:  hugo-theme
Doks
Hugo theme helping you build modern documentation websites.
Stars: ✭ 256 (-30.05%)
Mutual labels:  hugo-theme
hugo-material-blog
Clean Material Design blog theme for Hugo.
Stars: ✭ 22 (-93.99%)
Mutual labels:  hugo-theme
Hugo Creative Portfolio Theme
Port of the creative portfolio theme to Hugo
Stars: ✭ 311 (-15.03%)
Mutual labels:  hugo-theme
manis-hugo-theme
Sweet little Hugo's theme for personal website
Stars: ✭ 87 (-76.23%)
Mutual labels:  hugo-theme
Hugo Theme Zozo
🌟 A simple and beautiful theme for Hugo
Stars: ✭ 258 (-29.51%)
Mutual labels:  hugo-theme
Hugo Xmin
eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS (with no dependencies)
Stars: ✭ 351 (-4.1%)
Mutual labels:  hugo-theme
Hugo Fresh
Hugo Fresh Theme
Stars: ✭ 317 (-13.39%)
Mutual labels:  hugo-theme
Blackburn
A Hugo theme built using Yahoo's Pure CSS
Stars: ✭ 279 (-23.77%)
Mutual labels:  hugo-theme

Hugo Theme Mini

English | 简体中文

A fast, minimalist and responsive hugo theme.

./images/screenshot.png

Features:

  • Fast
  • Minimalist
  • Responsive
  • Archive
  • Tags

Installation

As a Hugo Module (recommended)

⚠️ If you installed a Hugo binary, you may not have Go installed on your machine. To check if Go is installed:

$ go version

Go modules were considered production ready in v1.14. Download Go.

  1. From your project's root directory, initiate the hugo module system if you haven't already:

    $ hugo mod init github.com/<your_user>/<your_project>
    
  2. Add the theme's repo to your config.yaml:

    theme: 
       - github.com/nodejh/hugo-theme-mini
    

As Git Submodule

  1. Inside the folder of your Hugo site run:

    $ git submodule add https://github.com/nodejh/hugo-theme-mini.git themes/mini
    
  2. Add the theme's directory to your config.yaml:

    theme: mini
    

For more information read the official setup guide of Hugo.

Getting started

After installing the theme successfully it requires a just a few more steps to get your site running.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.yaml. To use it, copy the config.yaml in the root folder of your Hugo site. Feel free to change the strings in this theme.

⚠️ You may need to delete the line: themesDir: ../../

Add Comments

To enable comments, add following to your config file:

  • Disqus shortname: disqusShortname: your-disqus-shortname

  • Enable Comment:

    params:
      enableComments: true
    

Google Analytics

To enable google analytics, add following to your config file:

  • Google Analytics ID: googleAnalytics: your-google-analytics-id

  • Enable Google Analytics:

    params:
      enableGoogleAnalytics: true
    

Logo and favicon

You can replace the log in the top of each page and favicon with your own images. To do that put your own logo and favicon into the images directory of your website static directory, then named them avatar.png and favicon.ico. For example:

- content
- static
└── images
    ├── avatar.png
    └── favicon.ico

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

$ hugo server

Now enter http://localhost:1313 in the address bar of your browser.

License

MIT

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