Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
7ac763e5
Commit
7ac763e5
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
clear frozen
parent
a550a709
Changes
9
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
7ac763e5
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# in the templates via {{ site.myvariable }}.
# in the templates via {{ site.myvariable }}.
title
:
LCSB Jekyll default theme
title
:
LCSB Jekyll default theme
email
:
lcsb-sysadmins@uni.lu
email
:
lcsb-sysadmins@uni.lu
banner
:
lcsb
banner
:
frozen
date
:
"
2018"
date
:
"
2018"
description
:
>-
# this means to ignore newlines until "baseurl:"
description
:
>-
# this means to ignore newlines until "baseurl:"
This is a default LCSB Jekyll template.
This is a default LCSB Jekyll template.
...
...
_layouts/default.html
View file @
7ac763e5
...
@@ -3,19 +3,19 @@
...
@@ -3,19 +3,19 @@
{%- include head.html -%}
{%- include head.html -%}
<body>
<body>
<div
class=
"content-wrap"
>
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"content-wrapper"
>
{%- include header.html -%}
{%- include header.html -%}
<main
class=
"page-content"
aria-label=
"Content"
>
<main
class=
"page-content"
aria-label=
"Content"
>
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
{{ content }}
{{ content }}
</div>
</div>
</main>
</main>
{%- include footer.html -%}
</div>
</div>
</div>
</body>
{%- include footer.html -%}
</div>
</body>
</html>
</html>
_layouts/frozen.html
View file @
7ac763e5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"content-wrapper"
>
<div
class=
"content-wrapper"
>
{%- include header.html -%}
{%- include header.html -%}
<main
class=
"page-content"
aria-label=
"Content"
>
<main
class=
"
f
page-content"
aria-label=
"Content"
>
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
{{ content }}
{{ content }}
</div>
</div>
...
...
_sass/minima/_base.scss
View file @
7ac763e5
...
@@ -175,8 +175,7 @@ pre {
...
@@ -175,8 +175,7 @@ pre {
max-width
:
$content-width
;
max-width
:
$content-width
;
margin-right
:
auto
;
margin-right
:
auto
;
margin-left
:
auto
;
margin-left
:
auto
;
#
min-height
:
100%
;
@extend
%clearfix
;
position
:
relative
;
position
:
relative
;
background-color
:
$background-color
;
background-color
:
$background-color
;
box-shadow
:
0
10px
20px
0
#999999
;
box-shadow
:
0
10px
20px
0
#999999
;
...
...
_sass/minima/_frozen.scss
View file @
7ac763e5
.fpage-content
{
margin-top
:
100px
;
@include
media-query
(
$on-palm
)
{
margin-top
:
-40px
;
}
padding
:
$spacing-unit
0
;
padding-bottom
:
$footer-height
;
}
.rtitle
{
.rtitle
{
margin
:
0px
10px
50px
10px
;
margin
:
0px
10px
50px
10px
;
padding
:
30px
;
padding
:
30px
;
...
@@ -10,7 +19,7 @@
...
@@ -10,7 +19,7 @@
.rblock
{
.rblock
{
margin
:
0px
1
0px
50px
1
0px
;
margin
:
0px
2
0px
50px
2
0px
;
padding
:
10px
30px
10px
30px
;
padding
:
10px
30px
10px
30px
;
outline
:
1px
solid
darkgrey
;
outline
:
1px
solid
darkgrey
;
height
:
330px
;
height
:
330px
;
...
...
_sass/minima/_layout.scss
View file @
7ac763e5
...
@@ -120,7 +120,6 @@
...
@@ -120,7 +120,6 @@
justify-content
:center
;
justify-content
:center
;
align-items
:center
;
align-items
:center
;
width
:
100%
;
width
:
100%
;
height
:
$footer-height
;
margin-top
:
-
$footer-height
;
margin-top
:
-
$footer-height
;
flex-shrink
:
0
;
flex-shrink
:
0
;
}
}
...
...
about.md
View file @
7ac763e5
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# You don't need to edit this file, it's empty on purpose.
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout
:
page
layout
:
default
title
:
about
title
:
about
order
:
3
order
:
3
---
---
...
...
index.md
View file @
7ac763e5
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
# Edit theme's home layout instead if you wanna make some changes
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout
:
default
layout
:
default
title
:
index
order
:
1
order
:
1
---
---
...
...
post.md
deleted
100644 → 0
View file @
a550a709
---
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout
:
post
title
:
post
order
:
2
---
# Post
this is using the layout
`post`
.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment