ronyman-theme 0.1.0

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.
Files changed (46) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_config.yml +63 -0
  5. data/_includes/about.html +30 -0
  6. data/_includes/categories.html +27 -0
  7. data/_includes/companies.svg +7 -0
  8. data/_includes/contact.html +14 -0
  9. data/_includes/footer.html +50 -0
  10. data/_includes/header.html +78 -0
  11. data/_includes/privacy.html +15 -0
  12. data/_includes/projects.html +38 -0
  13. data/_includes/tags.html +27 -0
  14. data/_includes/terms.html +12 -0
  15. data/_layouts/default.html +7 -0
  16. data/_layouts/page.html +10 -0
  17. data/_layouts/post.html +59 -0
  18. data/assets/brand/Allinpages-logo.ico +0 -0
  19. data/assets/brand/Allinpages-logo.svg +11 -0
  20. data/assets/brand/favicon.ico +0 -0
  21. data/assets/brand/getweb-dev.ico +0 -0
  22. data/assets/brand/getweb-dev.svg +11 -0
  23. data/assets/brand/logo.png +0 -0
  24. data/assets/brand/ronyman.com.png +0 -0
  25. data/assets/brand/ronyman.com.svg +11 -0
  26. data/assets/brand/user.png +0 -0
  27. data/assets/brand/w3news.ico +0 -0
  28. data/assets/brand/w3news.svg +11 -0
  29. data/assets/css/about.sass +19 -0
  30. data/assets/css/animate.css +3340 -0
  31. data/assets/css/categories.sass +47 -0
  32. data/assets/css/contact.sass +18 -0
  33. data/assets/css/index.sass +31 -0
  34. data/assets/css/main.sass +99 -0
  35. data/assets/css/morphext.css +3 -0
  36. data/assets/css/page.sass +11 -0
  37. data/assets/css/post.sass +73 -0
  38. data/assets/css/projects.sass +57 -0
  39. data/assets/css/syntax.css +164 -0
  40. data/assets/css/tags.sass +47 -0
  41. data/assets/js/about.js +8 -0
  42. data/assets/js/main.js +5 -0
  43. data/assets/js/morphext.min.js +1 -0
  44. data/assets/js/post.js +7 -0
  45. data/assets/js/projects.js +13 -0
  46. metadata +101 -0
@@ -0,0 +1,47 @@
1
+ ---
2
+ ---
3
+ @mixin transition($args...)
4
+ -webkit-transition: $args
5
+ -moz-transition: $args
6
+ -ms-transition: $args
7
+ -o-transition: $args
8
+ transition: $args
9
+
10
+ .cat-chip
11
+ color: #616161
12
+ margin-right: 5px
13
+ text-decoration: none
14
+
15
+ &:hover
16
+ div
17
+ color: #fff
18
+ background-color: #616161
19
+
20
+ div
21
+ @include transition(all .3s ease-in-out)
22
+
23
+ .cat-div
24
+ .divider
25
+ margin: 20px 0
26
+
27
+ .post-date
28
+ margin-left: 10px
29
+
30
+ ul
31
+ &:not(.browser-default)
32
+ &.cat-post
33
+ padding-left: 0
34
+
35
+ a
36
+ text-decoration: none
37
+ color: #00695c
38
+
39
+ li
40
+ list-style-position: inside
41
+ padding-left: 40px
42
+
43
+ &:hover
44
+ list-style-type: circle
45
+ padding-left: 20px
46
+
47
+ @include transition(all .2s ease-in-out)
@@ -0,0 +1,18 @@
1
+ ---
2
+ ---
3
+ .icontain
4
+ position: relative
5
+ margin-top: 20px
6
+ padding-bottom: 110%
7
+ height: 0
8
+ overflow: hidden
9
+ max-width: 100%
10
+
11
+ .icontain iframe,
12
+ .icontain object,
13
+ .icontain embed
14
+ position: absolute
15
+ top: 0
16
+ left: 0
17
+ width: 100%
18
+ height: 100%
@@ -0,0 +1,31 @@
1
+ ---
2
+ ---
3
+ main
4
+ div
5
+ .row
6
+ margin-top: 20px
7
+
8
+ ul
9
+ &:not(.browser-default)
10
+ &.pagination
11
+ padding-left: 0
12
+
13
+ li
14
+ a
15
+ &:hover
16
+ text-decoration: none
17
+
18
+ #post-title
19
+ margin-bottom: 2px
20
+ font-weight: bold
21
+
22
+ #post-date
23
+ margin-bottom: 8px
24
+ font-size: 14px
25
+
26
+ i
27
+ font-size: 11.5px
28
+ margin-right: 10px
29
+
30
+ #post-content
31
+ margin-top: 5px
@@ -0,0 +1,99 @@
1
+ ---
2
+ ---
3
+ // Overall
4
+ body
5
+ display: flex
6
+ min-height: 100vh
7
+ flex-direction: column
8
+
9
+ a
10
+ color: #bdbdbd
11
+
12
+ a:hover
13
+ text-decoration: underline
14
+
15
+ a:active
16
+ text-decoration: underline
17
+
18
+ main
19
+ flex: 1 0 auto
20
+
21
+ header,
22
+ main,
23
+ footer
24
+ padding-left: 300px
25
+
26
+ .container
27
+ width: 90%
28
+
29
+ // Header
30
+ header
31
+ height: 80px
32
+
33
+ a:hover
34
+ text-decoration: none
35
+
36
+ .background
37
+ background: -webkit-linear-gradient(90deg, #faf6e4 10%, #00537E 90%)
38
+ background: linear-gradient(30deg, #faf6e4 10%, #00537E 50%)
39
+
40
+ a
41
+ &.button-collapse
42
+ &.top-nav
43
+ position: absolute
44
+ text-align: center
45
+ height: 48px
46
+ width: 48px
47
+ top: 0
48
+ float: none
49
+ color: #fff
50
+ font-size: 36px
51
+ z-index: 999
52
+ line-height: 80px
53
+
54
+ nav
55
+ .page-title
56
+ font-size: 36px
57
+ font-weight: bold
58
+ line-height: 80px
59
+
60
+ nav
61
+ &.top-nav
62
+ height: 80px
63
+
64
+ // Footer
65
+ footer.page-footer
66
+ margin-top: 10px
67
+
68
+ .row
69
+ margin-bottom: 0px
70
+
71
+ p
72
+ margin-top: 5px
73
+
74
+ // Misc
75
+ blockquote
76
+ border-left-color: teal
77
+
78
+ main
79
+ ul
80
+ &:not(.browser-default)
81
+ padding-left: 40px
82
+
83
+ li
84
+ list-style-type: disc
85
+
86
+ @media only screen and (max-width: 992px)
87
+ header,
88
+ main,
89
+ footer
90
+ padding-left: 0
91
+
92
+ nav
93
+ .nav-wrapper
94
+ text-align: center
95
+
96
+ @media only screen and (max-width: 600px)
97
+ nav
98
+ .page-title
99
+ font-size: 20px
@@ -0,0 +1,3 @@
1
+ .morphext > .animated {
2
+ display: inline-block;
3
+ }
@@ -0,0 +1,11 @@
1
+ ---
2
+ ---
3
+ main
4
+ div
5
+ .row
6
+ margin-top: 20px
7
+
8
+ #page-info
9
+ h3
10
+ font-weight: bold
11
+ margin-bottom: 5px
@@ -0,0 +1,73 @@
1
+ ---
2
+ ---
3
+ @mixin transition($args...)
4
+ -webkit-transition: $args
5
+ -moz-transition: $args
6
+ -ms-transition: $args
7
+ -o-transition: $args
8
+ transition: $args
9
+
10
+ main
11
+ div
12
+ .divider
13
+ margin: 10px 0
14
+
15
+ &.highlighter-rouge
16
+ margin: 1em 20px
17
+
18
+ pre
19
+ padding: 5px
20
+
21
+ figure
22
+ &.highlight
23
+ margin: 1em 20px
24
+
25
+ pre
26
+ white-space: pre-wrap
27
+
28
+ table
29
+ width: auto
30
+
31
+ #post-info
32
+ h3
33
+ font-weight: bold
34
+ margin-bottom: 15px
35
+
36
+ ul
37
+ &:not(.browser-default)
38
+ padding-left: 0
39
+ width: 40%
40
+
41
+ li
42
+ list-style-type: none
43
+
44
+ span
45
+ font-size: 14px
46
+ display: block
47
+ margin-bottom: 5px
48
+
49
+ i
50
+ font-size: 11.5px
51
+ margin-right: 10px
52
+
53
+ &#indicate
54
+ font-size: 20px
55
+
56
+ .chip
57
+ color: #616161
58
+ margin-right: 5px
59
+
60
+ &:hover
61
+ color: #fff
62
+ background-color: #616161
63
+
64
+ @include transition(all .3s ease-in-out)
65
+
66
+ @media only screen and (max-width: 992px)
67
+ #post-info
68
+ h3
69
+ text-align: center
70
+
71
+ ul
72
+ &:not(.browser-default)
73
+ width: 100%
@@ -0,0 +1,57 @@
1
+ ---
2
+ ---
3
+ .card-image
4
+ height: 10em
5
+ width: 100%
6
+ overflow-x: hidden
7
+
8
+ i
9
+ color: #fff
10
+ padding: 10px
11
+
12
+ .card
13
+ margin-bottom: 20px
14
+ .card-content
15
+ height: 7em
16
+ overflow: hidden
17
+ font-size: 14px
18
+ line-height: 110%
19
+
20
+ span
21
+ width: 100%
22
+
23
+ .card-image
24
+ a.card-title
25
+ font-weight: bold
26
+ color: #fff
27
+ width: 100%
28
+ height: 100%
29
+ line-height: 100%
30
+ justify-content: center
31
+ z-index: -1
32
+
33
+ .card-reveal
34
+ .card-reveal-content
35
+ display: block
36
+
37
+ span.card-title
38
+ font-weight: bold
39
+ padding-bottom: 19px
40
+
41
+ span.tooltipped
42
+ display: block
43
+ padding-top: 5px
44
+ padding-bottom: 5px
45
+ font-size: 16px
46
+
47
+ i
48
+ font-size: 12px
49
+ margin-right: 10px
50
+
51
+ .row
52
+ div
53
+ &.switch
54
+ margin-bottom: 5px
55
+
56
+ .hidden
57
+ display: none
@@ -0,0 +1,164 @@
1
+ .highlight table td { padding: 5px; }
2
+ .highlight table pre { margin: 0; }
3
+ .highlight {
4
+ color: #faf6e4;
5
+ background-color: #122b3b;
6
+ }
7
+ .highlight .gl {
8
+ color: #dee5e7;
9
+ background-color: #4e5d62;
10
+ }
11
+ .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
12
+ color: #6c8b9f;
13
+ font-style: italic;
14
+ }
15
+ .highlight .cp {
16
+ color: #b2fd6d;
17
+ font-weight: bold;
18
+ font-style: italic;
19
+ }
20
+ .highlight .err {
21
+ color: #fefeec;
22
+ background-color: #cc0000;
23
+ }
24
+ .highlight .gr {
25
+ color: #fefeec;
26
+ background-color: #cc0000;
27
+ }
28
+ .highlight .k, .highlight .kd, .highlight .kv {
29
+ color: #f6dd62;
30
+ font-weight: bold;
31
+ }
32
+ .highlight .o, .highlight .ow {
33
+ color: #4df4ff;
34
+ }
35
+ .highlight .p, .highlight .pi {
36
+ color: #4df4ff;
37
+ }
38
+ .highlight .gd {
39
+ color: #cc0000;
40
+ }
41
+ .highlight .gi {
42
+ color: #b2fd6d;
43
+ }
44
+ .highlight .ge {
45
+ font-style: italic;
46
+ }
47
+ .highlight .gs {
48
+ font-weight: bold;
49
+ }
50
+ .highlight .gt {
51
+ color: #dee5e7;
52
+ background-color: #4e5d62;
53
+ }
54
+ .highlight .kc {
55
+ color: #f696db;
56
+ font-weight: bold;
57
+ }
58
+ .highlight .kn {
59
+ color: #ffb000;
60
+ font-weight: bold;
61
+ }
62
+ .highlight .kp {
63
+ color: #ffb000;
64
+ font-weight: bold;
65
+ }
66
+ .highlight .kr {
67
+ color: #ffb000;
68
+ font-weight: bold;
69
+ }
70
+ .highlight .gh {
71
+ color: #ffb000;
72
+ font-weight: bold;
73
+ }
74
+ .highlight .gu {
75
+ color: #ffb000;
76
+ font-weight: bold;
77
+ }
78
+ .highlight .kt {
79
+ color: #b2fd6d;
80
+ font-weight: bold;
81
+ }
82
+ .highlight .no {
83
+ color: #b2fd6d;
84
+ font-weight: bold;
85
+ }
86
+ .highlight .nc {
87
+ color: #b2fd6d;
88
+ font-weight: bold;
89
+ }
90
+ .highlight .nd {
91
+ color: #b2fd6d;
92
+ font-weight: bold;
93
+ }
94
+ .highlight .nn {
95
+ color: #b2fd6d;
96
+ font-weight: bold;
97
+ }
98
+ .highlight .bp {
99
+ color: #b2fd6d;
100
+ font-weight: bold;
101
+ }
102
+ .highlight .ne {
103
+ color: #b2fd6d;
104
+ font-weight: bold;
105
+ }
106
+ .highlight .nl {
107
+ color: #ffb000;
108
+ font-weight: bold;
109
+ }
110
+ .highlight .nt {
111
+ color: #ffb000;
112
+ font-weight: bold;
113
+ }
114
+ .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
115
+ color: #f696db;
116
+ font-weight: bold;
117
+ }
118
+ .highlight .ld {
119
+ color: #f696db;
120
+ font-weight: bold;
121
+ }
122
+ .highlight .ss {
123
+ color: #f696db;
124
+ font-weight: bold;
125
+ }
126
+ .highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
127
+ color: #fff0a6;
128
+ font-weight: bold;
129
+ }
130
+ .highlight .se {
131
+ color: #4df4ff;
132
+ font-weight: bold;
133
+ }
134
+ .highlight .sc {
135
+ color: #4df4ff;
136
+ font-weight: bold;
137
+ }
138
+ .highlight .si {
139
+ color: #4df4ff;
140
+ font-weight: bold;
141
+ }
142
+ .highlight .nb {
143
+ font-weight: bold;
144
+ }
145
+ .highlight .ni {
146
+ color: #999999;
147
+ font-weight: bold;
148
+ }
149
+ .highlight .w {
150
+ color: #BBBBBB;
151
+ }
152
+ .highlight .nf {
153
+ color: #a8e1fe;
154
+ }
155
+ .highlight .py {
156
+ color: #a8e1fe;
157
+ }
158
+ .highlight .na {
159
+ color: #a8e1fe;
160
+ }
161
+ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
162
+ color: #a8e1fe;
163
+ font-weight: bold;
164
+ }