Skip to content

Commit 6f6d295

Browse files
committed
πŸ“ content update
🎨 theme update πŸ—ƒοΈ landing page data update βš™οΈ remove twitter social link
1 parent 113f6be commit 6f6d295

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

β€Žcontent/docs/reference/configuration.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Social links are displayed as icons in the top left corner of the Lotus Docs the
4747
| Parameter | Type | Default Value | Description |
4848
|---------|-----|-----|------|
4949
| `github` | string | N/A | Enables the GitHub social icon link using the GitHub URL value set here e.g. `colinwilson` or `colinwilson/lotusdocs` |
50+
| `bluesky` | string | N/A | Enables the Bluesky social icon link using the username value set here e.g. `lotusdocs.bsky.social` |
5051
| `twitter` | string | N/A | Enables the Twitter / X social icon link using the username value set here e.g. `lotusdocs` |
5152
| `instagram` | string | N/A | Enables the Instagram social icon link using the username value set here e.g. `lotusdocs` |
5253
| `rss` | boolean | `false` | Display an RSS icon link? |

β€Ždata/landing.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ hero:
3939
btnText: "Get Started"
4040
url: "/docs/quickstart/#create-a-new-lotus-docs-site"
4141
cta2Button:
42-
icon: construction
43-
btnText: "In Development"
42+
icon: code
43+
btnText: "View on GitHub"
4444
url: "https://github.com/colinwilson/lotusdocs"
4545

4646
info: "**Open Source** MIT Licensed."

β€Žhugo.tomlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ enableGitInfo = true # N.B. .GitInfo does not currently function with submodule
5757

5858
[params.social]
5959
github = "colinwilson/lotusdocs" # github.com/YOUR_GITHUB_ID
60-
twitter = "lotusdocs" # twitter.com/YOUR_TWITTER_ID
60+
# twitter = "lotusdocs" # twitter.com/YOUR_TWITTER_ID
61+
# bluesky = "colinwilson.uk" # bsky.app/profile/YOUR_BLUESKY_ID
6162
# instagram = "colinwilson" # instagram.com/YOUR_INSTAGRAM_ID
6263
# rss = true # show rss icon with link
6364

0 commit comments

Comments
Β (0)