krad 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4aa28cc27c94ce2b070443fc2478f7e6158bdeb
4
- data.tar.gz: 6d870a5c2948b0b5e6b6e8c3b6f7aed559136623
3
+ metadata.gz: f6c7b1abf3b2ce83444ff0ca297ac20f26220564
4
+ data.tar.gz: 15781413dfc142ce32a6525d6a798f7197fe2d8d
5
5
  SHA512:
6
- metadata.gz: 8bc6957bc9726ae392cd1ba52a14e50bf744a45f98194c5cd45c2aa15a524806e53db21e3dd257a3cd822b96f4135c54b68be5bdf8808516e7c06d880960e1e8
7
- data.tar.gz: 9dd18f2685724c3a425c5e8d9ce863d368f0a81fbbbdae508ff266acdd406eafeb59290fc828eed4a326230065ba3d53e3eae99be74e8e699677699584b3f8a5
6
+ metadata.gz: 8c94aae6a332dbb3a29938fa001d1536670fc49273cbc4a5e7a69e5ec737949a6e5829bc3850ee5937131b65735c03a76a050d501ad4f557f36efa2b8e3fde58
7
+ data.tar.gz: 184fb8e7ce6025a089073fcce8ac4679c87ca5e7e5486e674754a27f6b329775e5f5ed1a2ce094efedd6b87a675a95b5244eb9391f18c5f666e18ce09696200c
@@ -18,28 +18,16 @@
18
18
  <title>
19
19
  {% if page.title == "Home" %}{{ site.title }} &middot; {{ site.tagline }}{% else %}{{ page.title }} &middot; {{ site.title }}{% endif %}
20
20
  </title>
21
-
22
21
  <!-- Outworld Decorator -->
23
- <link rel="stylesheet" type="text/css" href="{{ "/assets/styles/krad.css" | relative_url }}">
24
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,700italic|Noto+Serif:400,400italic,700,700italic&subset=latin,vietnamese' rel='stylesheet' type='text/css' media="none" onload="if(media!='all')media='all'">
25
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'">
26
- <!--[if lte IE 8]>
27
- <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-old-ie-min.css" | relative_url }}">
28
- <![endif]-->
29
- <!--[if gt IE 8]><!-->
30
- <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-min.css" | relative_url }}" media="none" onload="if(media!='all')media='all'">
31
- <!--<![endif]-->
22
+ <!--<link rel="stylesheet" type="text/css" href="{{ "/assets/styles/krad.css" | relative_url }}">-->
23
+ <style>
24
+ {% capture styles %}{% include krad.scss %}{% endcapture %}
25
+ {{ styles | scssify }}
26
+ </style>
27
+ {% include stylesheets.html async="true" %}
32
28
  <noscript>
33
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,700italic|Noto+Serif:400,400italic,700,700italic&subset=latin,vietnamese' rel='stylesheet' type='text/css'>
34
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
35
- <!--[if lte IE 8]>
36
- <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-old-ie-min.css" | relative_url }}">
37
- <![endif]-->
38
- <!--[if gt IE 8]><!-->
39
- <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-min.css" | relative_url }}">
40
- <!--<![endif]-->
29
+ {% include stylesheets.html async="false" %}
41
30
  </noscript>
42
-
43
31
  <link rel="shortcut icon" href="{{ "/assets/favicon.ico" | relative_url }}">
44
32
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
45
33
  <!-- RSS -->
@@ -0,0 +1,46 @@
1
+ /**
2
+ *
3
+ * Author: Krad;
4
+ * Url: "http://www.tunglt.com";
5
+ * Version: 3.1.0;
6
+ ____ __.__________ _____ ________
7
+ | |/ _|\______ \ / _ \ \______ \ ____ ______ ______
8
+ | < | _/ / /_\ \ | | \ _/ ___\ / ___// ___/
9
+ | | \ | | \/ | \| ` \ \ \___ \___ \ \___ \
10
+ |____|__ \ |____|_ /\____|__ /_______ / /\ \___ >____ >____ >
11
+ \/ \/ \/ \/ \/ \/ \/ \/
12
+ *
13
+ */
14
+
15
+ /* Pure Framework
16
+ ================================ */
17
+ @import "pure/pure-min";
18
+
19
+ /* Variables
20
+ ================================ */
21
+ @import "variables/colors";
22
+ @import "variables/fonts";
23
+ @import "variables/misc";
24
+
25
+ /* Mixins and Functions
26
+ ================================ */
27
+ @import "mixins/clearfix";
28
+ @import "mixins/css3-mixins";
29
+ @import "mixins/mixins";
30
+
31
+ /* Global Styles
32
+ ================================ */
33
+ @import "base/typography";
34
+
35
+ /* Main styles and Components
36
+ ================================ */
37
+ @import "base/main";
38
+ @import "components/images";
39
+
40
+ /* Layouts
41
+ ================================ */
42
+ @import "layouts/responsive-menu";
43
+ @import "layouts/home";
44
+ @import "layouts/post";
45
+ @import "layouts/page";
46
+ @import "layouts/footer";
@@ -0,0 +1,21 @@
1
+ {% if include.async=="true" %}
2
+ <link rel="stylesheet" type="text/css" href="{{ "/assets/styles/components.css" | relative_url }}" media="none" onload="if(media!='all')media='all'">
3
+ <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,700italic|Noto+Serif:400,400italic,700,700italic&subset=latin,vietnamese' rel='stylesheet' type='text/css' media="none" onload="if(media!='all')media='all'">
4
+ <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'">
5
+ <!--[if lte IE 8]>
6
+ <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-old-ie-min.css" | relative_url }}">
7
+ <![endif]-->
8
+ <!--[if gt IE 8]><!-->
9
+ <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-min.css" | relative_url }}" media="none" onload="if(media!='all')media='all'">
10
+ <!--<![endif]-->
11
+ {% else %}
12
+ <link rel="stylesheet" type="text/css" href="{{ "/assets/styles/components.css" | relative_url }}">
13
+ <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,700italic|Noto+Serif:400,400italic,700,700italic&subset=latin,vietnamese' rel='stylesheet' type='text/css'>
14
+ <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
15
+ <!--[if lte IE 8]>
16
+ <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-old-ie-min.css" | relative_url }}">
17
+ <![endif]-->
18
+ <!--[if gt IE 8]><!-->
19
+ <link rel="stylesheet" href="{{ "/assets/lib/pure/grids-responsive-min.css" | relative_url }}">
20
+ <!--<![endif]-->
21
+ {% endif %}
File without changes
@@ -0,0 +1,20 @@
1
+ ---
2
+ # Extended Stylesheet
3
+ ---
4
+
5
+ /* Variables and Mixins
6
+ ================================ */
7
+ @import "variables/colors";
8
+ @import "variables/fonts";
9
+ @import "mixins/css3-mixins";
10
+ /* Blog
11
+ ================================ */
12
+ @import "components/sharings";
13
+ @import "components/syntax";
14
+ @import "components/img-comparison";
15
+ /* Bootstraps'
16
+ ================================ */
17
+ @import "bootstrap/scss/variables";
18
+ @import "bootstrap/scss/responsive-embed";
19
+ @import "bootstrap/scss/mixins/alert";
20
+ @import "bootstrap/scss/alert";
@@ -39,13 +39,6 @@
39
39
  ================================ */
40
40
  @import "base/main";
41
41
  @import "components/images";
42
- @import "components/sharings";
43
- @import "components/syntax";
44
- @import "components/img-comparison";
45
- @import "bootstrap/scss/variables";
46
- @import "bootstrap/scss/responsive-embed";
47
- @import "bootstrap/scss/mixins/alert";
48
- @import "bootstrap/scss/alert";
49
42
 
50
43
  /* Layouts
51
44
  ================================ */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krad
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lê Thanh Tùng
@@ -66,9 +66,11 @@ files:
66
66
  - _includes/footer.html
67
67
  - _includes/head.html
68
68
  - _includes/header.html
69
+ - _includes/krad.scss
69
70
  - _includes/recommend.html
70
71
  - _includes/scripts.html
71
72
  - _includes/sharing.html
73
+ - _includes/stylesheets.html
72
74
  - _layouts/default.html
73
75
  - _layouts/home.html
74
76
  - _layouts/page.html
@@ -144,14 +146,15 @@ files:
144
146
  - assets/lib/pure/pure.css
145
147
  - assets/lib/pure/tables-min.css
146
148
  - assets/lib/pure/tables.css
149
+ - assets/lib/syntax.css
147
150
  - assets/scripts/angular-route.min.js
148
151
  - assets/scripts/angular.js
149
152
  - assets/scripts/backtop.js
150
153
  - assets/scripts/fullwidth-text.js
151
154
  - assets/scripts/img-cs.js
152
155
  - assets/scripts/responsive-menu.js
156
+ - assets/styles/components.scss
153
157
  - assets/styles/krad.scss
154
- - assets/styles/syntax.css
155
158
  homepage: http://www.tunglt.com
156
159
  licenses:
157
160
  - MIT