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.
 
 
Iván Perdomo c6bb711536
Only add external link icon to links under <article>
10 months ago
archetypes [#11] Add blog post bundle archetype 1 year ago
content Add external link icon 10 months ago
layouts [#12] Translate Apex reference 1 year ago
static Only add external link icon to links under <article> 10 months ago
themes/yvant Add external link icon 10 months ago
.gitignore [#9] Previous website setup clean up 1 year ago
CNAME Update CNAME 1 year ago
LICENSE [#10] Update content based on review 1 year ago
README.md [#11] Add blog post bundle archetype 1 year ago
config.toml [#11] Add open graph tags 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 in index.md (note image in front matter is used for Open Graph image)
  • Add png and webp images as appropriate
  • Change draft front matter to true