Move custom outputs from CM to templates section

This commit is contained in:
Ryan Watters 2017-06-01 16:49:14 -05:00
parent 0e363fe7b9
commit 59c1bdc5a3
2 changed files with 4 additions and 7 deletions

View File

@ -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.

View File

@ -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.