From f5613007297731d12f65ef81e1abacafe1f38cec Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 Aug 2025 19:10:21 +0200 Subject: fork: Typo as Tastefejl --- wiki/contributors.md | 95 ----------------------------------------------- wiki/features/homepage.md | 17 +-------- wiki/setup.md | 31 ++-------------- 3 files changed, 4 insertions(+), 139 deletions(-) delete mode 100644 wiki/contributors.md (limited to 'wiki') diff --git a/wiki/contributors.md b/wiki/contributors.md deleted file mode 100644 index 37ff048..0000000 --- a/wiki/contributors.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: "Contributors" -date: "2025-01-01" -summary: "List of Typo's contributors" -description: "List of Typo's contributors" -toc: false -readTime: false -autonumber: false -math: false -showTags: false -hidePagination: true -hideBackToTop: true ---- - -
fetching GitHub data, hang tight!
- - - - diff --git a/wiki/features/homepage.md b/wiki/features/homepage.md index 45ff1b9..db4cb37 100644 --- a/wiki/features/homepage.md +++ b/wiki/features/homepage.md @@ -10,7 +10,7 @@ math: false showTags: false --- -The homepage offers minimal customization options, you can specify an intro, a collection to display, and social icons. +The homepage offers minimal customization options, you can specify an intro, and a collection to display. ## Intro Section @@ -28,21 +28,6 @@ I am interested in a range of topics, including algorithms, distributed systems, Note that you can omit one of the two if you want. -## Social Icons - -You can include social icons after the intro like follows. - -```toml -[[params.social]] -name = "linkedin" -url = "https://www.linkedin.com/in/user/" - -[[params.social]] -name = "medium" -url = "https://medium.com/@user" -``` - -If some icons are missing, feel free to open a request or a PR. ## Display a Collection You can decide to include a collection in your homepage: diff --git a/wiki/setup.md b/wiki/setup.md index b93f21d..16e8dd5 100644 --- a/wiki/setup.md +++ b/wiki/setup.md @@ -30,7 +30,7 @@ Themes are contained in the `/themes` directory, there are different ways to get **Submodule - Recommended** ```bash -git submodule add --depth=1 https://github.com/tomfran/typo.git themes/typo +git submodule add --depth=1 https://git.push-f.com/tastefejl themes/tastefejl git submodule update --init --recursive ``` @@ -55,18 +55,6 @@ path = "github.com/tomfran/typo" Finally, remove the `theme = 'typo'` parameter from `hugo.toml`. -**Cloning** - -```bash -git clone https://github.com/tomfran/typo themes/typo --depth=1 -``` - -You need to keep it updated manually by pulling. - -**Manual download a release** - -Finally, you can manually download a [release](https://github.com/tomfran/typo/releases) and unzip it into the appropriate folder. - ## Sample Config Use those to get started with the theme. You can find a complete overview of the available features [here](https://tomfran.github.io/typo-wiki/features/). @@ -81,7 +69,7 @@ Here is a sample `hugo.toml` config to get started with the theme. baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My website' -theme = 'typo' +theme = 'tastefejl' # Google analytics code googleAnalytics = "G-xxxxxxxxx" @@ -120,19 +108,6 @@ enabled = true showCurrentPage = true home = "Home" -# Social icons -[[params.social]] -name = "linkedin" -url = "https://www.linkedin.com/in/user/" - -[[params.social]] -name = "medium" -url = "https://medium.com/@user" - -[[params.social]] -name = "github" -url = "https://github.com/user" - # Main menu pages [[params.menu]] name = "home" @@ -187,4 +162,4 @@ fediverse: "@username@instance.url" ## Support -If you use the theme or found it useful you can support me by leaving a star :star: to Typo's Github repository or opening issues and PRs with fixes or new features. \ No newline at end of file +If you use the theme or found it useful you can support me by leaving a star :star: to Typo's Github repository or opening issues and PRs with fixes or new features. -- cgit v1.2.3