Recommended post format - Getlatestversion/getlatestversion.eu-source GitHub Wiki

New authors: add you profile as defined in Add an author profile.

Directory

Create a new directory for the post. Suggested
content/post/<author>/<year>/<post-title>/

Create an index.md file with the content. If you have multiple translations, add the language code suffix, otherwise English is assumed.

Images should be dropped in the same directory, e.g.

    content/post/giuliov/20/my-title/index.en.md
    content/post/giuliov/20/my-title/index.it.md
    content/post/giuliov/20/my-title/cover-myimage.jpg
    content/post/giuliov/20/my-title/myimage1.png
    content/post/giuliov/20/my-title/myimage2.jpg

The current theme do not support cover images. You can embed the image with the usual syntax. Recommend to add a cover- prefix in case we replace/enhance the theme.

Mandatory Front matter

title: "automatic from filename with hugo new"
date: "automatic with hugo new"
authors: [] # manual, insert list of authors' nickname
summary: 'hand written abstract'
categories: []
tags: []
keywords: []

authors is a taxonomy and requires a list of authors specified by their nicknames. Do not use the author (singular) field.

draft not recommended, use a pull request to publish your work when it is ready

Optional Front matter

⚠️ **GitHub.com Fallback** ⚠️