All Projects → zhe → Hugo Theme Slim

zhe / Hugo Theme Slim

Licence: mit
Hugo theme—Slim

Projects that are alternatives of or similar to Hugo Theme Slim

Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-10.1%)
Mutual labels:  hugo, hugo-theme
Hugo Swift Theme
A simple open source theme for publishing with hugo
Stars: ✭ 85 (-14.14%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+1264.65%)
Mutual labels:  hugo, hugo-theme
Dimension
Ported theme of Dimension by HTML5 UP. One page responsive site with modals instead of pages.
Stars: ✭ 94 (-5.05%)
Mutual labels:  hugo, hugo-theme
Compose
A Hugo theme for documentation sites. It's inspired by https://forestry.io/docs/welcome/
Stars: ✭ 95 (-4.04%)
Mutual labels:  hugo, hugo-theme
Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+1026.26%)
Mutual labels:  hugo, hugo-theme
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1114.14%)
Mutual labels:  hugo, hugo-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-50.51%)
Mutual labels:  hugo, hugo-theme
Hugo Bearblog
🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!
Stars: ✭ 86 (-13.13%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+1066.67%)
Mutual labels:  hugo, hugo-theme
Simple A
Minimalistic Hugo theme
Stars: ✭ 53 (-46.46%)
Mutual labels:  hugo, hugo-theme
Pulp
Pulp is a Hugo theme for getting a simple, easy-to-read blog site.
Stars: ✭ 95 (-4.04%)
Mutual labels:  hugo, hugo-theme
Loveit
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
Stars: ✭ 1,060 (+970.71%)
Mutual labels:  hugo, hugo-theme
Hugo Journal
Minimalist theme for gohugo
Stars: ✭ 63 (-36.36%)
Mutual labels:  hugo, hugo-theme
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-48.48%)
Mutual labels:  hugo, hugo-theme
Hugo Uilite
Stars: ✭ 79 (-20.2%)
Mutual labels:  hugo, hugo-theme
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-52.53%)
Mutual labels:  hugo, hugo-theme
Kraiklyn
A Hugo theme for one page documentation
Stars: ✭ 47 (-52.53%)
Mutual labels:  hugo, hugo-theme
Hugo Geo
Theme I use for my personal website
Stars: ✭ 65 (-34.34%)
Mutual labels:  hugo, hugo-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-30.3%)
Mutual labels:  hugo, hugo-theme

Slim

Slim is a minimal, clean and beautiful theme for Hugo.

Slim screenshot

Demo.

Installation

mkdir themes
cd themes
git clone https://github.com/zhe/hugo-theme-slim slim

See the official docs for more information.

Configuration

You could add params into your site's config.toml file:

[params]
  Subtitle = "Your site's subtitle/tagline"
  GithubID = "Your Github ID"
  TwitterID = "Your Twitter ID"
  AnalyticsID = "Your Google Analytics tracking code"
  DisqusShortname = "Your Disqus shortname"
  Summary = true  # takes true or false
  Content = false  # takes true or false
  # if both are set to true, summary is shown.
  # FooterMsg = "Copyright Me 2016. Powered by Hugo."
  mainSections = ["post"]

if you use config.yaml, it could look like:

params:
  Subtitle: "Your site's subtitle/tagline"
  GithubID: "Your Github ID"
  TwitterID: "Your Twitter ID"
  AnalyticsID: "Your Google Analytics tracking code"
  DisqusShortname: "Your Disqus shortname"
  Summary: true # takes true or false
  Content: false # takes true or false
  # if both are set to true, summary is shown
  # FooterMsg: "Custom footer message. Powered by Hugo."
  mainSections: ["post"]

Enable Disqus to your post

  1. Add your Disqus Shortname to the site config file;
  2. You can enable Disqus per-post, by adding comments: true (YAML) or comments = true (TOML) in the front matter of your post. To disable it, you can either change the value to false or just not include comments variable and its value at all.

Build your site

hugo server -t slim

License

Open sourced under 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].