Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Social links are displayed as icons in the top left corner of the Lotus Docs the
| Parameter | Type | Default Value | Description |
|---------|-----|-----|------|
| `github` | string | N/A | Enables the GitHub social icon link using the GitHub URL value set here e.g. `colinwilson` or `colinwilson/lotusdocs` |
| `bluesky` | string | N/A | Enables the Bluesky social icon link using the username value set here e.g. `lotusdocs.bsky.social` |
| `twitter` | string | N/A | Enables the Twitter / X social icon link using the username value set here e.g. `lotusdocs` |
| `instagram` | string | N/A | Enables the Instagram social icon link using the username value set here e.g. `lotusdocs` |
| `rss` | boolean | `false` | Display an RSS icon link? |
Expand Down
4 changes: 2 additions & 2 deletions data/landing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ hero:
btnText: "Get Started"
url: "/docs/quickstart/#create-a-new-lotus-docs-site"
cta2Button:
icon: construction
btnText: "In Development"
icon: code
btnText: "View on GitHub"
url: "https://github.com/colinwilson/lotusdocs"

info: "**Open Source** MIT Licensed."
Expand Down
3 changes: 2 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ enableGitInfo = true # N.B. .GitInfo does not currently function with submodule

[params.social]
github = "colinwilson/lotusdocs" # github.com/YOUR_GITHUB_ID
twitter = "lotusdocs" # twitter.com/YOUR_TWITTER_ID
# twitter = "lotusdocs" # twitter.com/YOUR_TWITTER_ID
# bluesky = "colinwilson.uk" # bsky.app/profile/YOUR_BLUESKY_ID
# instagram = "colinwilson" # instagram.com/YOUR_INSTAGRAM_ID
# rss = true # show rss icon with link

Expand Down
Loading