2014-05-23 18:18:27 -04:00
|
|
|
hugoBasicExample
|
2014-04-26 17:46:54 -04:00
|
|
|
==========
|
|
|
|
|
2017-06-13 13:10:45 -04:00
|
|
|
This is an example site for [Hugo](https://gohugo.io/).
|
2014-04-26 18:27:12 -04:00
|
|
|
|
2015-02-11 13:06:44 -05:00
|
|
|
It is intended to be a demo site for the various [Hugo themes][].
|
2014-04-26 18:27:12 -04:00
|
|
|
|
|
|
|
# Using
|
|
|
|
|
2017-06-13 13:10:45 -04:00
|
|
|
1. First, [install Hugo](https://gohugo.io/overview/installing/);
|
2015-02-11 13:06:44 -05:00
|
|
|
2. Then, clone this repository;
|
|
|
|
3. Clone the [Hugo themes][];
|
2015-02-11 03:26:07 -05:00
|
|
|
4. Run Hugo and select the theme of your choosing.
|
2014-05-23 18:18:27 -04:00
|
|
|
|
2015-02-11 13:06:44 -05:00
|
|
|
In other words:
|
|
|
|
|
2017-06-15 09:06:38 -04:00
|
|
|
<pre><code>git clone https://github.com/gohugoio/HugoBasicExample.git
|
2015-02-11 13:06:44 -05:00
|
|
|
cd HugoBasicExample
|
2017-06-13 13:10:45 -04:00
|
|
|
git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
|
2015-02-11 13:06:44 -05:00
|
|
|
hugo server -t <em>themename</em>
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
Enjoy!
|
2014-04-26 18:27:12 -04:00
|
|
|
|
2017-06-13 13:10:45 -04:00
|
|
|
[Hugo themes]: https://github.com/gohugoio/hugoThemes
|