Finish up README
This commit is contained in:
@@ -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
|
||||
|
||||
To create a new site using this theme:
|
||||
@@ -19,7 +21,7 @@ git clone https://github.com/lucperkins/hugo-fresh themes/hugo-fresh
|
||||
rm config.toml
|
||||
|
||||
# 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
|
||||
hugo server
|
||||
@@ -27,3 +29,7 @@ hugo server
|
||||
# Open the site in your browser
|
||||
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