docs: readme
This commit is contained in:
@@ -1,21 +1,31 @@
|
|||||||
# starless
|
# starless
|
||||||
|
|
||||||
Minimal Hugo theme and demo site.
|
a minimal hugo theme
|
||||||
|
|
||||||
## Run
|
see it here: [starless.ruiny.de](https://starless.ruiny.de/)
|
||||||
|
|
||||||
```bash
|

|
||||||
|
|
||||||
|
## install
|
||||||
|
|
||||||
|
If you're new to hugo, you can just clone and update the `content` folder.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/ruinivist/hugo-starless my-blog-name
|
||||||
|
cd my-blog-name
|
||||||
hugo server
|
hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
If you already have a Hugo site and just want the theme
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
hugo
|
cd my-existing-site
|
||||||
|
git clone https://github.com/ruinivist/hugo-starless /tmp/hugo-starless
|
||||||
|
cp -r /tmp/hugo-starless/themes/starless ./themes/
|
||||||
|
# in hugo.toml, set: theme = "starless"
|
||||||
|
hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
## Shape
|
For config, see [customize](https://starless.ruiny.de/docs/customize/).
|
||||||
|
|
||||||
- `themes/starless`: the theme
|
For themes, see [themes](https://starless.ruiny.de/docs/themes/).
|
||||||
- `content/`: the site about the theme
|
|
||||||
- `theme-details/`: reference material
|
|
||||||
|
|||||||
Reference in New Issue
Block a user