academic 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
data/assets/code.jpg ADDED
Binary file
data/assets/main.scss ADDED
@@ -0,0 +1,46 @@
1
+ ---
2
+ # Only the main Sass file needs front matter (the dashes are enough)
3
+ ---
4
+ @charset "utf-8";
5
+
6
+ @import url('https://fonts.googleapis.com/css?family=Open+Sans:800|PT+Serif');
7
+
8
+ // Our variables
9
+ // $base-font-family: "Open Sans", sans-serif;
10
+ $base-font-family: "PT Serif", serif;
11
+ $base-font-size: 20px;
12
+ $base-font-weight: 400;
13
+ $small-font-size: $base-font-size * 0.95;
14
+ $base-line-height: 1.5;
15
+
16
+ $alt-font-family: "Open Sans", sans-serif;
17
+ $alt-font-weight: bold;
18
+
19
+ $spacing-unit: 50px;
20
+
21
+ $text-color: #111;
22
+ $background-color: #fdfdfd;
23
+ $brand-color: #d33682;
24
+
25
+ $grey-color: #3F3F3F;
26
+ $grey-color-light: lighten($grey-color, 50%);
27
+ $grey-color-lighter: lighten($grey-color, 70%);
28
+ $grey-color-dark: darken($grey-color, 25%);
29
+
30
+ // Width of the content area
31
+ $content-width: 700px;
32
+
33
+ $on-palm: 500px;
34
+ $on-laptop: 700px;
35
+
36
+ // Minima also includes a mixin for defining media queries.
37
+ // Use media queries like this:
38
+ // @include media-query($on-palm) {
39
+ // .wrapper {
40
+ // padding-right: $spacing-unit / 2;
41
+ // padding-left: $spacing-unit / 2;
42
+ // }
43
+ // }
44
+
45
+ // Import partials from the `minima` theme.
46
+ @import "academic";
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,124 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: academic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - gaalcaras
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-12-22 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.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - gaby.alcaras@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/calltoaction.html
65
+ - _includes/date.html
66
+ - _includes/footer.html
67
+ - _includes/head.html
68
+ - _includes/header.html
69
+ - _includes/icon-email.html
70
+ - _includes/icon-email.svg
71
+ - _includes/icon-file.html
72
+ - _includes/icon-file.svg
73
+ - _includes/icon-github.html
74
+ - _includes/icon-github.svg
75
+ - _includes/icon-keybase.html
76
+ - _includes/icon-keybase.svg
77
+ - _includes/icon-linkedin.html
78
+ - _includes/icon-linkedin.svg
79
+ - _includes/icon-twitter.html
80
+ - _includes/icon-twitter.svg
81
+ - _includes/icon-website.html
82
+ - _includes/icon-website.svg
83
+ - _includes/post-li.html
84
+ - _layouts/about.html
85
+ - _layouts/archive.html
86
+ - _layouts/default.html
87
+ - _layouts/home.html
88
+ - _layouts/page.html
89
+ - _layouts/post.html
90
+ - _sass/academic.scss
91
+ - _sass/academic/_base.scss
92
+ - _sass/academic/_layout.scss
93
+ - _sass/academic/_syntax-highlighting.scss
94
+ - assets/archive.jpg
95
+ - assets/code.jpg
96
+ - assets/main.scss
97
+ - assets/opensans/OpenSans-Bold.ttf
98
+ - assets/opensans/OpenSans-Italic.ttf
99
+ - assets/opensans/OpenSans-Regular.ttf
100
+ homepage: https://github.com/gaalcaras/academic
101
+ licenses:
102
+ - MIT
103
+ metadata: {}
104
+ post_install_message:
105
+ rdoc_options: []
106
+ require_paths:
107
+ - lib
108
+ required_ruby_version: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
113
+ required_rubygems_version: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ requirements: []
119
+ rubyforge_project:
120
+ rubygems_version: 2.5.2
121
+ signing_key:
122
+ specification_version: 4
123
+ summary: Academic is a theme with a focus on simplicity, typography and flexibility.
124
+ test_files: []