Skip to content

dirkbrockmann/hugo-theme-slim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Build your site

hugo server -t slim

License

Open sourced under MIT license.

About

Hugo theme—Slim—Dark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.5%
  • HTML 39.4%
  • JavaScript 5.1%