mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update smooth scroll header links and config page
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Syntax Highlighting
|
||||
linktitle:
|
||||
description:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: []
|
||||
categories: []
|
||||
weight:
|
||||
draft: false
|
||||
slug:
|
||||
aliases: []
|
||||
notes:
|
||||
---
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: New Project Scaffolding and Directory Structure
|
||||
title: New Website Scaffolding
|
||||
linktitle:
|
||||
description: Scaffolding new projects, configuration, and source organization.
|
||||
date: 2016-11-01
|
||||
|
||||
@@ -83,7 +83,7 @@ canonifyURLs = true
|
||||
author = "Nikola Tesla"
|
||||
```
|
||||
|
||||
## Complete List of Configuration Variables - YAML
|
||||
## All Configuration Variables, YAML
|
||||
|
||||
The following is a list of Hugo-defined variables. The values assigned to each of the variables represents the default value used by Hugo if you not specifically change the value in your configuration.
|
||||
|
||||
@@ -196,6 +196,10 @@ taxonomies:
|
||||
```
|
||||
{{% /input %}}
|
||||
|
||||
## All Configuration Variables, TOML
|
||||
|
||||
|
||||
|
||||
## Ignoring Files When Rendering
|
||||
|
||||
The following statement inside `./config.toml` will cause Hugo to ignore files
|
||||
|
||||
Reference in New Issue
Block a user