Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrede88/l1nkrtemplate
Template for L1nkr Hugo Theme
https://github.com/chrede88/l1nkrtemplate
hugo hugo-site hugo-theme linktree
Last synced: about 2 months ago
JSON representation
Template for L1nkr Hugo Theme
- Host: GitHub
- URL: https://github.com/chrede88/l1nkrtemplate
- Owner: chrede88
- License: mit
- Created: 2023-10-10T23:14:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T05:07:16.000Z (about 2 months ago)
- Last Synced: 2024-12-23T08:38:04.767Z (about 2 months ago)
- Topics: hugo, hugo-site, hugo-theme, linktree
- Homepage: https://chrede88.github.io/L1nkr
- Size: 294 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# L1nkr - Template
This is the theme template repository! **Please** follow the installation instructions below.
If you're looking for the actual theme repository, follow this [link](https://github.com/chrede88/L1nkr).## Installation
1) Use this template by pressing `Use this template`. **Don't fork this repository!**
2) Wait 20s-30s and update the page. The `Clean Template` workflow will run automatically, creating/poplutating files based on your Github user.
3) Add a LICENSE to your repository.
4) Clone your version of the template to your local computer:
```shell
git clone https://github.com//
```
5) Modify `config/_default/hugo.yaml` and `config/_default/params.yaml` according to your needs. Find more info on the theme [wiki](https://github.com/chrede88/L1nkr/wiki/Configuration).
6) Build a local version of your site by executing `hugo server`, at the root of the repository. You can see the site by navigating to `localhost:1313` (actual URL will be outputted in the CLI) in a browser.---
## Features
- Simple LinkTree theme, designed for mobile-first.
- Automatically dark mode (based on system setttings).
- Emoji support for a fun design.
- More than 50 supported brand links.
- Healthcheck endpoint (/healthcheck.json).---
## Configuration
See the [wiki](https://github.com/chrede88/L1nkr/wiki) for all info about configuration and how to easily deploy to Github Pages.
---
## Update the Theme Version
The theme version used to build the site is defined in `go.mod` file.
The best practice is to update to released and tested versions. To update to a specific version execute the following command in a terminal/commandline (at the root path of your site repo):
```shell
hugo mod get github.com/chrede88/[email protected]
```
Replace X,Y & Z with the corresponding version numbers. You can find the releases [here](https://github.com/chrede88/L1nkr/releases). Please check if any breaking changes are listed under the release you want to update to, before proceeding.