mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 02:19:09 -05:00
Docs: fix typo in introduction.md
This commit is contained in:
parent
086d6540c3
commit
d1bf2f5435
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
lastmod: 2015-12-09
|
lastmod: 2016-02-20
|
||||||
date: 2013-07-01
|
date: 2013-07-01
|
||||||
linktitle: Introduction
|
linktitle: Introduction
|
||||||
menu:
|
menu:
|
||||||
|
@ -70,7 +70,7 @@ of pages with a fraction of the memory and CPU needed for a dynamic site.
|
||||||
Hugo has two components to help you build and test your web site. The
|
Hugo has two components to help you build and test your web site. The
|
||||||
one that you'll probably use most often is the built-in HTTP server.
|
one that you'll probably use most often is the built-in HTTP server.
|
||||||
When you run `hugo server`, Hugo renders all of your content into
|
When you run `hugo server`, Hugo renders all of your content into
|
||||||
HTML files and then runs a HTTP server on your computer so that you
|
HTML files and then runs an HTTP server on your computer so that you
|
||||||
can see what the pages look like.
|
can see what the pages look like.
|
||||||
|
|
||||||
The second component is used when you're ready to publish your web
|
The second component is used when you're ready to publish your web
|
||||||
|
@ -92,7 +92,7 @@ Hugo boasts the following features:
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
* Extremely fast build times (~1 ms per page)
|
* Extremely fast build times (~1 ms per page)
|
||||||
* Completely cross platform: Runs on <i class="fa fa-apple"></i> Mac OS X, <i class="fa fa-linux"></i> Linux, <i class="fa fa-windows"></i> Windows, and more!
|
* Completely cross platform: Runs on <i class="fa fa-apple"></i> Mac OS X, <i class="fa fa-linux"></i> Linux, <i class="fa fa-windows"></i> Windows, and more!
|
||||||
* Easy [installation](/overview/installing/)
|
* Easy [installation](/overview/installing/)
|
||||||
* Render changes [on the fly](/overview/usage/) with [LiveReload](/extras/livereload/) as you develop
|
* Render changes [on the fly](/overview/usage/) with [LiveReload](/extras/livereload/) as you develop
|
||||||
|
|
Loading…
Reference in a new issue