Skip to content

Commit

Permalink
Add info on microformats
Browse files Browse the repository at this point in the history
  • Loading branch information
chringel21 committed Jun 24, 2022
1 parent 3ce89ef commit 8417084
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ hugo new --kind post-bundle post/my-post
- 🧑‍💻 Syntax highlighting with copy function
- 🔗 Deeplinks to headings in a blog post
- 📄 Resume from JSON data based on [JsonResume schema](https://jsonresume.org/schema/)
- ✍️ [IndieWeb](https://indiewebify.me/) implementation of [microformats2](http://microformats.org/) `h-card` and `h-entry`

## Full `config.toml` example

Expand Down Expand Up @@ -124,6 +125,18 @@ enableEmoji = true
websiteId = "1234567-abcd-efgh-0000-abcdefg1234"
jsLocation = "https://analytics.example.com/umami.js"

# microformat2 h-card configuration
# All params except 'fullName' are optional
[Params.hcard]
avatar = "/images/index.png"
fullName = "Christian Engel"
pronouns = [ "he", "him" ]
nickname = "chringel"
showLocation = true
city = "My Town"
region = "My State"
country = "My Country"

# Social icons to be displayed on the front page
[[menu.social]]
name = "GitHub"
Expand Down

0 comments on commit 8417084

Please sign in to comment.