diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | assets/.DS_Store | bin | 6148 -> 0 bytes | |||
-rw-r--r-- | static/.DS_Store | bin | 6148 -> 0 bytes | |||
-rw-r--r-- | static/fonts/.DS_Store | bin | 6148 -> 0 bytes |
4 files changed, 3 insertions, 1 deletions
@@ -43,11 +43,13 @@ Typo is a theme backed by simplicity, as you can see in the screenshots below. T To receive updates, add the theme as a submodule: ``` -git submodule add git@github.com:tomfran/typo.git themes/typo +git submodule add --depth=1 git@github.com:tomfran/typo.git themes/typo ``` Otherwise, you can clone the repo and copy it manually to your theme folder. +You then need to set typo as your theme in your [config file](#32-hugotoml). + You can find a repo using this theme [here](https://github.com/tomfran/blog). ## 2 Features diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differdeleted file mode 100644 index adfd3d9..0000000 --- a/assets/.DS_Store +++ /dev/null diff --git a/static/.DS_Store b/static/.DS_Store Binary files differdeleted file mode 100644 index f64fb8e..0000000 --- a/static/.DS_Store +++ /dev/null diff --git a/static/fonts/.DS_Store b/static/fonts/.DS_Store Binary files differdeleted file mode 100644 index 3c6e5dd..0000000 --- a/static/fonts/.DS_Store +++ /dev/null |