sencilla 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -4
  3. data/_includes/footer.html +15 -13
  4. data/_includes/header.html +5 -9
  5. data/_includes/image.html +4 -0
  6. data/_includes/social.html +6 -6
  7. data/_layouts/default.html +2 -1
  8. data/_layouts/home.html +22 -8
  9. data/_layouts/latex-default.html +1 -1
  10. data/_layouts/latex-page.html +11 -0
  11. data/_layouts/latex-post.html +37 -34
  12. data/_layouts/post.html +17 -19
  13. data/_sass/sencilla.scss +123 -48
  14. data/_sass/sencilla/_base.scss +200 -28
  15. data/_sass/sencilla/_layout.scss +339 -194
  16. data/_sass/sencilla/_syntax-highlighting.scss +3 -2
  17. data/assets/img/posts/ufw.png +0 -0
  18. data/assets/img/profile-picture.jpg +0 -0
  19. data/assets/img/site-logo +0 -0
  20. metadata +11 -49
  21. data/assets/fonts/merriweather-sans/MerriweatherSans-Italic-VariableFont_wght.ttf +0 -0
  22. data/assets/fonts/merriweather-sans/MerriweatherSans-VariableFont_wght.ttf +0 -0
  23. data/assets/fonts/merriweather-sans/Merriweather_Sans.zip +0 -0
  24. data/assets/fonts/merriweather-sans/OFL.txt +0 -96
  25. data/assets/fonts/merriweather-sans/README.txt +0 -75
  26. data/assets/fonts/merriweather-sans/static/MerriweatherSans-Bold.ttf +0 -0
  27. data/assets/fonts/merriweather-sans/static/MerriweatherSans-BoldItalic.ttf +0 -0
  28. data/assets/fonts/merriweather-sans/static/MerriweatherSans-ExtraBold.ttf +0 -0
  29. data/assets/fonts/merriweather-sans/static/MerriweatherSans-ExtraBoldItalic.ttf +0 -0
  30. data/assets/fonts/merriweather-sans/static/MerriweatherSans-Italic.ttf +0 -0
  31. data/assets/fonts/merriweather-sans/static/MerriweatherSans-Light.ttf +0 -0
  32. data/assets/fonts/merriweather-sans/static/MerriweatherSans-LightItalic.ttf +0 -0
  33. data/assets/fonts/merriweather-sans/static/MerriweatherSans-Medium.ttf +0 -0
  34. data/assets/fonts/merriweather-sans/static/MerriweatherSans-MediumItalic.ttf +0 -0
  35. data/assets/fonts/merriweather-sans/static/MerriweatherSans-Regular.ttf +0 -0
  36. data/assets/fonts/merriweather-sans/static/MerriweatherSans-SemiBold.ttf +0 -0
  37. data/assets/fonts/merriweather-sans/static/MerriweatherSans-SemiBoldItalic.ttf +0 -0
  38. data/assets/fonts/merriweather/Merriweather-Black.ttf +0 -0
  39. data/assets/fonts/merriweather/Merriweather-BlackItalic.ttf +0 -0
  40. data/assets/fonts/merriweather/Merriweather-Bold.ttf +0 -0
  41. data/assets/fonts/merriweather/Merriweather-BoldItalic.ttf +0 -0
  42. data/assets/fonts/merriweather/Merriweather-Italic.ttf +0 -0
  43. data/assets/fonts/merriweather/Merriweather-Light.ttf +0 -0
  44. data/assets/fonts/merriweather/Merriweather-LightItalic.ttf +0 -0
  45. data/assets/fonts/merriweather/Merriweather-Regular.ttf +0 -0
  46. data/assets/fonts/merriweather/OFL.txt +0 -93
  47. data/assets/img/profile-picture +0 -0
  48. data/assets/img/profile-picture.png +0 -0
@@ -2,11 +2,12 @@
2
2
  * Syntax highlighting styles
3
3
  */
4
4
  .highlight {
5
- background: $box-fill-color-dark;
5
+ background: $code;
6
+ border-radius: 8px;
6
7
  @extend %vertical-rhythm;
7
8
 
8
9
  .highlighter-rouge & {
9
- background: $box-fill-color-dark;
10
+ background: $code;
10
11
  }
11
12
 
12
13
  .c { color: #998; font-style: italic } // Comment
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sencilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohit Saharan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-12 00:00:00.000000000 Z
11
+ date: 2020-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0.9'
33
+ version: '0.15'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0.9'
40
+ version: '0.15'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.1'
47
+ version: '2.6'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '2.1'
54
+ version: '2.6'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jekyll-sitemap
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.4'
69
- - !ruby/object:Gem::Dependency
70
- name: jekyll-paginate
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '1.1'
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '1.1'
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: bundler
85
71
  requirement: !ruby/object:Gem::Requirement
@@ -107,11 +93,13 @@ files:
107
93
  - _includes/google-analytics.html
108
94
  - _includes/head.html
109
95
  - _includes/header.html
96
+ - _includes/image.html
110
97
  - _includes/latex-head.html
111
98
  - _includes/social.html
112
99
  - _layouts/default.html
113
100
  - _layouts/home.html
114
101
  - _layouts/latex-default.html
102
+ - _layouts/latex-page.html
115
103
  - _layouts/latex-post.html
116
104
  - _layouts/page.html
117
105
  - _layouts/post.html
@@ -121,34 +109,8 @@ files:
121
109
  - _sass/sencilla/_layout.scss
122
110
  - _sass/sencilla/_syntax-highlighting.scss
123
111
  - assets/css/main.scss
124
- - assets/fonts/merriweather-sans/MerriweatherSans-Italic-VariableFont_wght.ttf
125
- - assets/fonts/merriweather-sans/MerriweatherSans-VariableFont_wght.ttf
126
- - assets/fonts/merriweather-sans/Merriweather_Sans.zip
127
- - assets/fonts/merriweather-sans/OFL.txt
128
- - assets/fonts/merriweather-sans/README.txt
129
- - assets/fonts/merriweather-sans/static/MerriweatherSans-Bold.ttf
130
- - assets/fonts/merriweather-sans/static/MerriweatherSans-BoldItalic.ttf
131
- - assets/fonts/merriweather-sans/static/MerriweatherSans-ExtraBold.ttf
132
- - assets/fonts/merriweather-sans/static/MerriweatherSans-ExtraBoldItalic.ttf
133
- - assets/fonts/merriweather-sans/static/MerriweatherSans-Italic.ttf
134
- - assets/fonts/merriweather-sans/static/MerriweatherSans-Light.ttf
135
- - assets/fonts/merriweather-sans/static/MerriweatherSans-LightItalic.ttf
136
- - assets/fonts/merriweather-sans/static/MerriweatherSans-Medium.ttf
137
- - assets/fonts/merriweather-sans/static/MerriweatherSans-MediumItalic.ttf
138
- - assets/fonts/merriweather-sans/static/MerriweatherSans-Regular.ttf
139
- - assets/fonts/merriweather-sans/static/MerriweatherSans-SemiBold.ttf
140
- - assets/fonts/merriweather-sans/static/MerriweatherSans-SemiBoldItalic.ttf
141
- - assets/fonts/merriweather/Merriweather-Black.ttf
142
- - assets/fonts/merriweather/Merriweather-BlackItalic.ttf
143
- - assets/fonts/merriweather/Merriweather-Bold.ttf
144
- - assets/fonts/merriweather/Merriweather-BoldItalic.ttf
145
- - assets/fonts/merriweather/Merriweather-Italic.ttf
146
- - assets/fonts/merriweather/Merriweather-Light.ttf
147
- - assets/fonts/merriweather/Merriweather-LightItalic.ttf
148
- - assets/fonts/merriweather/Merriweather-Regular.ttf
149
- - assets/fonts/merriweather/OFL.txt
150
- - assets/img/profile-picture
151
- - assets/img/profile-picture.png
112
+ - assets/img/posts/ufw.png
113
+ - assets/img/profile-picture.jpg
152
114
  - assets/img/site-logo
153
115
  homepage: https://github.com/dyskun/sencilla
154
116
  licenses:
@@ -172,5 +134,5 @@ requirements: []
172
134
  rubygems_version: 3.1.4
173
135
  signing_key:
174
136
  specification_version: 4
175
- summary: A minimal Jekyll theme for personal websites.
137
+ summary: A Jekyll theme for blogs and portfolio websites.
176
138
  test_files: []
@@ -1,96 +0,0 @@
1
- Copyright 2019 The Merriweather Project Authors (https://github.com/SorkinType/Merriweather-Sans)
2
- with Reserved Font Name 'Merriweather'
3
-
4
- Merriweather is a trademark of Sorkin Type Co.
5
-
6
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
7
- This license is copied below, and is also available with a FAQ at:
8
- http://scripts.sil.org/OFL
9
-
10
-
11
- -----------------------------------------------------------
12
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
13
- -----------------------------------------------------------
14
-
15
- PREAMBLE
16
- The goals of the Open Font License (OFL) are to stimulate worldwide
17
- development of collaborative font projects, to support the font creation
18
- efforts of academic and linguistic communities, and to provide a free and
19
- open framework in which fonts may be shared and improved in partnership
20
- with others.
21
-
22
- The OFL allows the licensed fonts to be used, studied, modified and
23
- redistributed freely as long as they are not sold by themselves. The
24
- fonts, including any derivative works, can be bundled, embedded,
25
- redistributed and/or sold with any software provided that any reserved
26
- names are not used by derivative works. The fonts and derivatives,
27
- however, cannot be released under any other type of license. The
28
- requirement for fonts to remain under this license does not apply
29
- to any document created using the fonts or their derivatives.
30
-
31
- DEFINITIONS
32
- "Font Software" refers to the set of files released by the Copyright
33
- Holder(s) under this license and clearly marked as such. This may
34
- include source files, build scripts and documentation.
35
-
36
- "Reserved Font Name" refers to any names specified as such after the
37
- copyright statement(s).
38
-
39
- "Original Version" refers to the collection of Font Software components as
40
- distributed by the Copyright Holder(s).
41
-
42
- "Modified Version" refers to any derivative made by adding to, deleting,
43
- or substituting -- in part or in whole -- any of the components of the
44
- Original Version, by changing formats or by porting the Font Software to a
45
- new environment.
46
-
47
- "Author" refers to any designer, engineer, programmer, technical
48
- writer or other person who contributed to the Font Software.
49
-
50
- PERMISSION & CONDITIONS
51
- Permission is hereby granted, free of charge, to any person obtaining
52
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
53
- redistribute, and sell modified and unmodified copies of the Font
54
- Software, subject to the following conditions:
55
-
56
- 1) Neither the Font Software nor any of its individual components,
57
- in Original or Modified Versions, may be sold by itself.
58
-
59
- 2) Original or Modified Versions of the Font Software may be bundled,
60
- redistributed and/or sold with any software, provided that each copy
61
- contains the above copyright notice and this license. These can be
62
- included either as stand-alone text files, human-readable headers or
63
- in the appropriate machine-readable metadata fields within text or
64
- binary files as long as those fields can be easily viewed by the user.
65
-
66
- 3) No Modified Version of the Font Software may use the Reserved Font
67
- Name(s) unless explicit written permission is granted by the corresponding
68
- Copyright Holder. This restriction only applies to the primary font name as
69
- presented to the users.
70
-
71
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
72
- Software shall not be used to promote, endorse or advertise any
73
- Modified Version, except to acknowledge the contribution(s) of the
74
- Copyright Holder(s) and the Author(s) or with their explicit written
75
- permission.
76
-
77
- 5) The Font Software, modified or unmodified, in part or in whole,
78
- must be distributed entirely under this license, and must not be
79
- distributed under any other license. The requirement for fonts to
80
- remain under this license does not apply to any document created
81
- using the Font Software.
82
-
83
- TERMINATION
84
- This license becomes null and void if any of the above conditions are
85
- not met.
86
-
87
- DISCLAIMER
88
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
89
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
90
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
91
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
92
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
93
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
94
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
95
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
96
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,75 +0,0 @@
1
- Merriweather Sans Variable Font
2
- ===============================
3
-
4
- This download contains Merriweather Sans as both variable fonts and static fonts.
5
-
6
- Merriweather Sans is a variable font with this axis:
7
- wght
8
-
9
- This means all the styles are contained in these files:
10
- MerriweatherSans-VariableFont_wght.ttf
11
- MerriweatherSans-Italic-VariableFont_wght.ttf
12
-
13
- If your app fully supports variable fonts, you can now pick intermediate styles
14
- that aren’t available as static fonts. Not all apps support variable fonts, and
15
- in those cases you can use the static font files for Merriweather Sans:
16
- static/MerriweatherSans-Light.ttf
17
- static/MerriweatherSans-Regular.ttf
18
- static/MerriweatherSans-Medium.ttf
19
- static/MerriweatherSans-SemiBold.ttf
20
- static/MerriweatherSans-Bold.ttf
21
- static/MerriweatherSans-ExtraBold.ttf
22
- static/MerriweatherSans-LightItalic.ttf
23
- static/MerriweatherSans-Italic.ttf
24
- static/MerriweatherSans-MediumItalic.ttf
25
- static/MerriweatherSans-SemiBoldItalic.ttf
26
- static/MerriweatherSans-BoldItalic.ttf
27
- static/MerriweatherSans-ExtraBoldItalic.ttf
28
-
29
- Get started
30
- -----------
31
-
32
- 1. Install the font files you want to use
33
-
34
- 2. Use your app's font picker to view the font family and all the
35
- available styles
36
-
37
- Learn more about variable fonts
38
- -------------------------------
39
-
40
- https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
41
- https://variablefonts.typenetwork.com
42
- https://medium.com/variable-fonts
43
-
44
- In desktop apps
45
-
46
- https://theblog.adobe.com/can-variable-fonts-illustrator-cc
47
- https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
48
-
49
- Online
50
-
51
- https://developers.google.com/fonts/docs/getting_started
52
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
53
- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
54
-
55
- Installing fonts
56
-
57
- MacOS: https://support.apple.com/en-us/HT201749
58
- Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
59
- Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
60
-
61
- Android Apps
62
-
63
- https://developers.google.com/fonts/docs/android
64
- https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
65
-
66
- License
67
- -------
68
- Please read the full license text (OFL.txt) to understand the permissions,
69
- restrictions and requirements for usage, redistribution, and modification.
70
-
71
- You can use them freely in your products & projects - print or digital,
72
- commercial or otherwise. However, you can't sell the fonts on their own.
73
-
74
- This isn't legal advice, please consider consulting a lawyer and see the full
75
- license for all details.
@@ -1,93 +0,0 @@
1
- Copyright 2016 The Merriweather Project Authors (https://github.com/EbenSorkin/Merriweather), with Reserved Font Name "Merriweather".
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.