mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 23:14:55 -04:00
Move custom outputs from CM to templates section
This commit is contained in:
parent
0e363fe7b9
commit
59c1bdc5a3
@ -40,4 +40,5 @@ sections:
|
||||
image: /images/home-page-templating-example.png
|
||||
copy: "Hugo's Go-based templating provides just the right amount of logic to build anything from the simple to complex. If you prefer Jade/Pug-like syntax, you can also use Amber, Ace, or any combination of the three."
|
||||
---
|
||||
|
||||
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Custom Outputs
|
||||
linktitle: Custom Outputs
|
||||
linktitle: Custom Output Templates
|
||||
description: Hugo can output content in multiple formats to make quick work of
|
||||
date: 2017-03-22
|
||||
publishdate: 2017-03-22
|
||||
@ -9,20 +9,16 @@ categories: [content management]
|
||||
tags: ["amp","outputs"]
|
||||
menu:
|
||||
docs:
|
||||
parent: "content-management"
|
||||
parent: "templatesd"
|
||||
weight: 100
|
||||
quicklinks:
|
||||
weight: 100 #rem
|
||||
draft: false
|
||||
aliases: [/extras/custom-output-types/]
|
||||
aliases: [/extras/custom-output-types/,/content-management/custom-outputs/]
|
||||
toc: true
|
||||
wip: true
|
||||
---
|
||||
|
||||
{{% warning %}}
|
||||
Custom output formats is a major feature being released with v20. The following copy is taken from the original proposal and spec and is therefore far from complete.
|
||||
{{% /warning %}}
|
||||
|
||||
## Media Type
|
||||
|
||||
We add a media type (also known as MIME type and content type). This is a two-part identifier for file formats and format contents transmitted on the Internet.
|
Loading…
x
Reference in New Issue
Block a user