jekyll-theme-lcsb-default 0.4.4 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 107268918dabcd98f1d5bda38121e15993cc41fd31c38d432633f46a6552d4c2
4
- data.tar.gz: 96769d34931e485bc291fe9ab6c9c48a06fcdc93167c294d823d4239d9add42d
3
+ metadata.gz: 0a3128af0e78170d70b922444d398857d3a8aa10d449eb266c740455f5dddde9
4
+ data.tar.gz: a5116540379a7f20a84b9fdd188c6599dd3c46730c7dba75f9d347a8d5450c6f
5
5
  SHA512:
6
- metadata.gz: 43cdd97c407fc03fe73bec74cb0bcc4f1a9933796d236b924a05fc7dfdfbf196d2ac3986d644f39d4c2b562e7f47de69c34667215921805ffb58afa72c9be0e0
7
- data.tar.gz: 65ca4a9d1c32ccd676030550d427726e4cda0f7c51391ffef81c1a1c81f9780168cf4541c1f1c254ca227a99aa02ec0ee88b84ecc4e24fa76288e324a9bc726d
6
+ metadata.gz: bc4078b83bb77b2a896f4babdd48082890bdcf7ee8d7a13bfbc6a2d3f9ad2193ce782c4721c56a09413d977b16e4af2c94df25c302ed715648fca1dcc06f3d12
7
+ data.tar.gz: 067fcd78d31c9449aa7f4ef56f688212ad6b7ee4fb398e585ac8105b5da2da3f8a481bb0ce4d458d8264f33c0522ab59084cb707aabcde605e7c524bfef0d831
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 Trefex
3
+ Copyright (c) 2018 LCSB, University of Luxembourg
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/_includes/head.html CHANGED
@@ -1,5 +1,12 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
+
4
+ {% if page.preventCaching %}
5
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
6
+ <meta http-equiv="Pragma" content="no-cache" />
7
+ <meta http-equiv="Expires" content="0" />
8
+ {% endif %}
9
+
3
10
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
11
  <meta name="viewport" content="width=device-width, initial-scale=1"> {%- seo -%}
5
12
  <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
@@ -37,4 +44,4 @@
37
44
  <script defer data-project-id='{{site.project_id}}' data-project-path='{{site.project_namespace}}' data-merge-request-id='{{site.mr_id}}' data-mr-url='{{site.gitlab_host}}' id='review-app-toolbar-script' src='{{site.gitlab_host}}/assets/webpack/visual_review_toolbar.js'></script>
38
45
  {%- endif -%}
39
46
 
40
- </head>
47
+ </head>
data/_sass/minima.scss CHANGED
@@ -13,7 +13,7 @@ $spacing-unit: 30px !default;
13
13
  $text-color: #111 !default;
14
14
  $background-color: #fdfdfd !default;
15
15
  // $brand-color: #2a7ae2 !default;
16
- $brand-color: #4085e4 !default;
16
+ $brand-color: #00aadc !default;
17
17
 
18
18
  $grey-color: #5c5c5c !default;
19
19
  $grey-color-light: lighten($grey-color, 40%) !default;
@@ -53,6 +53,7 @@ h1, h2, h3, h4, h5, h6,
53
53
  p, blockquote, pre,
54
54
  ul, ol, dl, figure,
55
55
  %vertical-rhythm {
56
+ margin-top: $spacing-unit / 2;
56
57
  margin-bottom: $spacing-unit / 2;
57
58
  }
58
59
 
@@ -109,10 +110,14 @@ li {
109
110
  /**
110
111
  * Headings
111
112
  */
112
- h1, h2, h3, h4, h5, h6 {
113
+ h1, h2 {
113
114
  font-weight: $base-font-weight;
114
115
  }
115
116
 
117
+ h3, h4, h5, h6 {
118
+ font-weight: $base-font-weight + 300;
119
+ }
120
+
116
121
 
117
122
 
118
123
  /**
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.4"
6
+ VERSION = "0.4.8"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-06-19 00:00:00.000000000 Z
12
+ date: 2021-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll