diff --git a/README.md b/README.md index c5fc059..7e82c92 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ ![banner](misc/readme.png) -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 +![1](misc/1.png) +**Article** +![1](misc/2.png) + +![1](misc/3.png) ## 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 diff --git a/misc/1.png b/misc/1.png new file mode 100644 index 0000000..c709577 Binary files /dev/null and b/misc/1.png differ diff --git a/misc/2.png b/misc/2.png new file mode 100644 index 0000000..c95bece Binary files /dev/null and b/misc/2.png differ diff --git a/misc/3.png b/misc/3.png new file mode 100644 index 0000000..158b30e Binary files /dev/null and b/misc/3.png differ