mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Adding a read me for the repository
This commit is contained in:
parent
e72d013a5f
commit
6add981bc1
19
README.md
19
README.md
@ -2,3 +2,22 @@ hugoThemes
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
Themes for Hugo
|
Themes for Hugo
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/spf13/hugoThemes.git
|
||||||
|
cd hugoThemes
|
||||||
|
hugo server -t `themename`
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
# Current Themes
|
||||||
|
|
||||||
|
* Hyde (by mdo, ported from Jekyll)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user