Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
ed9fe826
Commit
ed9fe826
authored
2 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
hugo config rename par -> repo_branch
parent
4de28eaa
No related branches found
No related tags found
2 merge requests
!1511
changes from r20.0
,
!1509
Revise installation instructions; revise hugo config params; use shortcodes for URLs; repair broken links
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hugo/config.toml
+2
-1
2 additions, 1 deletion
hugo/config.toml
hugo/layouts/shortcodes/highlightfile.html
+1
-1
1 addition, 1 deletion
hugo/layouts/shortcodes/highlightfile.html
with
3 additions
and
2 deletions
hugo/config.toml
+
2
−
1
View file @
ed9fe826
...
...
@@ -21,7 +21,8 @@ PygmentsStyle = "vs"
url_userapi
=
"https://bornagainproject.org/ext/api/git-main/user-API"
version_mm
=
"git-main"
version_mmp
=
"1.19.79"
version_repo
=
"main"
# for links to source repository
repo_branch
=
"main"
url_blob
=
"https://jugit.fz-juelich.de/mlz/bornagain/-/blob"
recommended_python_major
=
"3"
recommended_python_minor
=
"9"
...
...
This diff is collapsed.
Click to expand it.
hugo/layouts/shortcodes/highlightfile.html
+
1
−
1
View file @
ed9fe826
...
...
@@ -12,4 +12,4 @@ Argument 1 = File path below /src/
{{ highlight (print $file) $lang $opt}}
<a
class=
"linktofile"
href=
"{{.Site.Params.url_blob}}/{{.Site.Params.
version_repo
}}/{{(printf $src)}}"
/>
{{$src}}
</a>
href=
"{{.Site.Params.url_blob}}/{{.Site.Params.
repo_branch
}}/{{(printf $src)}}"
/>
{{$src}}
</a>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment