mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 18:04:41 -04:00
parent
b9b8abef3d
commit
092271c24c
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Contributing to the Hugo Project
|
title: Contribute to the Hugo Project
|
||||||
linktitle: Contributing to Hugo
|
linktitle: Contribute to Hugo
|
||||||
description: Contribute to Hugo development and documentation.
|
description: Contribute to Hugo development and documentation.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Getting Started
|
title: Get Started
|
||||||
linktitle: Getting Started Overview
|
linktitle: Get Started Overview
|
||||||
description: Quick start and guides for installing Hugo on your preferred operating system.
|
description: Quick start and guides for installing Hugo on your preferred operating system.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Configuring Hugo
|
title: Configure Hugo
|
||||||
linktitle: Configuration
|
linktitle: Configuration
|
||||||
description: Often the default settings are good enough, but the config file can provide highly granular control over how your site is rendered.
|
description: Often the default settings are good enough, but the config file can provide highly granular control over how your site is rendered.
|
||||||
date: 2013-07-01
|
date: 2013-07-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting on Bitbucket
|
title: Host on Bitbucket
|
||||||
linktitle: Hosting on Bitbucket
|
linktitle: Host on Bitbucket
|
||||||
description: You can use Bitbucket in conjunction with Aerobatic to build, deploy, and host a Hugo website.
|
description: You can use Bitbucket in conjunction with Aerobatic to build, deploy, and host a Hugo website.
|
||||||
date: 2017-02-04
|
date: 2017-02-04
|
||||||
publishdate: 2017-02-04
|
publishdate: 2017-02-04
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting on Firebase
|
title: Host on Firebase
|
||||||
linktitle: Hosting on Firebase
|
linktitle: Host on Firebase
|
||||||
description: You can use Firebase's free tier to host your static website; this also gives you access to Firebase's NOSQL API.
|
description: You can use Firebase's free tier to host your static website; this also gives you access to Firebase's NOSQL API.
|
||||||
date: 2017-03-12
|
date: 2017-03-12
|
||||||
publishdate: 2017-03-12
|
publishdate: 2017-03-12
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting on GitHub
|
title: Host on GitHub
|
||||||
linktitle: Hosting on GitHub
|
linktitle: Host on GitHub
|
||||||
description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script.
|
description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script.
|
||||||
date: 2014-03-21
|
date: 2014-03-21
|
||||||
publishdate: 2014-03-21
|
publishdate: 2014-03-21
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting on GitLab
|
title: Host on GitLab
|
||||||
linktitle: Hosting on GitLab
|
linktitle: Host on GitLab
|
||||||
description: GitLab makes it incredibly easy to build, deploy, and host your Hugo website via their free GitLab Pages service, which provides native support for Hugo.
|
description: GitLab makes it incredibly easy to build, deploy, and host your Hugo website via their free GitLab Pages service, which provides native support for Hugo.
|
||||||
date: 2016-06-23
|
date: 2016-06-23
|
||||||
publishdate: 2016-06-23
|
publishdate: 2016-06-23
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting on Netlify
|
title: Host on Netlify
|
||||||
linktitle: Hosting on Netlify
|
linktitle: Host on Netlify
|
||||||
description: Netlify can host your Hugo site with CDN, continuous deployment, 1-click HTTPS, an admin GUI, and its own CLI.
|
description: Netlify can host your Hugo site with CDN, continuous deployment, 1-click HTTPS, an admin GUI, and its own CLI.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Ordering and Grouping Hugo Lists
|
title: Ordere and Grouping Hugo Lists
|
||||||
linktitle: List Ordering and Grouping
|
linktitle: List Ordering and Grouping
|
||||||
description: You can group or order your content in both your templating and content front matter.
|
description: You can group or order your content in both your templating and content front matter.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Creating Your Own Shortcodes
|
title: Create Your Own Shortcodes
|
||||||
linktitle: Shortcode Templates
|
linktitle: Shortcode Templates
|
||||||
description: You can extend Hugo's built-in shortcodes by creating your own using the same templating syntax as that for single and list pages.
|
description: You can extend Hugo's built-in shortcodes by creating your own using the same templating syntax as that for single and list pages.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Creating a Theme
|
title: Create a Theme
|
||||||
linktitle: Creating a Theme
|
linktitle: Create a Theme
|
||||||
description: The `hugo new theme` command will scaffold the beginnings of a new theme for you to get you on your way.
|
description: The `hugo new theme` command will scaffold the beginnings of a new theme for you to get you on your way.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Customizing a Theme
|
title: Customize a Theme
|
||||||
linktitle: Customizing a Theme
|
linktitle: Customize a Theme
|
||||||
description: Customize a theme by overriding theme layouts and static assets in your top-level project directories.
|
description: Customize a theme by overriding theme layouts and static assets in your top-level project directories.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Installing and Using Themes
|
title: Install and Use Themes
|
||||||
linktitle: Installing and Using Themes
|
linktitle: Install and Use Themes
|
||||||
description: Install and use a theme from the Hugo theme showcase easily through the CLI.
|
description: Install and use a theme from the Hugo theme showcase easily through the CLI.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Troubleshooting
|
title: Troubleshoot linktitle: Troubleshoot description: Frequently asked questions and known issues pulled from the Hugo Discuss forum.
|
||||||
linktitle: Troubleshooting
|
|
||||||
description: Frequently asked questions and known issues pulled from the Hugo Discuss forum.
|
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
lastmod: 2017-02-01
|
lastmod: 2017-02-01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user