Browse Source

bring up readme

tags/v1.1
Bud Parr 7 years ago
parent
commit
b3c79a65cb
No account linked to committer's email address
1 changed files with 5 additions and 7 deletions
  1. 5
    7
      README.md

+ 5
- 7
README.md View File

Also includes examples of Hugo Features or Functions: Also includes examples of Hugo Features or Functions:


- Pagination (internal template) - Pagination (internal template)
- Taxonomies
- Archetypes - Archetypes
- Custom shortcode - Custom shortcode
- Hugo built-in menu - Hugo built-in menu


## Getting started ## Getting started


After installing the Agency Theme successfully it requires a just a few more steps to get your site running.
After installing the theme successfully it requires a just a few more steps to get your site running.




### The config file ### The config file


``` ```
{{< form-contact action="http://formspree.io/your@email.com" >}} {{< form-contact action="http://formspree.io/your@email.com" >}}

``` ```






In order to see your site in action, run Hugo's built-in local server. In order to see your site in action, run Hugo's built-in local server.


$ hugo server
`$ hugo server`


Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser. Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser.




## Contributing ## Contributing


Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.
If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.








TODO: TODO:


- ADD INSTRUCTIONS
- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
- move SRC files to separate branch
- fix hard-coded link to [section](https://github.com/budparr/gohugo-theme-ananke/blob/master/layouts/index.html#L32)

Loading…
Cancel
Save