jekyll-theme-pga-default 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +0 -1
- data/_sass/main.scss +35 -0
- data/_sass/{_articles.scss → theme/_articles.scss} +0 -0
- data/_sass/{_buttons.scss → theme/_buttons.scss} +0 -0
- data/_sass/{_cards.scss → theme/_cards.scss} +0 -0
- data/_sass/{_components.scss → theme/_components.scss} +0 -0
- data/_sass/{_font-awesome.scss → theme/_font-awesome.scss} +0 -0
- data/_sass/{_fonts.scss → theme/_fonts.scss} +0 -0
- data/_sass/{_footer.scss → theme/_footer.scss} +0 -0
- data/_sass/{_form.scss → theme/_form.scss} +0 -0
- data/_sass/{_functions.scss → theme/_functions.scss} +0 -0
- data/_sass/{_header.scss → theme/_header.scss} +0 -0
- data/_sass/{_highlight.scss → theme/_highlight.scss} +0 -0
- data/_sass/{_icons-font.scss → theme/_icons-font.scss} +0 -0
- data/_sass/{_icons.scss → theme/_icons.scss} +0 -0
- data/_sass/{_jumbotron.scss → theme/_jumbotron.scss} +0 -0
- data/_sass/{_keyframes.scss → theme/_keyframes.scss} +0 -0
- data/_sass/{_loading.scss → theme/_loading.scss} +0 -0
- data/_sass/{_mixin.scss → theme/_mixin.scss} +0 -0
- data/_sass/{_navs.scss → theme/_navs.scss} +0 -0
- data/_sass/{_owl.carousel.scss → theme/_owl.carousel.scss} +0 -0
- data/_sass/{_reset.scss → theme/_reset.scss} +0 -0
- data/_sass/{_styleguide.scss → theme/_styleguide.scss} +0 -0
- data/_sass/{_table.scss → theme/_table.scss} +0 -0
- data/_sass/{_tiles.scss → theme/_tiles.scss} +0 -0
- data/_sass/{_typography.scss → theme/_typography.scss} +0 -0
- data/_sass/{_variables-custom.scss → theme/_variables-custom.scss} +0 -0
- data/_sass/{components → theme/components}/_breadcrumbs.scss +0 -0
- data/_sass/{components → theme/components}/_button.scss +0 -0
- data/_sass/{components → theme/components}/_footer.scss +0 -0
- data/_sass/{components → theme/components}/_header.scss +0 -0
- data/_sass/{components → theme/components}/_nav-sidebar.scss +0 -0
- data/assets/main.scss +4 -0
- metadata +33 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c5303533575191261200722ddf7da9516fc8365
|
4
|
+
data.tar.gz: c9907dd758091bccc04ff722264934521bdac5d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ebbcbccb8b142540fbff180c9a27101222f71ebd080d1f2c72cb9b83f427290abc277eb46dab833858754cb5f1a36baf6805a74843b6de01e0ec6f11a73341d
|
7
|
+
data.tar.gz: 8070fd52082d692d707fa623ef6ee6838d09ff536dad04eeacca0359892b69b235e615b6cea56e0096a7db7b8cdf7051abef7669ea455c0ae0f0efe61ac64398
|
data/_includes/head.html
CHANGED
@@ -15,6 +15,5 @@
|
|
15
15
|
<link rel="mask-icon" href="/assets/images/favicons/safari-pinned-tab.svg" color="#b4975a">
|
16
16
|
<meta name="msapplication-TileColor" content="#da532c">
|
17
17
|
<meta name="theme-color" content="#ffffff">
|
18
|
-
<!-- <link rel="stylesheet" href="/css/main.css"> -->
|
19
18
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
20
19
|
</head>
|
data/_sass/main.scss
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
@charset 'utf-8';
|
2
|
+
@import 'theme/mixin';
|
3
|
+
@import 'theme/keyframes';
|
4
|
+
@import 'theme/loading';
|
5
|
+
@import 'theme/fonts';
|
6
|
+
@import 'theme/font-awesome';
|
7
|
+
@import 'theme/functions';
|
8
|
+
@import 'theme/variables-custom'; // variables for bootstrap
|
9
|
+
|
10
|
+
// third party - bootstrap 4
|
11
|
+
@import 'bootstrap';
|
12
|
+
|
13
|
+
@import 'theme/reset';
|
14
|
+
@import 'theme/icons-font';
|
15
|
+
|
16
|
+
|
17
|
+
@import 'theme/header';
|
18
|
+
@import 'theme/footer';
|
19
|
+
@import 'theme/typography';
|
20
|
+
@import 'theme/tiles';
|
21
|
+
@import 'theme/cards';
|
22
|
+
@import 'theme/navs';
|
23
|
+
@import 'theme/buttons';
|
24
|
+
@import 'theme/jumbotron';
|
25
|
+
@import 'theme/table';
|
26
|
+
@import 'theme/articles';
|
27
|
+
@import 'theme/form';
|
28
|
+
@import 'theme/highlight';
|
29
|
+
@import 'theme/styleguide';
|
30
|
+
|
31
|
+
@import 'theme/components/nav-sidebar';
|
32
|
+
@import 'theme/components/header';
|
33
|
+
@import 'theme/components/breadcrumbs';
|
34
|
+
@import 'theme/components/button';
|
35
|
+
@import 'theme/components/footer';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/assets/main.scss
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-pga-default
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PGA of America
|
@@ -68,42 +68,44 @@ files:
|
|
68
68
|
- _layouts/default.html
|
69
69
|
- _layouts/page.html
|
70
70
|
- _layouts/post.html
|
71
|
-
- _sass/
|
72
|
-
- _sass/
|
73
|
-
- _sass/
|
74
|
-
- _sass/
|
75
|
-
- _sass/
|
76
|
-
- _sass/
|
77
|
-
- _sass/
|
78
|
-
- _sass/
|
79
|
-
- _sass/
|
80
|
-
- _sass/
|
81
|
-
- _sass/
|
82
|
-
- _sass/
|
83
|
-
- _sass/_icons.scss
|
84
|
-
- _sass/
|
85
|
-
- _sass/
|
86
|
-
- _sass/
|
87
|
-
- _sass/
|
88
|
-
- _sass/
|
89
|
-
- _sass/
|
90
|
-
- _sass/
|
91
|
-
- _sass/
|
92
|
-
- _sass/
|
93
|
-
- _sass/
|
94
|
-
- _sass/
|
95
|
-
- _sass/
|
96
|
-
- _sass/
|
97
|
-
- _sass/components/
|
98
|
-
- _sass/components/
|
99
|
-
- _sass/components/
|
100
|
-
- _sass/components/
|
71
|
+
- _sass/main.scss
|
72
|
+
- _sass/theme/_articles.scss
|
73
|
+
- _sass/theme/_buttons.scss
|
74
|
+
- _sass/theme/_cards.scss
|
75
|
+
- _sass/theme/_components.scss
|
76
|
+
- _sass/theme/_font-awesome.scss
|
77
|
+
- _sass/theme/_fonts.scss
|
78
|
+
- _sass/theme/_footer.scss
|
79
|
+
- _sass/theme/_form.scss
|
80
|
+
- _sass/theme/_functions.scss
|
81
|
+
- _sass/theme/_header.scss
|
82
|
+
- _sass/theme/_highlight.scss
|
83
|
+
- _sass/theme/_icons-font.scss
|
84
|
+
- _sass/theme/_icons.scss
|
85
|
+
- _sass/theme/_jumbotron.scss
|
86
|
+
- _sass/theme/_keyframes.scss
|
87
|
+
- _sass/theme/_loading.scss
|
88
|
+
- _sass/theme/_mixin.scss
|
89
|
+
- _sass/theme/_navs.scss
|
90
|
+
- _sass/theme/_owl.carousel.scss
|
91
|
+
- _sass/theme/_reset.scss
|
92
|
+
- _sass/theme/_styleguide.scss
|
93
|
+
- _sass/theme/_table.scss
|
94
|
+
- _sass/theme/_tiles.scss
|
95
|
+
- _sass/theme/_typography.scss
|
96
|
+
- _sass/theme/_variables-custom.scss
|
97
|
+
- _sass/theme/components/_breadcrumbs.scss
|
98
|
+
- _sass/theme/components/_button.scss
|
99
|
+
- _sass/theme/components/_footer.scss
|
100
|
+
- _sass/theme/components/_header.scss
|
101
|
+
- _sass/theme/components/_nav-sidebar.scss
|
101
102
|
- assets/fonts/.DS_Store
|
102
103
|
- assets/fonts/icomoon/icomoon.eot
|
103
104
|
- assets/fonts/icomoon/icomoon.svg
|
104
105
|
- assets/fonts/icomoon/icomoon.ttf
|
105
106
|
- assets/fonts/icomoon/icomoon.woff
|
106
107
|
- assets/images/pga-logo-tm.svg
|
108
|
+
- assets/main.scss
|
107
109
|
- assets/scripts/bootstrap.min.js
|
108
110
|
- assets/scripts/jquery-3.3.1.min.js
|
109
111
|
- assets/scripts/popper.min.js
|