Finish up README
This commit is contained in:
10
README.md
10
README.md
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
> This theme is for landing pages only. If you'd like to extend the theme to include other types of pages—blog posts, documentation pages, etc.—feel free to submit a pull request.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
To create a new site using this theme:
|
To create a new site using this theme:
|
||||||
@@ -19,11 +21,15 @@ git clone https://github.com/lucperkins/hugo-fresh themes/hugo-fresh
|
|||||||
rm config.toml
|
rm config.toml
|
||||||
|
|
||||||
# Fetch the example config
|
# Fetch the example config
|
||||||
curl -O https://github.com/lucperkins/hugo-fresh/blob/master/exampleSite/config.yaml
|
curl -O https://raw.githubusercontent.com/lucperkins/hugo-fresh/master/exampleSite/config.yaml
|
||||||
|
|
||||||
# Run the site locally
|
# Run the site locally
|
||||||
hugo server
|
hugo server
|
||||||
|
|
||||||
# Open the site in your browser
|
# Open the site in your browser
|
||||||
open http://localhost:1313
|
open http://localhost:1313
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Customizing your page
|
||||||
|
|
||||||
|
There's a wide variety of customizations that you can make to your Hugo Fresh landing page by modifying the `config.yaml` file that you downloaded. That file provides documentation for what the various config values represent.
|
||||||
Reference in New Issue
Block a user