godsip.club/themes/mini/exampleSite/README.md

19 lines
568 B
Markdown
Raw Normal View History

2022-09-21 16:29:25 +02:00
# Hugo Theme Mini Example Site
This repository offers an example site for [Hugo Theme mini](https://github.com/nodejh/hugo-theme-mini) and also it provides the default content for [Online Demo](http://nodejh.github.io/hugo-theme-mini).
# Using
1. [Install Hugo](https://gohugo.io/overview/installing/)
2. Clone this repository
```bash
$ git clone https://github.com/nodejh/hugo-theme-mini
$ cd exampleSite
```
3. Run Hugo server. The exampleSite use theme `hugo-theme-mini` by setting `themesDir` as `../../`
```bash
$ hugo server
```