From b273b8155ad919ddee562e48df2f2f29bd1ac6b4 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 1 May 2024 12:58:19 +0200 Subject: Cleanup --- README.md | 4 +++- assets/.DS_Store | Bin 6148 -> 0 bytes static/.DS_Store | Bin 6148 -> 0 bytes static/fonts/.DS_Store | Bin 6148 -> 0 bytes 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 assets/.DS_Store delete mode 100644 static/.DS_Store delete mode 100644 static/fonts/.DS_Store diff --git a/README.md b/README.md index 8aad0af..c49d636 100644 --- a/README.md +++ b/README.md @@ -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 deleted file mode 100644 index adfd3d9..0000000 Binary files a/assets/.DS_Store and /dev/null differ diff --git a/static/.DS_Store b/static/.DS_Store deleted file mode 100644 index f64fb8e..0000000 Binary files a/static/.DS_Store and /dev/null differ diff --git a/static/fonts/.DS_Store b/static/fonts/.DS_Store deleted file mode 100644 index 3c6e5dd..0000000 Binary files a/static/fonts/.DS_Store and /dev/null differ -- cgit v1.2.3