Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/etch-linhpham
Lightweight Hugo theme with a focus on content (forked from LukasJoswiak/etch)
https://github.com/questionlp/etch-linhpham
Last synced: about 1 month ago
JSON representation
Lightweight Hugo theme with a focus on content (forked from LukasJoswiak/etch)
- Host: GitHub
- URL: https://github.com/questionlp/etch-linhpham
- Owner: questionlp
- License: mit
- Created: 2022-04-26T02:07:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T16:54:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T17:51:11.605Z (3 months ago)
- Language: CSS
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Etch
This is a fork of [LukasJoswiak/etch](https://github.com/LukasJoswiak/etch) that includes and sets the default theme font to IBM Plex Sans and includes some tweaks to the layout.
For more information on the orginal theme, view the original project's [README.md](https://github.com/LukasJoswiak/etch/blob/master/README.md).
## Installation
To install `etch-linhpham`, download the repository into the `themes` folder in the root of your site.
```bash
git submodule add https://github.com/questionlp/etch-linhpham.git themes/etch-linhpham
```Then, use the theme to generate your site.
```bash
hugo server -t etch-linhpham
```For more information on using and configuring the theme:
- [Sample Configuration](https://github.com/LukasJoswiak/etch/wiki/Configuration#sample-configuration)
- [Configuration](https://github.com/LukasJoswiak/etch/wiki/Configuration)
- [Wiki](https://github.com/LukasJoswiak/etch/wiki)