Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 85b17cd

Browse files
committed
Enable transition alert
1 parent 7899072 commit 85b17cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/_default/params.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@ footer = "Powered by <a class=\"text-muted\" href=\"https://www.netlify.com/\">N
5555
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"
5656

5757
# Alert
58-
alert = false
58+
alert = true
5959
alertDismissable = true
6060
alertText = "Introducing the ArtemisCloud.io! <a class=\"alert-link stretched-link\" href=\"https://artemiscloud.io/\">Check out ArtemisCloud.io</a>"
6161

62+
# Global notice
63+
notice = true # false (default) or true
64+
noticeText = 'This website has been archived as all activities are now happening arkmq.org'
65+
noticeLink = '/community/transition/'
66+
6267
# Edit Page
6368
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
6469
repoHost = "GitHub"

0 commit comments

Comments
 (0)