compost-jekyll-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +16 -0
  3. data/LICENSE.txt +202 -0
  4. data/README.md +70 -0
  5. data/_data/components.yml +21 -0
  6. data/_data/en.yml +23 -0
  7. data/_data/es.yml +19 -0
  8. data/_data/full_width_components.yml +5 -0
  9. data/_data/layouts/about.yml +108 -0
  10. data/_data/layouts/author.yml +62 -0
  11. data/_data/layouts/back_cover.yml +101 -0
  12. data/_data/layouts/button.yml +34 -0
  13. data/_data/layouts/button_copy.yml +34 -0
  14. data/_data/layouts/footer.yml +90 -0
  15. data/_data/layouts/front_cover.yml +91 -0
  16. data/_data/layouts/goal.yml +63 -0
  17. data/_data/layouts/menu.yml +35 -0
  18. data/_data/layouts/post.yml +110 -0
  19. data/_data/layouts/support.yml +78 -0
  20. data/_data/layouts/supporter.yml +50 -0
  21. data/_data/layouts/theme.yml +267 -0
  22. data/_data/manifest.json +1314 -0
  23. data/_data/theme.yml +184 -0
  24. data/_data/theme.yml.html +143 -0
  25. data/_includes/author_block.html +22 -0
  26. data/_includes/biography.html +10 -0
  27. data/_includes/btn_header.html +14 -0
  28. data/_includes/buttons/with_copy.html +24 -0
  29. data/_includes/buttons/with_link.html +17 -0
  30. data/_includes/card_horizontal.html +27 -0
  31. data/_includes/cover_post/generic.html +34 -0
  32. data/_includes/cover_post/home.html +23 -0
  33. data/_includes/cover_post/menu.html +19 -0
  34. data/_includes/device_detector.html +30 -0
  35. data/_includes/embed_responsive.html +16 -0
  36. data/_includes/footer.html +32 -0
  37. data/_includes/goal.html +28 -0
  38. data/_includes/header.html +24 -0
  39. data/_includes/header_toggler.html +84 -0
  40. data/_includes/headings/generic.html +14 -0
  41. data/_includes/headings/h1.html +9 -0
  42. data/_includes/headings/h2.html +9 -0
  43. data/_includes/headings/h3.html +9 -0
  44. data/_includes/headings/with_link.html +15 -0
  45. data/_includes/image_supporter.html +13 -0
  46. data/_includes/image_with_link.html +22 -0
  47. data/_includes/license_block.html +15 -0
  48. data/_includes/menu_close.html +11 -0
  49. data/_includes/menu_item.html +10 -0
  50. data/_includes/menu_open.html +11 -0
  51. data/_includes/navigation_post.html +39 -0
  52. data/_includes/picture.html +25 -0
  53. data/_includes/script.html +5 -0
  54. data/_includes/svg/copy-icon.svg +1 -0
  55. data/_includes/svg/done-icon.svg +1 -0
  56. data/_includes/svg/menu.svg +9 -0
  57. data/_includes/svg/x.svg +3 -0
  58. data/_includes/text_link.html +12 -0
  59. data/_includes/theme/author_block.html +3 -0
  60. data/_includes/theme/biography.html +5 -0
  61. data/_includes/theme/btn_header.html +6 -0
  62. data/_includes/theme/button_with_copy.html +1 -0
  63. data/_includes/theme/button_with_link.html +5 -0
  64. data/_includes/theme/card_horizontal.html +18 -0
  65. data/_includes/theme/colors.html +14 -0
  66. data/_includes/theme/content.html +41 -0
  67. data/_includes/theme/cover_post.html +19 -0
  68. data/_includes/theme/embed_responsive.html +10 -0
  69. data/_includes/theme/font_sizes.html +18 -0
  70. data/_includes/theme/footer.html +49 -0
  71. data/_includes/theme/goal.html +5 -0
  72. data/_includes/theme/header_close.html +18 -0
  73. data/_includes/theme/header_open.html +18 -0
  74. data/_includes/theme/header_toggler.html +11 -0
  75. data/_includes/theme/image_supporter.html +5 -0
  76. data/_includes/theme/image_with_link.html +4 -0
  77. data/_includes/theme/letter_spacing.html +3 -0
  78. data/_includes/theme/license_block.html +1 -0
  79. data/_includes/theme/menu_item.html +7 -0
  80. data/_includes/theme/navigation_post.html +17 -0
  81. data/_includes/theme/picture.html +5 -0
  82. data/_includes/toggler/toggler.html +21 -0
  83. data/_includes/toggler/toggler_label.html +21 -0
  84. data/_includes/toggler/toggler_related.html +23 -0
  85. data/_layouts/about.html +9 -0
  86. data/_layouts/back_cover.html +68 -0
  87. data/_layouts/default.html +52 -0
  88. data/_layouts/default_with_menu.html +24 -0
  89. data/_layouts/home.html +35 -0
  90. data/_layouts/post.html +58 -0
  91. data/_layouts/support.html +45 -0
  92. data/_layouts/theme.html +60 -0
  93. data/_sass/content.scss +93 -0
  94. data/_sass/open_sans.scss +80 -0
  95. data/_sass/open_sans_wght_700.scss +80 -0
  96. data/_sass/roboto_mono_ital_wght_0_400_0_700_1_400_1_700.scss +28 -0
  97. data/_sass/source_serif_4_ital_wght_0_400_0_700_1_400_1_700.scss +28 -0
  98. data/_sass/toggler.scss +20 -0
  99. data/_sass/utilities.scss +245 -0
  100. data/_sass/work_sans_ital_wght_1_300.scss +7 -0
  101. data/assets/css/styles.scss +23 -0
  102. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2 +0 -0
  103. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4iaVIGxA.woff2 +0 -0
  104. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4jaVIGxA.woff2 +0 -0
  105. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4kaVIGxA.woff2 +0 -0
  106. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4saVIGxA.woff2 +0 -0
  107. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4taVIGxA.woff2 +0 -0
  108. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVIGxA.woff2 +0 -0
  109. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4vaVIGxA.woff2 +0 -0
  110. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2 +0 -0
  111. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2 +0 -0
  112. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2 +0 -0
  113. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2 +0 -0
  114. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2 +0 -0
  115. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2 +0 -0
  116. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2 +0 -0
  117. data/assets/fonts/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2 +0 -0
  118. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9-subset.woff2 +0 -0
  119. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9.ttf +0 -0
  120. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9-subset.woff2 +0 -0
  121. data/assets/fonts/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9.ttf +0 -0
  122. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw-subset.woff2 +0 -0
  123. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw.ttf +0 -0
  124. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw-subset.woff2 +0 -0
  125. data/assets/fonts/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw.ttf +0 -0
  126. data/assets/fonts/sourceserif4/SourceSerif4-Bold.ttf.woff2 +3 -0
  127. data/assets/fonts/sourceserif4/SourceSerif4-BoldIt.ttf.woff2 +3 -0
  128. data/assets/fonts/sourceserif4/SourceSerif4-It.ttf.woff2 +3 -0
  129. data/assets/fonts/sourceserif4/SourceSerif4-Regular.ttf.woff2 +3 -0
  130. data/assets/fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow-subset.woff2 +0 -0
  131. data/assets/fonts/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJow.ttf +0 -0
  132. data/assets/js/env.js +8 -0
  133. data/assets/js/pack.K7EEKFVP.js +40 -0
  134. data/assets/js/pack.K7EEKFVP.js.map +7 -0
  135. metadata +457 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cc599864bf9545e41355f87677e3d5c8a367a5ecd9abb82cc749a7b4fb78fe09
4
+ data.tar.gz: 2042a2da7f59311efeccbb22deab6c9353d1d908fdea8b9e803688291d31bb76
5
+ SHA512:
6
+ metadata.gz: b3aa60611e05212aaacb3714bfbfeb75671ca321520febc002382c45ce7c033782621f1c0cca92cd6781ae56fed250f3ba246e02284dd5b7b8a08e6b427083dc
7
+ data.tar.gz: 8770cf6fdf40d3d26c3ed645178676ac6c0aeafe91a8a840dedade9641c05f48ec4292559e7eb3ba59c26a8373cf6cd8f6b62ab2f5faca33e52bef3c92f4f27b
data/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## v0.1.0
9
+
10
+ ### Added
11
+
12
+ - Ported COMPOST \#2 issue Jekyll theme
13
+
14
+ - Customizable via `_data/theme.yml`
15
+
16
+ - Content can be managed through Sutty.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,70 @@
1
+ # compost-jekyll-theme
2
+
3
+ Jekyll port for [COMPOST Magazine Issue 02](https://two.compost.digital/)
4
+
5
+ ## Installation
6
+
7
+ Add this line to your Jekyll site's `Gemfile`:
8
+
9
+ ```ruby
10
+ gem "compost-jekyll-theme"
11
+ ```
12
+
13
+ And add this line to your Jekyll site's `_config.yml`:
14
+
15
+ ```yaml
16
+ theme: compost-jekyll-theme
17
+ ```
18
+
19
+ And then execute:
20
+
21
+ $ bundle
22
+
23
+ Or install it yourself as:
24
+
25
+ $ gem install compost-jekyll-theme
26
+
27
+ ## Usage
28
+
29
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
30
+
31
+ ## Contributing
32
+
33
+ Bug reports and pull requests are welcome on 0xacab at
34
+ <https://0xacab.org/sutty/jekyll/compost-jekyll-theme>. This project is
35
+ intended to be a safe, welcoming space for collaboration, and
36
+ contributors are expected to adhere to the
37
+ [Sutty](https://sutty.nl/en/code-of-conduct/) code of conduct.
38
+
39
+ ## Development
40
+
41
+ To set up your environment to develop this theme, run `bundle install`.
42
+
43
+ Your theme is setup just like a normal Jekyll site! To test your theme,
44
+ run `bundle exec jekyll serve` and open your browser at
45
+ `http://localhost:4000`. This starts a Jekyll server using your
46
+ theme. Add pages, documents, data, etc. like normal to test your theme's
47
+ contents. As you make modifications to your theme and to your content,
48
+ your site will regenerate and you should see the changes in the browser
49
+ after a refresh, just like normal.
50
+
51
+ When your theme is released, only the files in `_layouts`, `_includes`,
52
+ `_sass` and `assets` tracked with Git will be bundled. To add a custom
53
+ directory to your theme-gem, please edit the regexp in
54
+ `compost-jekyll-theme.gemspec` accordingly.
55
+
56
+ ## License
57
+
58
+ Copyright 2022 Cooperativa de Trabajo Sutty Ltda.
59
+
60
+ Licensed under the Apache License, Version 2.0 (the "License");
61
+ you may not use this file except in compliance with the License.
62
+ You may obtain a copy of the License at
63
+
64
+ <http://www.apache.org/licenses/LICENSE-2.0>
65
+
66
+ Unless required by applicable law or agreed to in writing, software
67
+ distributed under the License is distributed on an "AS IS" BASIS,
68
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
69
+ See the License for the specific language governing permissions and
70
+ limitations under the License.
@@ -0,0 +1,21 @@
1
+ ---
2
+ - "content"
3
+ - "font_sizes"
4
+ - "letter_spacing"
5
+ - "colors"
6
+ - "picture"
7
+ - "embed_responsive"
8
+ - "button_with_link"
9
+ - "button_with_copy"
10
+ - "navigation_post"
11
+ - "license_block"
12
+ - "image_with_link"
13
+ - "image_supporter"
14
+ - "card_horizontal"
15
+ - "goal"
16
+ - "menu_item"
17
+ - "cover_post"
18
+ - "btn_header"
19
+ - "navigation_post"
20
+ - "author_block"
21
+ - "biography"
data/_data/en.yml ADDED
@@ -0,0 +1,23 @@
1
+ ---
2
+ locale: "English"
3
+ dir: "ltr"
4
+ previous_page: "Previous page"
5
+ next_page: "Next page"
6
+ home: "Home"
7
+ layouts:
8
+ supporter: "Sponsor"
9
+ content_license: "Content License: "
10
+ support_alt: "Mushroom"
11
+ and: "and"
12
+ button_copy:
13
+ confirmation: "%s copied"
14
+ device_detector:
15
+ outline: Outline
16
+ get_help: Help
17
+ help: |
18
+ If you find an issue, please take a screenshot including this
19
+ information. It helps us fix them.
20
+
21
+ Once the site is published, we'll remove this section.
22
+
23
+ Click the same button to close this message.
data/_data/es.yml ADDED
@@ -0,0 +1,19 @@
1
+ ---
2
+ locale: "Castellano"
3
+ dir: "ltr"
4
+ layouts:
5
+ supporter: "Patrocinador"
6
+ support_alt: "Hongo"
7
+ button_copy:
8
+ confirmation: "%s copiado"
9
+ and: "y"
10
+ device_detector:
11
+ outline: Bordes
12
+ get_help: Ayuda
13
+ help: |
14
+ Si encuentras un problema, por favor toma una captura de pantalla
15
+ con esta información visible. Nos ayuda a resolverlos.
16
+
17
+ Una vez publiquemos el sitio, eliminaremos este recuadro.
18
+
19
+ Usa el mismo botón para cerrar este mensaje.
@@ -0,0 +1,5 @@
1
+ ---
2
+ - "footer"
3
+ - "header_close"
4
+ - "header_open"
5
+ - "header_toggler"
@@ -0,0 +1,108 @@
1
+ ---
2
+ title:
3
+ type: string
4
+ required: true
5
+ label:
6
+ es: Título
7
+ en: Title
8
+ help:
9
+ es: ''
10
+ en: ''
11
+ description:
12
+ type: text
13
+ required: true
14
+ label:
15
+ es: Descripción del proyecto
16
+ en: Proyect description
17
+ help:
18
+ es: ''
19
+ en: ''
20
+ content:
21
+ type: new_content
22
+ label:
23
+ es: contenido de la pagina about
24
+ en: title post page one
25
+ help:
26
+ es: titulo de la página centrado a la izquierda
27
+ en: title page 1
28
+ image_menu_close:
29
+ type: 'image'
30
+ path:
31
+ label:
32
+ es: 'Logo'
33
+ en: 'Logo'
34
+ help:
35
+ es: 'Logo de cabecera con el menú cerrado'
36
+ en: ''
37
+ description:
38
+ label:
39
+ es: 'Descripción del logo'
40
+ en: 'Logo description'
41
+ help:
42
+ es: ''
43
+ en: ''
44
+ image_menu_open:
45
+ type: 'image'
46
+ path:
47
+ label:
48
+ es: 'Logo'
49
+ en: 'Logo'
50
+ help:
51
+ es: 'Logo de cabecera con el menú abierto'
52
+ en: ''
53
+ description:
54
+ label:
55
+ es: 'Descripción del logo'
56
+ en: 'Logo description'
57
+ help:
58
+ es: ''
59
+ en: ''
60
+ favicon:
61
+ type: 'image'
62
+ path:
63
+ label:
64
+ es: 'Favicon'
65
+ en: 'Favicon'
66
+ help:
67
+ es: 'Favicon del sitio en formato .png'
68
+ en: 'Favicon of the site in .png'
69
+ background_image:
70
+ type: 'image'
71
+ path:
72
+ label:
73
+ es: 'Imagen de fondo'
74
+ en: 'Background image'
75
+ help:
76
+ es: 'Imagen de fondo de la cabecera'
77
+ en: 'Header background image'
78
+ description:
79
+ label:
80
+ es: 'Descripción de la imagen'
81
+ en: 'Image description'
82
+ help:
83
+ es: ''
84
+ en: ''
85
+ license:
86
+ type: new_html
87
+ label:
88
+ es: Descripción de la licencia
89
+ en: License description
90
+ help:
91
+ es: 'este contenido se mostrará en los post que contienen un pie de licencia'
92
+ en: 'this content will be displayed in posts that contain a license footer'
93
+ order:
94
+ type: order
95
+ label:
96
+ es: Orden
97
+ en: Order
98
+ help:
99
+ es: La posición del artículo en la lista de artículos
100
+ en: Position in articles list
101
+ draft:
102
+ type: boolean
103
+ label:
104
+ es: Borrador
105
+ en: Draft
106
+ help:
107
+ es: Este artículo aun no está listo para publicar
108
+ en: This post isn't ready to be published yet
@@ -0,0 +1,62 @@
1
+ ---
2
+ title:
3
+ type: string
4
+ required: true
5
+ label:
6
+ es: Nombre de autorx
7
+ en: Author's name
8
+ help:
9
+ es: ''
10
+ en: ''
11
+ alias:
12
+ type: string
13
+ required: true
14
+ label:
15
+ es: Alias de autorx
16
+ en: Author's alias
17
+ help:
18
+ es: ''
19
+ en: ''
20
+ content:
21
+ type: 'new_content'
22
+ label:
23
+ es: 'Breve biografía de autorx'
24
+ en: 'Brief author biography'
25
+ help:
26
+ es: 'Escribe aquí el artículo'
27
+ en: 'Write down your post'
28
+ projects:
29
+ type: 'array'
30
+ label:
31
+ es: 'Proyectos'
32
+ en: 'Projects'
33
+ help:
34
+ es: 'Lista de proyectos personales de lx autorx'
35
+ en: "List of the author's personal projects"
36
+ posts:
37
+ type: 'has_and_belongs_to_many'
38
+ filter:
39
+ layout: 'post'
40
+ inverse: 'authors'
41
+ label:
42
+ es: 'Items relacionados'
43
+ en: 'Link article to these sections'
44
+ help:
45
+ es: 'Usar la lista desplegable para elegir el título, será reemplazado por el identificador del artículo. Empezar a escribir para filtrar.'
46
+ en: ''
47
+ draft:
48
+ type: 'boolean'
49
+ label:
50
+ es: 'Borrador'
51
+ en: 'Draft'
52
+ help:
53
+ es: 'Este artículo aun no está listo para publicar'
54
+ en: "This post isn't ready to be published yet"
55
+ order:
56
+ type: 'order'
57
+ label:
58
+ es: 'Orden'
59
+ en: 'Order'
60
+ help:
61
+ es: 'La posición del artículo en la lista de artículos'
62
+ en: 'The post position in the posts list'
@@ -0,0 +1,101 @@
1
+ ---
2
+ title:
3
+ type: string
4
+ required: true
5
+ label:
6
+ es: Título
7
+ en: Title
8
+ help:
9
+ es: ''
10
+ en: ''
11
+ description:
12
+ type: 'text'
13
+ required: true
14
+ label:
15
+ es: 'Alerta de contenido o descripción del artículo'
16
+ en: 'Content warning or post description'
17
+ help:
18
+ es: |
19
+ Resumen del contenido del artículo, que también usarán redes
20
+ sociales y buscadores. Si el artículo trata de violencias y otros
21
+ temas sensibles, te invitamos a usar este campo como alerta de
22
+ contenido, para que las personas puedan determinar cuándo quieren
23
+ abrirlo.
24
+ en: |
25
+ Summary of the post contents, also used by social media and search
26
+ engines. If the post is about violence and other sensitive
27
+ topics, we invite you to use it as a content warning, so others
28
+ can decide when they want to read it.
29
+ image:
30
+ type: 'image'
31
+ required: true
32
+ path:
33
+ label:
34
+ es: 'Imagen principal'
35
+ en: 'Main image'
36
+ help:
37
+ es: ''
38
+ en: ''
39
+ description:
40
+ label:
41
+ es: 'Descripción de la imagen principal'
42
+ en: 'Main image description'
43
+ help:
44
+ es: ''
45
+ en: ''
46
+ authors_title:
47
+ type: string
48
+ label:
49
+ es: Título de la sección Autorxs
50
+ en: Authors section title
51
+ help:
52
+ es: ''
53
+ en: ''
54
+ content_title:
55
+ type: string
56
+ label:
57
+ es: Título del contenido
58
+ en: Content title
59
+ help:
60
+ es: ''
61
+ en: ''
62
+ content:
63
+ type: 'new_content'
64
+ label:
65
+ es: 'Contenido del artículo'
66
+ en: 'Post content'
67
+ help:
68
+ es: 'Escribe aquí el artículo'
69
+ en: 'Write down your post'
70
+ supporters_title:
71
+ type: string
72
+ label:
73
+ es: Título de la sección de Sponsors
74
+ en: Supporters section title
75
+ help:
76
+ es: ''
77
+ en: ''
78
+ final_message:
79
+ type: string
80
+ label:
81
+ es: Mensaje final
82
+ en: Final message
83
+ help:
84
+ es: ''
85
+ en: ''
86
+ draft:
87
+ type: 'boolean'
88
+ label:
89
+ es: 'Borrador'
90
+ en: 'Draft'
91
+ help:
92
+ es: 'Este artículo aun no está listo para publicar'
93
+ en: "This post isn't ready to be published yet"
94
+ order:
95
+ type: 'order'
96
+ label:
97
+ es: 'Orden'
98
+ en: 'Order'
99
+ help:
100
+ es: 'La posición del artículo en la lista de artículos'
101
+ en: 'The post position in the posts list'
@@ -0,0 +1,34 @@
1
+ ---
2
+ title:
3
+ type: string
4
+ required: true
5
+ label:
6
+ es: Título
7
+ en: Title
8
+ help:
9
+ es: ''
10
+ en: ''
11
+ link:
12
+ type: string
13
+ label:
14
+ es: URL del botón
15
+ en: Button URL
16
+ help:
17
+ es: ''
18
+ en: ''
19
+ draft:
20
+ type: 'boolean'
21
+ label:
22
+ es: 'Borrador'
23
+ en: 'Draft'
24
+ help:
25
+ es: 'Este artículo aun no está listo para publicar'
26
+ en: "This post isn't ready to be published yet"
27
+ order:
28
+ type: 'order'
29
+ label:
30
+ es: 'Orden'
31
+ en: 'Order'
32
+ help:
33
+ es: 'La posición del artículo en la lista de artículos'
34
+ en: 'The post position in the posts list'