mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix minor typo; updated URLs
This commit is contained in:
parent
3e6d431113
commit
6d13296e55
10
README.md
10
README.md
@ -3,15 +3,15 @@ hugoBasicExample
|
|||||||
|
|
||||||
This is an example site 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).
|
It is intended to be a demo site for the [hugo themes](https://github.com/spf13/hugoThemes).
|
||||||
|
|
||||||
|
|
||||||
# Using
|
# Using
|
||||||
|
|
||||||
1. First [install Hugo](http://hugo.spf13.com/overview/installing).
|
1. First [install Hugo](http://gohugo.io/overview/installing/);
|
||||||
2. Then clone this repository.
|
2. Then clone this repository;
|
||||||
3. Clone the hugo themes
|
3. Clone the hugo themes;
|
||||||
4. Run Hugo and select the theme of your choosing
|
4. Run Hugo and select the theme of your choosing.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -4,26 +4,26 @@ date = "2014-04-09"
|
|||||||
menu = "main"
|
menu = "main"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hugo is a static site engine written in go.
|
Hugo is a static site engine written in Go.
|
||||||
|
|
||||||
|
|
||||||
It makes use of a variety of open source projects including:
|
It makes use of a variety of open source projects including:
|
||||||
|
|
||||||
* [Cobra](http://github.com/spf13/cobra)
|
* [Cobra](https://github.com/spf13/cobra)
|
||||||
* [Viper](http://github.com/spf13/viper)
|
* [Viper](https://github.com/spf13/viper)
|
||||||
* [J Walter Weatherman](http://github.com/spf13/jWalterWeatherman)
|
* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman)
|
||||||
* [Cast](http://github.com/spf13/cast)
|
* [Cast](https://github.com/spf13/cast)
|
||||||
|
|
||||||
Learn more and contribute on [GitHub](https://github.com/spf13).
|
Learn more and contribute on [GitHub](https://github.com/spf13).
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Some fun facts about [Hugo](http://hugo.spf13.com)
|
Some fun facts about [Hugo](http://gohugo.io/):
|
||||||
|
|
||||||
* Built in [Go](http://golang.org)
|
* Built in [Go](http://golang.org/)
|
||||||
* Loosely inspired by [Jekyll](http://jekyllrb.com)
|
* Loosely inspired by [Jekyll](http://jekyllrb.com/)
|
||||||
* Primarily developed by [spf13](http://spf13.com) on the train while commuting to and from Manhattan.
|
* Primarily developed by [spf13](http://spf13.com/) on the train while commuting to and from Manhattan.
|
||||||
* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com)
|
* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com/)
|
||||||
|
|
||||||
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13).
|
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user