Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-science
community
Open WIN Community
Commits
74ad9b45
Commit
74ad9b45
authored
Jun 18, 2021
by
Cassandra Gould van Praag
Browse files
update config, sass and assets
parent
b952ca1c
Pipeline
#9420
passed with stages
in 1 minute and 39 seconds
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
74ad9b45
...
...
@@ -13,9 +13,9 @@
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title
:
Just the Docs
description
:
A
Jekyll theme for documentation
baseurl
:
"
/pages/
cassag/just-the-docs
"
# Set this to /pages/<group or username>/<project name>
title
:
Open WIN
description
:
A
space for the WIN Open Neuroimaging Community to build and share resources
baseurl
:
"
/pages/
open-science/open-win-community
"
# Set this to /pages/<group or username>/<project name>
url
:
"
https://open.win.ox.ac.uk"
# Leave this alone if publishing on WIN Pages site
permalink
:
pretty
...
...
@@ -30,7 +30,7 @@ exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "pac
# include: ["docs/tests/"]
# Set a path/url to a logo that will be displayed instead of the title
#
logo:
"
/assets/images/
just-the-docs
.png
"
logo
:
/assets/images/
logo-owc-gold
.png
# Enable or disable the site search
# Supports true (default) or false
...
...
@@ -64,8 +64,10 @@ heading_anchors: true
# Aux links for the upper right navigation
aux_links
:
"
Just
the
Docs
on
GitHub"
:
-
"
//github.com/pmarsceill/just-the-docs"
"
Join
us
on
Slack
or
by
Email"
:
-
"
https://open.win.ox.ac.uk/pages/open-science/Open-WIN-Community/docs/contact.html"
"
View
on
GitLab"
:
-
"
//git.fmrib.ox.ac.uk/open-science/Open-WIN-Community"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab
:
false
...
...
@@ -81,7 +83,7 @@ nav_sort: case_sensitive # Capital letters sorted before lowercase
back_to_top
:
true
back_to_top_text
:
"
Back
to
top"
footer_content
:
"
Copyright
©
20
17-2020
Patrick
Marsceill
.
Distributed
by
an
<a
href=
\"
https://github.com/
pmarsceill/just-the-docs
/tree/master/LICENSE.
txt
\"
>MIT
license.</a>"
footer_content
:
"
Copyright
©
20
20
Cassandra
Gould
van
Praag
.
Distributed
by
an
<a
href=
\"
https://
https://
github.com/
cassgvp/WIN-Open-Neuroimaging-Community
/tree/master/LICENSE.
md
\"
>CC-BY-4.0
license.</a>"
# Footer last edited timestamp
last_edit_timestamp
:
true
# show or hide edit time - page must have `last_modified_date` defined in the frontmatter
...
...
@@ -91,14 +93,14 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
# Footer "Edit this page on GitHub" link text
gh_edit_link
:
true
# show or hide edit this page link
gh_edit_link_text
:
"
Edit
this
page
on
Git
Hu
b"
gh_edit_repository
:
"
https://git
hub.com/pmarsceill/just-the-docs
"
# the github URL for your repo
gh_edit_link_text
:
"
Edit
this
page
on
Git
La
b"
gh_edit_repository
:
"
https://git
.fmrib.ox.ac.uk/open-science/Open-WIN-Community
"
# the github URL for your repo
gh_edit_branch
:
"
master"
# the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode
:
"
tree"
# "tree" or "edit" if you want the user to jump into the editor immediately
# Color scheme currently only supports "dark", "light"/nil (default), or a custom scheme that you define
color_scheme
:
nil
color_scheme
:
win
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
...
...
_sass/color_schemes/dark.scss
deleted
100644 → 0
View file @
b952ca1c
$body-background-color
:
$grey-dk-300
;
$sidebar-color
:
$grey-dk-300
;
$border-color
:
$grey-dk-200
;
$body-text-color
:
$grey-lt-300
;
$body-heading-color
:
$grey-lt-000
;
$nav-child-link-color
:
$grey-dk-000
;
$search-result-preview-color
:
$grey-dk-000
;
$link-color
:
$blue-000
;
$btn-primary-color
:
$blue-200
;
$base-button-color
:
$grey-dk-250
;
$code-background-color
:
$grey-dk-250
;
$search-background-color
:
$grey-dk-250
;
$table-background-color
:
$grey-dk-250
;
$feedback-color
:
darken
(
$sidebar-color
,
3%
);
_sass/color_schemes/light.scss
deleted
100644 → 0
View file @
b952ca1c
_sass/color_schemes/win.scss
0 → 100644
View file @
74ad9b45
$win-red
:
#831E29
;
$win-blue
:
#009BB2
;
$win-grey
:
#EDF4FA
;
$link-color
:
$win-blue
;
$btn-primary-color
:
$win-red
;
$body-heading-color
:
$win-red
;
$sidebar-color
:
$win-grey
;
// $link-color: $blue-000;
_sass/support/_functions.scss
deleted
100644 → 0
View file @
b952ca1c
@function
rem
(
$size
,
$unit
:
""
)
{
$remSize
:
$size
/
$root-font-size
;
@if
(
$unit
==
false
)
{
@return
#{
$remSize
}
;
}
@else
{
@return
#{
$remSize
}
rem
;
}
}
_sass/support/_variables 2.scss
deleted
100644 → 0
View file @
b952ca1c
//
// Typography
//
$body-font-family
:
system-ui
,
-
apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
!
default
;
$mono-font-family
:
"SFMono-Regular"
,
Menlo
,
Consolas
,
Monospace
!
default
;
$root-font-size
:
16px
!
default
;
// Base font-size for rems
$body-line-height
:
1
.4
!
default
;
$content-line-height
:
1
.6
!
default
;
$body-heading-line-height
:
1
.25
!
default
;
//
// Font size
// `-sm` suffix is the size at the small (and above) media query
//
$font-size-1
:
9px
!
default
;
$font-size-1-sm
:
10px
!
default
;
$font-size-2
:
11px
!
default
;
//h4 - uppercased!, h6 not uppercased, text-small
$font-size-3
:
12px
!
default
;
//h5
$font-size-4
:
14px
!
default
;
$font-size-5
:
16px
!
default
;
//h3
$font-size-6
:
18px
!
default
;
//h2
$font-size-7
:
24px
!
default
;
$font-size-8
:
32px
!
default
;
//h1
$font-size-9
:
36px
!
default
;
$font-size-10
:
42px
!
default
;
$font-size-10-sm
:
48px
!
default
;
//
// Colors
//
$white
:
#fff
!
default
;
$grey-dk-000
:
#959396
!
default
;
$grey-dk-100
:
#5c5962
!
default
;
$grey-dk-200
:
#44434d
!
default
;
$grey-dk-250
:
#302d36
!
default
;
$grey-dk-300
:
#27262b
!
default
;
$grey-lt-000
:
#f5f6fa
!
default
;
$grey-lt-100
:
#eeebee
!
default
;
$grey-lt-200
:
#ecebed
!
default
;
$grey-lt-300
:
#e6e1e8
!
default
;
$purple-000
:
#7253ed
!
default
;
$purple-100
:
#5e41d0
!
default
;
$purple-200
:
#4e26af
!
default
;
$purple-300
:
#381885
!
default
;
$blue-000
:
#2c84fa
!
default
;
$blue-100
:
#2869e6
!
default
;
$blue-200
:
#264caf
!
default
;
$blue-300
:
#183385
!
default
;
$green-000
:
#41d693
!
default
;
$green-100
:
#11b584
!
default
;
$green-200
:
#009c7b
!
default
;
$green-300
:
#026e57
!
default
;
$yellow-000
:
#ffeb82
!
default
;
$yellow-100
:
#fadf50
!
default
;
$yellow-200
:
#f7d12e
!
default
;
$yellow-300
:
#e7af06
!
default
;
$red-000
:
#f77e7e
!
default
;
$red-100
:
#f96e65
!
default
;
$red-200
:
#e94c4c
!
default
;
$red-300
:
#dd2e2e
!
default
;
$body-background-color
:
$white
!
default
;
$sidebar-color
:
$grey-lt-000
!
default
;
$search-background-color
:
$white
!
default
;
$table-background-color
:
$white
!
default
;
$code-background-color
:
$grey-lt-000
!
default
;
$feedback-color
:
darken
(
$sidebar-color
,
3%
)
!
default
;
$body-text-color
:
$grey-dk-100
!
default
;
$body-heading-color
:
$grey-dk-300
!
default
;
$search-result-preview-color
:
$grey-dk-000
!
default
;
$nav-child-link-color
:
$grey-dk-100
!
default
;
$link-color
:
$purple-000
!
default
;
$btn-primary-color
:
$purple-100
!
default
;
$base-button-color
:
#f7f7f7
!
default
;
//
// Spacing
//
$spacing-unit
:
1rem
;
// 1rem == 16px
$spacers
:
(
sp-0
:
0
,
sp-1
:
$spacing-unit
*
0
.25
,
sp-2
:
$spacing-unit
*
0
.5
,
sp-3
:
$spacing-unit
*
0
.75
,
sp-4
:
$spacing-unit
,
sp-5
:
$spacing-unit
*
1
.5
,
sp-6
:
$spacing-unit
*
2
,
sp-7
:
$spacing-unit
*
2
.5
,
sp-8
:
$spacing-unit
*
3
,
sp-9
:
$spacing-unit
*
3
.5
,
sp-10
:
$spacing-unit
*
4
,
)
!
default
;
$sp-1
:
map-get
(
$spacers
,
sp-1
)
!
default
;
// 0.25 rem == 4px
$sp-2
:
map-get
(
$spacers
,
sp-2
)
!
default
;
// 0.5 rem == 8px
$sp-3
:
map-get
(
$spacers
,
sp-3
)
!
default
;
// 0.75 rem == 12px
$sp-4
:
map-get
(
$spacers
,
sp-4
)
!
default
;
// 1 rem == 16px
$sp-5
:
map-get
(
$spacers
,
sp-5
)
!
default
;
// 1.5 rem == 24px
$sp-6
:
map-get
(
$spacers
,
sp-6
)
!
default
;
// 2 rem == 32px
$sp-7
:
map-get
(
$spacers
,
sp-7
)
!
default
;
// 2.5 rem == 40px
$sp-8
:
map-get
(
$spacers
,
sp-8
)
!
default
;
// 3 rem == 48px
$sp-9
:
map-get
(
$spacers
,
sp-9
)
!
default
;
// 3.5 rem == 56px
$sp-10
:
map-get
(
$spacers
,
sp-10
)
!
default
;
// 4 rem == 64px
//
// Borders
//
$border
:
1px
solid
!
default
;
$border-radius
:
4px
!
default
;
$border-color
:
$grey-lt-100
!
default
;
//
// Grid system
//
$gutter-spacing
:
$sp-6
!
default
;
$gutter-spacing-sm
:
$sp-4
!
default
;
$nav-width
:
264px
!
default
;
$nav-width-md
:
248px
!
default
;
$nav-list-item-height
:
$sp-6
!
default
;
$nav-list-item-height-sm
:
$sp-8
!
default
;
$nav-list-expander-right
:
true
;
$content-width
:
800px
!
default
;
$header-height
:
60px
!
default
;
$search-results-width
:
$content-width
-
$nav-width
!
default
;
$transition-duration
:
400ms
;
//
// Media queries in pixels
//
$media-queries
:
(
xs
:
320px
,
sm
:
500px
,
md
:
$content-width
,
lg
:
$content-width
+
$nav-width
,
xl
:
1400px
,
)
!
default
;
_sass/support/_variables.scss
View file @
74ad9b45
...
...
@@ -2,32 +2,14 @@
// Typography
//
$body-font-family
:
system-ui
,
-
apple-system
,
BlinkMacSystemFont
,
"
Segoe UI
"
,
Roboto
,
"Helvetica Neue
"
,
A
rial
,
sans-serif
!
default
;
$body-font-family
:
-
apple-system
,
BlinkMacSystemFont
,
"
helvetica neue
"
,
helvetica
,
roboto
,
noto
,
"segoe ui
"
,
a
rial
,
sans-serif
!
default
;
$mono-font-family
:
"SFMono-Regular"
,
Menlo
,
Consolas
,
Monospace
!
default
;
$root-font-size
:
16px
!
default
;
// Base font-size for rems
$body-line-height
:
1
.4
!
default
;
$content-line-height
:
1
.6
!
default
;
$body-heading-line-height
:
1
.25
!
default
;
//
// Font size
// `-sm` suffix is the size at the small (and above) media query
//
$font-size-1
:
9px
!
default
;
$font-size-1-sm
:
10px
!
default
;
$font-size-2
:
11px
!
default
;
//h4 - uppercased!, h6 not uppercased, text-small
$font-size-3
:
12px
!
default
;
//h5
$font-size-4
:
14px
!
default
;
$font-size-5
:
16px
!
default
;
//h3
$font-size-6
:
18px
!
default
;
//h2
$font-size-7
:
24px
!
default
;
$font-size-8
:
32px
!
default
;
//h1
$font-size-9
:
36px
!
default
;
$font-size-10
:
42px
!
default
;
$font-size-10-sm
:
48px
!
default
;
//
// Colors
//
...
...
_sass/support/mixins/_buttons.scss
deleted
100644 → 0
View file @
b952ca1c
// Colored button
@mixin
btn-color
(
$fg
,
$bg
)
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
2%
);
background-image
:
linear-gradient
(
lighten
(
$bg
,
5%
)
,
darken
(
$bg
,
2%
));
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.25
)
,
0
4px
10px
rgba
(
0
,
0
,
0
,
0
.12
);
&
:hover
,
&
.zeroclipboard-is-hover
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
4%
);
background-image
:
linear-gradient
((
lighten
(
$bg
,
2%
)
,
darken
(
$bg
,
4%
)));
}
&
:active
,
&
.selected
,
&
.zeroclipboard-is-active
{
background-color
:
darken
(
$bg
,
5%
);
background-image
:
none
;
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0
.15
);
}
&
.selected
:hover
{
background-color
:
darken
(
$bg
,
10%
);
}
}
_sass/support/mixins/_layout.scss
deleted
100644 → 0
View file @
b952ca1c
// Media query
// Media query mixin
// Usage:
// @include mq(md) {
// ..medium and up styles
// }
@mixin
mq
(
$name
)
{
// Retrieves the value from the key
$value
:
map-get
(
$media-queries
,
$name
);
// If the key exists in the map
@if
$value
!=
null
{
// Prints a media query based on the value
@media
(
min-width
:
rem
(
$value
))
{
@content
;
}
}
@else
{
@warn
"No value could be retrieved from `
#{
$media-query
}
`. "
+
"Please make sure it is defined in `$media-queries` map."
;
}
}
// Responsive container
@mixin
container
{
padding-right
:
$gutter-spacing-sm
;
padding-left
:
$gutter-spacing-sm
;
@include
mq
(
md
)
{
padding-right
:
$gutter-spacing
;
padding-left
:
$gutter-spacing
;
}
}
_sass/support/mixins/_typography.scss
deleted
100644 → 0
View file @
b952ca1c
@mixin
fs-1
{
font-size
:
$font-size-1
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-1-sm
!
important
;
}
}
@mixin
fs-2
{
font-size
:
$font-size-2
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-3
!
important
;
}
}
@mixin
fs-3
{
font-size
:
$font-size-3
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-4
!
important
;
}
}
@mixin
fs-4
{
font-size
:
$font-size-4
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-5
!
important
;
}
}
@mixin
fs-5
{
font-size
:
$font-size-5
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-6
!
important
;
}
}
@mixin
fs-6
{
font-size
:
$font-size-6
!
important
;
@include
mq
(
sm
)
{
font-size
:
$font-size-7
!
important
;
line-height
:
$body-heading-line-height
;
}
}
@mixin
fs-7
{
font-size
:
$font-size-7
!
important
;
line-height
:
$body-heading-line-height
;
@include
mq
(
sm
)
{
font-size
:
$font-size-8
!
important
;
}
}
@mixin
fs-8
{
font-size
:
$font-size-8
!
important
;
line-height
:
$body-heading-line-height
;
@include
mq
(
sm
)
{
font-size
:
$font-size-9
!
important
;
}
}
@mixin
fs-9
{
font-size
:
$font-size-9
!
important
;
line-height
:
$body-heading-line-height
;
@include
mq
(
sm
)
{
font-size
:
$font-size-10
!
important
;
}
}
@mixin
fs-10
{
font-size
:
$font-size-10
!
important
;
line-height
:
$body-heading-line-height
;
@include
mq
(
sm
)
{
font-size
:
$font-size-10-sm
!
important
;
}
}
_sass/support/mixins/mixins.scss
deleted
100644 → 0
View file @
b952ca1c
@import
"./layout"
;
@import
"./buttons"
;
@import
"./typography"
;
_sass/support/support.scss
deleted
100644 → 0
View file @
b952ca1c
@import
"./variables"
;
@import
"./functions"
;
@import
"./mixins/mixins"
;
assets/css/just-the-docs-dark.scss
deleted
100644 → 0
View file @
b952ca1c
---
---
{
%
include
css
/
just-the-docs
.scss.liquid
color_scheme
=
"dark"
%
}
assets/css/just-the-docs-default.scss
deleted
100644 → 0
View file @
b952ca1c
---
---
{
%
if
site
.color_scheme
and
site
.color_scheme
!=
"nil"
%
}
{
%
assign
color_scheme
=
site
.color_scheme
%
}
{
%
else
%
}
{
%
assign
color_scheme
=
"light"
%
}
{
%
endif
%
}
{
%
include
css
/
just-the-docs
.scss.liquid
color_scheme
=
color_scheme
%
}
assets/css/just-the-docs-light.scss
deleted
100644 → 0
View file @
b952ca1c
---
---
{
%
include
css
/
just-the-docs
.scss.liquid
color_scheme
=
"light"
%
}
assets/css/logo-owc-small.png
0 → 100644
View file @
74ad9b45
22 KB
assets/images/WIN.png
0 → 100644
View file @
74ad9b45
25 KB
assets/images/just-the-docs.png
deleted
100644 → 0
View file @
b952ca1c
20.5 KB
assets/images/logo-owc-gold.png
0 → 100644
View file @
74ad9b45
122 KB
assets/images/logo-owc-small.png
0 → 100644
View file @
74ad9b45
22 KB
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment