+++ title = “hallo” description = “A single-page theme to introduce yourself.” template = “theme.html” date = 2019-06-05T15:08:48+02:00
[extra] created = 2019-07-12T23:55:11+02:00 updated = 2019-06-05T15:08:48+02:00 repository = “https://github.com/flyingP0tat0/zola-hallo.git” homepage = “https://github.com/janbaudisch/zola-hallo” minimum_version = “0.4.0” license = “MIT” demo = “https://zola-hallo.janbaudisch.dev”
[extra.author] name = “Jan Baudisch” homepage = “https://janbaudisch.dev” +++
A single-page theme to introduce yourself.
Zola port of hallo-hugo.
This is a port of the original hallo-hugo theme for Hugo (License).
The easiest way to install this theme is to either clone it ...
git clone https://github.com/janbaudisch/zola-hallo.git themes/hallo
... or to use it as a submodule.
git submodule add https://github.com/janbaudisch/zola-hallo.git themes/hallo
Either way, you will have to enable the theme in your config.toml
.
theme = "hallo"
The introduction text is included from templates/partials/introduction.html
.
You will need to create this file and fill it with content.
See config.toml
for an example configuration.
The given name will be used for the ‘I am ...’ text.
Default: Hallo
[extra.author]
name = "Hallo"
The string will be used as a greeting.
Default: Hello!
[extra]
greeting = "Hello!"
iam
This variable defines the I am
text, which you may want to swap out for another language.
Default: I am
[extra]
iam = "I am"
Links show up below the introduction. They are styled with Font Awesome, you may optionally choose the iconset (default is brands).
[extra]
links = [
{ title = "E-Mail", url = "mailto:mail@example.org", iconset = "fas", icon = "envelope" },
{ title = "GitHub", url = "https://github.com", icon = "github" },
{ title = "Twitter", url = "https://twitter.com", icon = "twitter" }
]
Change the colors used.
[extra.theme]
background = "#6FCDBD"
foreground = "#FFF" # text and portrait border
hover = "#333" # link hover