ceevee 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,51 @@
1
+ .sidebar {
2
+ position: fixed;
3
+ top: 0;
4
+ bottom: 0;
5
+ left: 0;
6
+ text-align: center;
7
+ width: 250px;
8
+ background-color: #FFF;
9
+ padding: 25px;
10
+ border-right: 1px solid #EEE;
11
+ box-sizing: border-box;
12
+ background-color: #FFF;
13
+ color: #333;
14
+ box-shadow: 0 1px 1px 0 rgba(31, 35, 46, 0.15);
15
+ }
16
+
17
+ .sidebar-image {
18
+ width: 100px;
19
+ height: 100px;
20
+ border-radius: 60px;
21
+ padding: 5px;
22
+ border: 2px solid #DDD;
23
+ box-shadow: 0 1px 1px 0 rgba(31, 35, 46, 0.15);
24
+ transition: all .3s ease;
25
+ }
26
+
27
+ .sidebar-image:hover {
28
+ transform: translate(0px, -2px);
29
+ box-shadow: 0 15px 45px -10px rgba(10, 16, 34, 0.2);
30
+ }
31
+
32
+ .sidebar-name {
33
+ font-size: 20px;
34
+ margin-top: 20px;
35
+ font-family: 'PT Serif';
36
+ color: #3B5998;
37
+ }
38
+
39
+ .sidebar-title {
40
+ font-size: 14px;
41
+ color: #777;
42
+ }
43
+
44
+ .sidebar-section {
45
+ text-align: left;
46
+ margin-top: 25px;
47
+ color: #3B5998;
48
+ > p {
49
+ color: #777;
50
+ }
51
+ }
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+ .highlight {
5
+ background: #fff;
6
+ @extend %vertical-rhythm;
7
+
8
+ .highlighter-rouge & {
9
+ background: #eef;
10
+ }
11
+
12
+ .c { color: #998; font-style: italic } // Comment
13
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
14
+ .k { font-weight: bold } // Keyword
15
+ .o { font-weight: bold } // Operator
16
+ .cm { color: #998; font-style: italic } // Comment.Multiline
17
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
18
+ .c1 { color: #998; font-style: italic } // Comment.Single
19
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
21
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22
+ .ge { font-style: italic } // Generic.Emph
23
+ .gr { color: #a00 } // Generic.Error
24
+ .gh { color: #999 } // Generic.Heading
25
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
26
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27
+ .go { color: #888 } // Generic.Output
28
+ .gp { color: #555 } // Generic.Prompt
29
+ .gs { font-weight: bold } // Generic.Strong
30
+ .gu { color: #aaa } // Generic.Subheading
31
+ .gt { color: #a00 } // Generic.Traceback
32
+ .kc { font-weight: bold } // Keyword.Constant
33
+ .kd { font-weight: bold } // Keyword.Declaration
34
+ .kp { font-weight: bold } // Keyword.Pseudo
35
+ .kr { font-weight: bold } // Keyword.Reserved
36
+ .kt { color: #458; font-weight: bold } // Keyword.Type
37
+ .m { color: #099 } // Literal.Number
38
+ .s { color: #d14 } // Literal.String
39
+ .na { color: #008080 } // Name.Attribute
40
+ .nb { color: #0086B3 } // Name.Builtin
41
+ .nc { color: #458; font-weight: bold } // Name.Class
42
+ .no { color: #008080 } // Name.Constant
43
+ .ni { color: #800080 } // Name.Entity
44
+ .ne { color: #900; font-weight: bold } // Name.Exception
45
+ .nf { color: #900; font-weight: bold } // Name.Function
46
+ .nn { color: #555 } // Name.Namespace
47
+ .nt { color: #000080 } // Name.Tag
48
+ .nv { color: #008080 } // Name.Variable
49
+ .ow { font-weight: bold } // Operator.Word
50
+ .w { color: #bbb } // Text.Whitespace
51
+ .mf { color: #099 } // Literal.Number.Float
52
+ .mh { color: #099 } // Literal.Number.Hex
53
+ .mi { color: #099 } // Literal.Number.Integer
54
+ .mo { color: #099 } // Literal.Number.Oct
55
+ .sb { color: #d14 } // Literal.String.Backtick
56
+ .sc { color: #d14 } // Literal.String.Char
57
+ .sd { color: #d14 } // Literal.String.Doc
58
+ .s2 { color: #d14 } // Literal.String.Double
59
+ .se { color: #d14 } // Literal.String.Escape
60
+ .sh { color: #d14 } // Literal.String.Heredoc
61
+ .si { color: #d14 } // Literal.String.Interpol
62
+ .sx { color: #d14 } // Literal.String.Other
63
+ .sr { color: #009926 } // Literal.String.Regex
64
+ .s1 { color: #d14 } // Literal.String.Single
65
+ .ss { color: #990073 } // Literal.String.Symbol
66
+ .bp { color: #999 } // Name.Builtin.Pseudo
67
+ .vc { color: #008080 } // Name.Variable.Class
68
+ .vg { color: #008080 } // Name.Variable.Global
69
+ .vi { color: #008080 } // Name.Variable.Instance
70
+ .il { color: #099 } // Literal.Number.Integer.Long
71
+ }
@@ -0,0 +1,93 @@
1
+ .timeline {
2
+ margin-bottom: 48px;
3
+
4
+ .section {
5
+ position: relative;
6
+ border-left: 2px solid #3B5998;
7
+ padding-left: 64px;
8
+ padding-bottom: 48px;
9
+ margin-left: 16px;
10
+ }
11
+
12
+ .section:last-child {
13
+ padding-bottom: 0;
14
+ }
15
+
16
+ .bubble {
17
+ position: absolute;
18
+ top: 0;
19
+ left: -16px;
20
+ width: 32px;
21
+ height: 32px;
22
+ border-radius: 16px;
23
+ background-color: #3B5998;
24
+ }
25
+
26
+ .crossline {
27
+ position: absolute;
28
+ bottom: 0;
29
+ left: -11px;
30
+ width: 20px;
31
+ height: 2px;
32
+ background-color: #3B5998;
33
+ }
34
+
35
+ h1 {
36
+ color: #3B5998;
37
+ font-size: 36px;
38
+ font-weight: bold;
39
+ border-bottom: 1px solid #DDD;
40
+ margin-bottom: 32px;
41
+ margin-top: 32px;
42
+ }
43
+
44
+ h1:first-child {
45
+ margin-top: 0;
46
+ }
47
+
48
+
49
+ h2 {
50
+ color: #3B5998;
51
+ font-size: 24px;
52
+ font-weight: bold;
53
+ line-height: 125%;
54
+ }
55
+
56
+ h3 {
57
+ font-size: 16px;
58
+ color: #333;
59
+ font-weight: bold;
60
+ }
61
+
62
+ .date {
63
+ font-size: 16px;
64
+ color: #777;
65
+ float: right;
66
+ }
67
+
68
+ .link {
69
+ color: #3B5998;
70
+ text-decoration: underline;
71
+ display: inline-block;
72
+ }
73
+
74
+ .description {
75
+ margin: 16px 0;
76
+ list-style: circle inside none;
77
+ }
78
+
79
+ .tags {
80
+ span {
81
+ font-size: 12px;
82
+ font-weight: normal;
83
+ background-color: #E5E5E5;
84
+ border: 1px solid #CCC;
85
+ color: #3B5998;
86
+ margin-right: 5px;
87
+ padding: 3px 10px;
88
+ border-radius: 24px;
89
+ }
90
+
91
+ }
92
+
93
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ ---
2
+ # Only the main Sass file needs front matter (the dashes are enough)
3
+ ---
4
+
5
+ @import "ceevee";
Binary file
metadata ADDED
@@ -0,0 +1,138 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ceevee
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mathias Schaeffner
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-seo-tag
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.16'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.16'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '12.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '12.0'
69
+ description:
70
+ email:
71
+ - mschaeffner@example.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - LICENSE.txt
77
+ - README.md
78
+ - _includes/footer.html
79
+ - _includes/head.html
80
+ - _includes/header.html
81
+ - _includes/post_preview.html
82
+ - _includes/project_preview.html
83
+ - _includes/sidebar.html
84
+ - _layouts/blog.html
85
+ - _layouts/default.html
86
+ - _layouts/post.html
87
+ - _layouts/project.html
88
+ - _layouts/projects.html
89
+ - _layouts/timeline.html
90
+ - _sass/ceevee.scss
91
+ - _sass/ceevee.scss.old
92
+ - _sass/ceevee/_base.scss
93
+ - _sass/ceevee/_header.scss
94
+ - _sass/ceevee/_layout.scss
95
+ - _sass/ceevee/_main.scss
96
+ - _sass/ceevee/_post.scss
97
+ - _sass/ceevee/_post_preview.scss
98
+ - _sass/ceevee/_project.scss
99
+ - _sass/ceevee/_project_preview.scss
100
+ - _sass/ceevee/_sidebar.scss
101
+ - _sass/ceevee/_syntax-highlighting.scss
102
+ - _sass/ceevee/_timeline.scss
103
+ - assets/img1.JPG
104
+ - assets/img2.JPG
105
+ - assets/img3.JPG
106
+ - assets/img4.JPG
107
+ - assets/img5.JPG
108
+ - assets/img6.JPG
109
+ - assets/img7.JPG
110
+ - assets/img8.JPG
111
+ - assets/main.scss
112
+ - assets/sidebar-image.jpg
113
+ homepage: https://github.com/mschaeffner/ceevee
114
+ licenses:
115
+ - MIT
116
+ metadata:
117
+ plugin_type: theme
118
+ post_install_message:
119
+ rdoc_options: []
120
+ require_paths:
121
+ - lib
122
+ required_ruby_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ required_rubygems_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ requirements: []
133
+ rubyforge_project:
134
+ rubygems_version: 2.7.6
135
+ signing_key:
136
+ specification_version: 4
137
+ summary: A Jekyll theme for a personal website
138
+ test_files: []