This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
rayelliott
/
hugo-coder-fork
Watch
1
Star
0
Fork
You've already forked hugo-coder-fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
12b4246e29
hugo-coder-fork
/
archetypes
/
posts.md
10 lines
106 B
Markdown
Raw
Normal View
History
Unescape
Escape
Initial files
2018-03-01 01:38:59 +00:00
+++
draft = true
Generate correct date within archetypes (#27)
2018-05-28 12:16:37 +00:00
date = {{ .Date }}
Initial files
2018-03-01 01:38:59 +00:00
title = ""
Add Twitter Cards to each page (#133) * Add Twitter Cards to each page Hugo has an internal template for [Twitter Cards](https://gohugo.io/templates/internal/#twitter-cards). It takes necessary information from either site's or post's config thus it makes sense to add it to each page. * Add 'description' to posts archetype This optional field is used by Twitter Cards. * Add example usage of Twitter Cards * Add artspb to contributors
2019-01-07 15:26:43 +00:00
description = ""
Initial files
2018-03-01 01:38:59 +00:00
slug = ""
tags = []
categories = []
+++