Skip to content

luk3ya0/hugo-smoooooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smoooooth

Minimalist Hugo theme for reading.

Getting started

  1. Install Hugo https://gohugo.io/getting-started/quick-start/
  2. Clone or download this theme into the themes directory
  3. Update your config.tomlfile to point to the theme
theme = "smoooooth"
  1. Start the server with `hugo server``
  2. Go to http://localhost:1313

Example config.toml

baseURL = "https://example.com/"
languageCode = "en-gb"
title = "Example"

theme = "smoooooth"

[taxonomies]
  tag = "tags"

# The value of pre is the icon name in https://feathericons.com/
[menu]
  [[menu.main]]
    name = "Home"
    pre = "home"
    url = "/"
    weight = 1
  [[menu.main]]
    name = "Blog"
    pre = "edit"
    url = "/blog/"
    weight = 2
  [[menu.main]]
    name = "Tags"
    pre = "tag"
    url = "/tags/"
    weight = 3

[params]
  dateFormat = "Jan 2, 2006"
  authorName = "Luke Yao"

About

adaptive to dark mode theme for Hugo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published