mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 12:54:57 -04:00
Remove unnecessary content from benefits of static page
This commit is contained in:
parent
c896343512
commit
3db5aff483
@ -25,18 +25,6 @@ Not running a web site generator on your HTTP server has many benefits. The most
|
||||
sending files. So good that you can effectively serve the same number
|
||||
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
|
||||
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
|
||||
HTML files and then runs an HTTP server on your computer so that you
|
||||
can see what the pages look like.
|
||||
|
||||
The second component is used when you're ready to publish your web
|
||||
site to the computer running your website. Running Hugo without any
|
||||
actions will rebuild your entire web site using the `baseURL` setting
|
||||
from your site's configuration file. That's required to have your page
|
||||
links work properly with most hosting companies.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
* ["An Introduction to Static Site Generators", David Walsh][]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Contribute to Hugo Development
|
||||
linktitle: Contribute to Hugo Development
|
||||
title: Contribute to Hugo
|
||||
linktitle: Contribute to Hugo
|
||||
description: Contribute to Hugo development and documentation.
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Contribute to Hugo Docs
|
||||
linktitle: Contribute to Hugo Docs
|
||||
title: Contribute to the Docs
|
||||
linktitle: Contribute to the Docs
|
||||
description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
|
@ -7,10 +7,9 @@ qr_returns:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: [dates]
|
||||
weight:
|
||||
draft: false
|
||||
type:
|
||||
layout:
|
||||
slug:
|
||||
aliases: []
|
||||
notes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user