https://github.com/writeonlycode/writeonlyhugo
https://github.com/writeonlycode/writeonlyhugo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/writeonlycode/writeonlyhugo
- Owner: writeonlycode
- License: mit
- Created: 2023-02-21T09:19:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:10:14.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T08:11:43.739Z (about 1 year ago)
- Language: HTML
- Size: 7.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Write-Only Hugo Theme
Write-Only Hugo is a simple, clean and straightforward blog theme.

## Live Demo
See [here](https://writeonlycode.github.io/writeonlyhugo/).
## Quick Start
If you are creating a new website, the quickest way to get up and running is to
clone the demo website.
```bash
git clone https://github.com/writeonlycode/writeonlyhugo.git
```
Alternatively, you can clone just the theme to your theme folder:
```bash
git clone https://github.com/writeonlycode/writeonlyhugo.git themes/writeonlyhugo-theme
```
The folder `hugoBasicExample` contains a working version of a website with the
theme. It includes: the configuration file `config.yaml` and the content folder
`content` with the usual markdown examples.
## Quick Test
To test the website:
```bash
cd hugoBasicExample && hugo server --themesDir ../..
```
## License
Write-Only Hugo Theme is licensed under the MIT license.