Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lattice-boltzmann
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
lattice-boltzmann
Commits
80da60c7
Verified
Commit
80da60c7
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated theme default
parent
9ca5f761
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#30314
passed
1 year ago
Stage: build
Stage: deploy
Stage: post_deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lattice-boltzmann.com/config.toml
+1
-1
1 addition, 1 deletion
lattice-boltzmann.com/config.toml
lattice-boltzmann.com/sass/abridge.scss
+2
-2
2 additions, 2 deletions
lattice-boltzmann.com/sass/abridge.scss
with
3 additions
and
3 deletions
lattice-boltzmann.com/config.toml
+
1
−
1
View file @
80da60c7
...
...
@@ -187,7 +187,7 @@ js_copycode = true # The copy button on code blocks that allows you to copy them
js_email_encode
=
true
# obfuscates email address in footer
js_prestyle
=
true
# used to preload: FontAwesome, Katex, external Google Fonts
js_switcher
=
true
# The button that allows manually changing between light/dark mode.
js_switcher_default
=
"
dark
"
# default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss)
js_switcher_default
=
"
light
"
# default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss)
search_library
=
'elasticlunr'
stylesheets
=
[
"abridge.css"
]
...
...
This diff is collapsed.
Click to expand it.
lattice-boltzmann.com/sass/abridge.scss
+
2
−
2
View file @
80da60c7
...
...
@@ -7,9 +7,9 @@
$
mw
:
85
%
,
//
max-width
//
$
mb
:
1200px
,//
value
at
which
to
switch
from
fluid
layout
to
max-width
$
abridgeMode
:
"
light
"
,
//
valid
values
:
switcher
,
auto
,
dark
,
light
$
abridgeMode
:
"
switcher
"
,
//
valid
values
:
switcher
,
auto
,
dark
,
light
$
syntax-mode
:
"light"
,
//
Force
syntax
mode
:
auto
,
dark
,
light
$
switcherDefault
:
"
dark
"
,
//
default
nojs
switcher
mode
:
dark
,
light
(
make
sure
to
also
set
js_switcher_default
in
config
.toml
)
$
switcherDefault
:
"
light
"
,
//
default
nojs
switcher
mode
:
dark
,
light
(
make
sure
to
also
set
js_switcher_default
in
config
.toml
)
$
color
:
"blueshade"
,
//
color
template
to
use
/
override
:
orange
,
blue
,
blueshade
...
...
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