Browse Source

hugo's publishDate setting is messed up, switching to date

Brendan Abolivier 6 years ago
parent
commit
81edd64a39
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
2 changed files with 15 additions and 1 deletions
  1. 14
    0
      content/free-software-to-save-the-world.md
  2. 1
    1
      content/one-post-a-week.md

+ 14
- 0
content/free-software-to-save-the-world.md View File

@@ -179,3 +179,17 @@ to an ethical issue. To continue with the previous examples Firefox is introduce
179 179
 as a solution to mass surveillance and respectful browsing on the Web, and
180 180
 the Wikimedia Foundation works, (partly) by developping their software, towards
181 181
 providing free and reliable knowledge to the world.
182
+
183
+Another kind of structure that can be found in the free software ecosystem is a
184
+company. Because of the changes in the software industry pushing developers
185
+towards not selling the software they've created, but rather selling their expertise
186
+to use, host or hack it, companies are now able to get some money in while working
187
+exclusively on free software. Some companies are selling hosting of their service,
188
+such as [GitLab](https://about.gitlab.com/gitlab-com/), others are selling corporate
189
+support for companies using their software like [Matrix.org](https://matrix.org/)
190
+does. And it ususally works, because who can help you out with a piece of software,
191
+or host it for you, better than the people making it?
192
+
193
+Last, but not least, a few projects are also lead by independant developers working
194
+as freelancers. Examples are way fewer than for the two first structures, but they
195
+do exist. Take a look, for example, 

+ 1
- 1
content/one-post-a-week.md View File

@@ -2,7 +2,7 @@
2 2
 title: One post a week
3 3
 description: When I was at BreizhCamp, a 3-day long tech conference in the West of France that happened a couple of weeks ago, I attended a talk that gave me the idea to share each week on this blog some new stuff I learned on the way.
4 4
 tags: [ 'blog', 'post', 'week', 'introduction' ]
5
-publishDate: 2018-04-14
5
+date: 2018-04-14
6 6
 draft: false
7 7
 ---
8 8