mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'
This commit is contained in:
@@ -179,7 +179,7 @@ Any other value defined in the front matter in a content file, including taxonom
|
||||
title: My First Post
|
||||
date: date: 2017-02-20T15:26:23-06:00
|
||||
categories: [one]
|
||||
#tags: [two,three,four]
|
||||
tags: [two,three,four]
|
||||
```
|
||||
|
||||
With the above front matter, the `tags` and `categories` taxonomies are accessible via the following:
|
||||
|
||||
@@ -109,7 +109,7 @@ The following is a list of site-level (aka "global") variables. Many of these va
|
||||
The following `config.toml` defines a site-wide param for `description`:
|
||||
|
||||
```
|
||||
baseURL = "http://yoursite.example.com/"
|
||||
baseURL = "https://yoursite.example.com/"
|
||||
|
||||
[params]
|
||||
description = "Tesla's Awesome Hugo Site"
|
||||
|
||||
Reference in New Issue
Block a user