mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
updated readme to reflect the new intent
This commit is contained in:
parent
4b5daeca6d
commit
c91c655da8
26
README.md
26
README.md
@ -1,24 +1,22 @@
|
||||
hugoThemes
|
||||
hugoBasicExample
|
||||
==========
|
||||
|
||||
Themes for Hugo
|
||||
This is an example site for Hugo.
|
||||
|
||||
It is indented to be a demo site for the [hugo themes](http://github.com/spf13/hugoThemes).
|
||||
|
||||
Very much a work in progress and requires the v0.11-pre version of [hugo](http://hugo.spf13.com).
|
||||
|
||||
# Using
|
||||
|
||||
To use hugo themes clone the repository to your machine.
|
||||
1. First [install Hugo](http://hugo.spf13.com/overview/installing).
|
||||
2. Then clone this repository.
|
||||
3. Clone the hugo themes
|
||||
4. Run Hugo and select the theme of your choosing
|
||||
|
||||
|
||||
```
|
||||
git clone https://github.com/spf13/hugoThemes.git
|
||||
cd hugoThemes
|
||||
git clone https://github.com/spf13/HugoBasicExample.git
|
||||
cd HugoBasicExample
|
||||
git clone --recursive https://github.com/spf13/hugoThemes.git themes
|
||||
hugo server -t `themename`
|
||||
|
||||
```
|
||||
|
||||
# Current Themes
|
||||
|
||||
* Hyde (by mdo, ported from Jekyll)
|
||||
* Herring Cove (by arnp, ported from Jekyll)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user