mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 10:58:19 +00:00
2f06fd7861
All of the changes should be documented in the changelog.
18 lines
550 B
Plaintext
18 lines
550 B
Plaintext
---
|
|
title: Recipes
|
|
date: 2020-05-12T17:25:55+08:00
|
|
|
|
categories:
|
|
- "guide"
|
|
tags:
|
|
- "theme"
|
|
- "extending"
|
|
---
|
|
|
|
= Extending Contentful
|
|
2020-05-12
|
|
|
|
Extending a Hugo theme is nothing new and a https://gohugo.io/content-management/sections/[few] http://hugocodex.org/add-ons/[places] provide a place for the most common extensions.
|
|
In this section, I'll be listing a few personal recipes I've always used for extending a Hugo theme.
|
|
Though this only applies specifically to Contentful and may need some tweaking when applying it other themes.
|