diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 14:16:31 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 14:16:31 +0200 |
commit | ab094c04f691c2b557b6300c9b1a40ab80963019 (patch) | |
tree | 3ec4cfd00878a714e0b4392a66ab58289fb3fddf /README.md | |
parent | 3369ca1a0f6551861f6da869d948d6647bfbc147 (diff) |
Theme Update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,13 +1,16 @@  -The theme is keeped as simple as possible on purpose. There are no fancy headers, cards, or stuff like that. -The fonts in use are Literata and Monaspace. +# Typo, a Hugo theme. -Tags are intentionally omitted, have a look at the sample coinfiguration at the bottom to remove them. +**Homepage** -## Example website + +**Article** + + + ## Installation @@ -18,7 +21,7 @@ git submodule add git@github.com:tomfran/typo.git themes/typo Otherwise you can clone the repo and copy it manually to yout theme folder. -## Configuration +## Configuration example Here is an example configuration: @@ -84,4 +87,6 @@ url = "/about" [markup] [markup.highlight] style = 'algol' -```
\ No newline at end of file +``` + +Tags are intentionally omitted.
\ No newline at end of file |