flora 1.1.5 → 1.1.6
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.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +17 -0
- data/README.md +1 -1
- data/lib/flora/plugins/blog/post.rb +1 -1
- data/lib/flora/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dc5a16356c4cff374c2f993caaabadfbf4fe0dacc557d0ebd26a63492a5cdad
|
|
4
|
+
data.tar.gz: bf9e1a5ed1c8f4a70ebf45adc349cf76e6372fdfb569509cd6206814c5fb229e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 647d164f0c98160b47f6a5b6734f2ea261acc45a0f431a82a5e278fdf97283d6d81586f492933fc638d6f9a1ad46c77d83ed389a10690bde62de3a9647a1f827
|
|
7
|
+
data.tar.gz: d8a83d22786d85e7db24503a97d1f17c4db608a4eaa4e12fba9ca60eb1c8d94d3c1b301d3346e258d6ab32fb62af77d0b29325fc119c78983918bf043e8547b0
|
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Community code of conduct
|
|
2
|
+
|
|
3
|
+
## Why do we even need one of these anyway?
|
|
4
|
+
|
|
5
|
+
The world is kinda fucked up these days, and a lot of people in the world don't feel safe. The world is also fucked up in an uneven way. Recently, the US government has been explicitly targeting trans people and immigrants, but this country also has a long history of oppression of every minority race, gender, nationality, and sexual orientation. We live in a world that's swimming in a milieu of hatred.
|
|
6
|
+
|
|
7
|
+
Given all this, it's important to make Flora a space that doesn't replicate or tolerate these harmful ideologies. It's important not just because it could turn away a potential contributor, but because it's the right thing to do.
|
|
8
|
+
|
|
9
|
+
Technology doesn't exist in a vacuum, and pretending that it does only supports the status quo of oppression. If we we aren't part of the solution, we're doomed to be part of the problem.
|
|
10
|
+
|
|
11
|
+
## What to do
|
|
12
|
+
|
|
13
|
+
Given all that, I have only two asks for you.
|
|
14
|
+
1. Be kind to people. Kindness is not just saying nice words. Kindness is having patience with people. Kindness is focusing on building people up. Kindness is remembering that everyone is still learning and growing. Kindness is knowing that we all walked different paths to get here.
|
|
15
|
+
2. Tear down oppressive hierarchies. This means: being anti-racist, being anti-capitalist, being feminist, and fighting for trans liberation. These have to be actions we take, and not just thoughts we believe.
|
|
16
|
+
|
|
17
|
+
If you can't try to do these two things, Flora might not be the community for you.
|
data/README.md
CHANGED
|
@@ -63,7 +63,7 @@ Flora is an opinionated static site generator, and you should generally follow t
|
|
|
63
63
|
|
|
64
64
|
### Static only
|
|
65
65
|
|
|
66
|
-
Flora will only ever generate static websites. If you need dynamic content, look elsewhere!
|
|
66
|
+
Flora will only ever generate static websites. If you need dynamic content, look elsewhere!
|
|
67
67
|
|
|
68
68
|
### A Ruby-first approach
|
|
69
69
|
|
data/lib/flora/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flora
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Vladimiroff
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
email:
|
|
139
|
-
-
|
|
139
|
+
- nick@codeandcake.dev
|
|
140
140
|
executables:
|
|
141
141
|
- flora
|
|
142
142
|
extensions: []
|
|
@@ -144,6 +144,7 @@ extra_rdoc_files: []
|
|
|
144
144
|
files:
|
|
145
145
|
- ".document"
|
|
146
146
|
- ".woodpecker.yml"
|
|
147
|
+
- CODE_OF_CONDUCT.md
|
|
147
148
|
- LICENSE.txt
|
|
148
149
|
- README.md
|
|
149
150
|
- Rakefile
|
|
@@ -186,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
187
|
- !ruby/object:Gem::Version
|
|
187
188
|
version: '0'
|
|
188
189
|
requirements: []
|
|
189
|
-
rubygems_version:
|
|
190
|
+
rubygems_version: 3.7.2
|
|
190
191
|
specification_version: 4
|
|
191
192
|
summary: A static site generator.
|
|
192
193
|
test_files: []
|