updated readme for iconlinks and supported icons
This commit is contained in:
parent
09b4084830
commit
aac07e9b5b
42
README.md
42
README.md
|
@ -57,29 +57,11 @@ summaryLength = 70 # number of words for article summaries
|
||||||
plausibleScriptUrl = "https://something.com/..."
|
plausibleScriptUrl = "https://something.com/..."
|
||||||
plausibleDomain = "gabmus.org"
|
plausibleDomain = "gabmus.org"
|
||||||
|
|
||||||
# the links array shows links with icons (if explicitly supported)
|
|
||||||
# it's an array of arrays containing two strings: name and link
|
|
||||||
# the supported icons are:
|
|
||||||
# gitlab
|
|
||||||
# gnome
|
|
||||||
# youtube
|
|
||||||
# email
|
|
||||||
# twitter
|
|
||||||
# instagram
|
|
||||||
# facebook
|
|
||||||
# github
|
|
||||||
# linkedin
|
|
||||||
# telegram
|
|
||||||
# phone
|
|
||||||
# rss
|
|
||||||
|
|
||||||
|
|
||||||
# WARNING: deprecated! Use [[menu.icons]] instead, look below
|
# WARNING: deprecated! Use [[menu.icons]] instead, look below
|
||||||
# links = [
|
# links = [
|
||||||
# ["GitLab", "https://gitlab.com/gabmus"],
|
# ["GitLab", "https://gitlab.com/gabmus"],
|
||||||
# ["GNOME", "https://gitlab.gnome.org/gabmus"],
|
# ["GNOME", "https://gitlab.gnome.org/gabmus"],
|
||||||
# ["YouTube", "https://youtube.com/TechPillsNet"],
|
# ["YouTube", "https://youtube.com/TechPillsNet"]
|
||||||
# ["Email", "mailto:gabmus@disroot.org"]
|
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
# you can customize all of the colors in this theme
|
# you can customize all of the colors in this theme
|
||||||
|
@ -125,6 +107,28 @@ summaryLength = 70 # number of words for article summaries
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Supported icons
|
||||||
|
|
||||||
|
For the `[[menu.icons]]` menu. They match identifier, name and url can be whatever. Here's a list of supported identifiers:
|
||||||
|
|
||||||
|
- gitlab
|
||||||
|
- gnome
|
||||||
|
- youtube
|
||||||
|
- email
|
||||||
|
- twitter
|
||||||
|
- instagram
|
||||||
|
- facebook
|
||||||
|
- github
|
||||||
|
- linkedin
|
||||||
|
- telegram
|
||||||
|
- xmpp
|
||||||
|
- pleroma
|
||||||
|
- peertube
|
||||||
|
- matrix
|
||||||
|
- mastodon
|
||||||
|
- phone
|
||||||
|
- rss
|
||||||
|
|
||||||
## Inject custom content
|
## Inject custom content
|
||||||
|
|
||||||
Ficurinia supports injecting custom content into the theme. There are several files you can create in `layouts/partials/inject` that will be included inside the theme in different places.
|
Ficurinia supports injecting custom content into the theme. There are several files you can create in `layouts/partials/inject` that will be included inside the theme in different places.
|
||||||
|
|
Loading…
Reference in New Issue