Skip to content

Commit 233dd53

Browse files
committed
Enable link to edit page on Github
1 parent 96e887a commit 233dd53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/_default/params.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ mainSections = ["docs"]
7171
imageSingle = true # true (default) or false
7272

7373
# Repository
74-
editPage = false # false (default) or true
75-
lastMod = false # false (default) or true
74+
editPage = true # false (default) or true
75+
lastMod = true # false (default) or true
7676
repoHost = "GitHub" # GitHub (default), Gitea, GitLab, Bitbucket, or BitbucketServer
77-
docsRepo = "https://github.com/h-enk/doks"
78-
docsRepoBranch = "main" # main (default), master, or <branch name>
77+
docsRepo = "https://github.com/OpenFusionProject/openfusionproject.github.io"
78+
docsRepoBranch = "master" # main (default), master, or <branch name>
7979
docsRepoSubPath = "" # "" (none, default) or <sub path>
8080

8181
# SCSS colors

0 commit comments

Comments
 (0)