Compare commits

..

1 Commits

Author SHA1 Message Date
Kevin C. Coram fc2e1705cd
Document identity, card, and social configurations 2019-12-17 21:13:19 -05:00
1 changed files with 25 additions and 26 deletions

View File

@ -11,7 +11,7 @@ instructions on how to install Hugo, create a site, and install a theme.
Installing the theme as a git submodule is the preferred way.
```
git add submodule https://git.thecorams.net/kevin/semantic-indieweb.git themesemantic-indieweb
git add submodule https://git.thecorams.net/kevin/semantic-indieweb.git themes/semantic-indieweb
```
### Example Site
@ -79,7 +79,7 @@ The current set of known types are:
- Email
- The `value` should be a valid e-mail address which could be used for
- IndieAuth authentication
IndieAuth authentication
- GitHub
- The `value` should be a valid GitHub user name
- GitLab
@ -95,7 +95,7 @@ The IndieAuth standard allows the site author to specify which of the
`rel="me"` links should be preferred for authentication. If the `authn`
parameter for an identity is set to `true`, the link will be generated
as `rel="me authn"`. As explained on
[https://indielogin.com/setup](https://indielogin.com/setup)
[https://indielogin.com/setup](https://indielogin.com/setup):
> If any of your `rel="me"` links also include `authn` in the list of rels,
> then IndieLogin.com will only use the links with `authn`, and will no longer
@ -120,10 +120,10 @@ microformats, for integration with IndieWeb-aware sites and tools.
#### Social Network Links
In addition to the h-card properties, the theme will render a ribbon of
icon links to other sites beneath the author's location information. The theme
comes bundled with [Fork Awesome v1.1.7](https://forkaweso.me/Fork-Awesome/).
Any of the icons provided can easily be used. For example, to add a link to
The theme will render a ribbon of icon links to other sites beneath the
author's location information. The theme comes bundled with
[Fork Awesome v1.1.7](https://forkaweso.me/Fork-Awesome/). Any of the icons
provided by Fork Awesome can easily be used. For example, to add a link to
one's Twitter profile, add a configuration block that uses the Fork Awesome
twitter icon:
@ -142,7 +142,6 @@ In addition to the `profile` and `icon` pairs, there is also support for e-mail
links and PGP key file links with the PGP fingerprint as a toolip:
```toml
[[params.Social]]
email = "email@example.com"
icon = "fa fa-envelope-o"