Yvant Website
https://yvant.coop
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
archetypes | 1 year ago | |
content | 10 months ago | |
layouts | 1 year ago | |
static | 10 months ago | |
themes/yvant | 10 months ago | |
.gitignore | 1 year ago | |
CNAME | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
config.toml | 1 year ago |
README.md
Yvant Website
Yvant website, built with Hugo.
Requires hugo. See Hugo Quick Start for installation instructions.
Development
Start the Hugo server with drafts enabled:
hugo server -D
Create a blog post
From within the website
directory:
hugo new --kind blog-bundle blog/post-name
Blog post checklist
Before publishing a new blog post:
- Replace
title
in the front matter with your post title - Replace
description
in the front matter with a short 50-160 character summary. See Meta Description for guidelines - Replace
tags
in the front matter with post-relevant tags - Replace references to
placeholder
images inindex.md
(noteimage
in front matter is used for Open Graph image) - Add
png
andwebp
images as appropriate - Change
draft
front matter totrue