|
2 years ago | |
---|---|---|
archetypes | 2 years ago | |
docs/static/images | 2 years ago | |
exampleSite | 2 years ago | |
layouts | 2 years ago | |
src | 2 years ago | |
static | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 2 years ago | |
COPYING | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
theme.toml | 2 years ago |
Really, really, really ridiculously good looking splash page for Hugo.
theme = "seminyak"
in your config.To update the Web Font update google_fonts
in the config file and adjust settings in tailwind-custom.js
then run npm run build
to generate a new stylesheet.
To adjust the color palette adjust the color setting for color_palette
in the site config. To create your own color palette modify tailwind-custom.js
and run npm run build
from the theme directory. See Coolors for color schemes and the Tailwind docs for how to customize.
Just the basics. Add to your site configuration.
googleAnalytics = "UA-123-45" # Optional, enable Google Analytics
[params]
color_palette = "yellow" # Required, adjusts color palette
theme_color = "#fffdc3" # Optional, theme-color meta tag
referrer_policy = "same-origin" # Optional, referrer policy meta tag
background_image_url = "https://source.unsplash.com/ZJqO6ddBpic/" # Optional, background image
google_fonts = "Oswald|Raleway" # Passed to Google for Web Font
[params.webmaster]
google = "" # Optional, Google verification code
bing = "" # Optional, Bing verification code
alexa = "" # Optional, Alexa verification code
yandex = "" # Optional, Yandex verification code
See the Hugo docs for additional configuration options.
To add a favicon add a favicon.html
file in your site's partials
folder and drop in a link
tag with your favicon.
To add some scripts do one or both of the following depending on the type of script you wish to add. For asynchronous scripts create a scripts-async.html
file in your site's partials
folder and add async scripts there. For blocking scripts create a scripts-blocking.html
file in your site's partials
folder and add any blocking scripts there.
Copyright © 2018, 2019 Josh Habdas jhabas@protonmail.com
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.