Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerdreich/wiki.md-theme-sunset
A wiki.md theme built around the Averia font family.
https://github.com/nerdreich/wiki.md-theme-sunset
markdown php theme wiki
Last synced: 17 days ago
JSON representation
A wiki.md theme built around the Averia font family.
- Host: GitHub
- URL: https://github.com/nerdreich/wiki.md-theme-sunset
- Owner: nerdreich
- License: other
- Created: 2020-08-19T08:05:54.000Z (about 4 years ago)
- Default Branch: release
- Last Pushed: 2024-04-27T12:37:49.000Z (7 months ago)
- Last Synced: 2024-07-30T21:03:19.712Z (3 months ago)
- Topics: markdown, php, theme, wiki
- Language: CSS
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wiki.md-theme-sunset
A [wiki.md](https://github.com/nerdreich/wiki.md) theme built around the Averia font family.
![wiki.md](preview.png)
## Requirements
* [wiki.md](https://github.com/nerdreich/wiki.md) v2.1.0+
## Installation
* Download a [release](https://github.com/nerdreich/wiki.md-theme-sunset/releases).
* Extract the `*.tar.gz`/`.zip` into the `themes/` folder of your wiki.md installation.
* Edit your `data/config.ini` and set the theme to `sunset`.
### Upgrading
* Just replace the theme's directory with the new one.
### Build from source
For most users the pre-packaged `*.tar.gz`/`*.zip` should be fine.
If you still want to build this theme yourself, you'll need `git`, `php` v7.2+ and `npm` v8.0+. Assuming all requirements are met, just:
```
git clone --depth 1 https://github.com/nerdreich/wiki.md-theme-sunset
cd wiki.md-theme-sunset
npm install
npm run package
```Afterwards, the archives can be found in the `dist/` folder.