34 Commits

Author SHA1 Message Date
Olivier Lacan
bee0534514 Make page title & description dynamic
Previously they had to be duplicated from the page
frontmatter but that's not necessary and also makes
it possible to have correct OpenGraph title and
descriptions.
2024-02-04 21:13:49 -08:00
Olivier Lacan
535bb7d6f3 Fix language declaration for changelog
Barewords don't work in Haml. Gotta quote strings.
2023-03-07 15:56:15 -08:00
Philip Eriksson
2c562d1e5b
HTML changes to languages (#461)
* Move language tag to root

* Add language tag to changelog example
2023-03-07 13:36:59 -08:00
Olivier Lacan
5f596f251f Convert all links to JSON data
This will remove a lot of redundant variable definitions from
Haml translations and centralize everything so it's much easier to
update links when the invariably change. As they have.
2023-03-05 23:36:54 -08:00
Olivier Lacan
2eb5b2924f Switch from master branch to main branch
# Tell me everything!

# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will Soto <will-soto@pluralsight.com>
# Co-authored-by: Jaron Thatcher <jaron-thatcher@pluralsight.com>
# Co-authored-by: Travis Denny <travis-denny@pluralsight.com>
# Co-authored-by: Spencer Smith <specman016@gmail.com>
2021-04-30 17:12:27 -04:00
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Olivier Lacan
3a7298570a Prevent 1.1.0 from being $latest_version for now
We don't quite yet want to redirect to this version although it will be
good to be able to test it.
# Title

# Tell me everything!

# Co-authors (they will be credited on GitHub as well)
# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will <will-soto@pluralsight.com>
# Co-authored-by: thatchej <jaron-thatcher@pluralsight.com>
2019-02-15 13:06:00 -05:00
Richard Littauer
20dd4411d9 Added bad changelog paragraph on inconsistency
Having an inconsistent changelog is bad. I feel this should be mentioned.
2019-02-15 11:33:19 -05:00
Olivier Lacan
f4c0c0834f Remove all links to Gemnasium
Fixes #267
2018-11-07 12:10:12 -05:00
Olivier Lacan
d70cdd08da Fix unbalanced braces 2018-09-04 14:26:33 -04:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Olivier Lacan
7499a6ac07
Merge pull request #220 from stevemoser/patch-1
Add links to GNU guide
2018-04-21 12:24:34 -04:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
Olivier Lacan
b73c04571c
Merge pull request #224 from pboling/patch-1
Fix typo - Add missing comma
2018-02-13 10:57:14 -05:00
Peter Boling
1fbc66cb96
Fix typo - Add missing comma 2018-01-04 23:32:16 -08:00
Steve Moser
58ff6621bf
Add links to GNU guide 2017-12-13 17:36:36 -05:00
Andrew Petro
3651a6ad84
trivial: "of each version" not "of each versions"
Fix a trivial typo.
2017-11-16 16:59:49 -06:00
Olivier Lacan
c81765b3ea Address issues with Confusing Dates section
This section was by far the weakest since it focused too heavily on
issues with the U.S.-based date formats and not enough on justifying
the recommendation.

Addresses #191 #178
2017-07-18 12:54:17 +02:00
Olivier Lacan
e82086e32d Fix issues link
Fixes #177
2017-06-24 01:45:08 +02:00
Emre Erkan
792791f9e8 Small fix to en and Turkish (tr_TR) translations 2017-06-20 21:08:43 +03:00
Olivier Lacan
a59026e889 Fix typos and remove errors 2017-06-08 16:01:23 +02:00
Olivier Lacan
57a3020b78 Sweating the details with styles 2017-05-24 11:40:09 -04:00
Olivier Lacan
a0a8e31dfc Add GitHub releases section in FAQ 2017-05-24 11:40:09 -04:00
Olivier Lacan
fde9698cb0 Convert 0.4.0 to 1.0.0
It’s time.

Reworked sections and extracted out-of-band information
into a frequently asked questions section as a sort of catch all
to keep everything focused.

Gave up Markdown since it seriously limits our styling possibilities
while Haml doesn’t hurt the legibility or the barrier to entry much.

Only part I don’t love yet are the reference links that are now up
top in the source file.
2017-05-16 10:43:22 -06:00
Olivier Lacan
69723cdea2 Improve commit log diffs section 2017-04-28 16:02:57 -07:00
Olivier Lacan
6a60ed5243 Text styling and organization improvements 2017-04-27 12:20:54 -07:00
Olivier Lacan
bc8d9993d4 Clarify guiding principles & types 2017-04-27 12:20:10 -07:00
Olivier Lacan
68714f8946 Rewrite "What makes unicorns cry?”
Gah, this section sucked. Broke it down into multiple sub-sections
instead of a list.
2017-04-27 12:18:38 -07:00
Olivier Lacan
7af2d256ea Answer what, why, who, and how
The previous version was very wordy. Let’s get to it.
2017-04-27 12:16:26 -07:00
Olivier Lacan
2e4f7351e8 Remove confusing section about casing
We just say “changelog” now and we can scrap this mess.
2017-04-27 12:09:24 -07:00
Olivier Lacan
fcce20efff Stop using weird Haml break for changelog preview
It’s really not worth the double filter call and I’m sure I can find
some way to use Middleman to extract this into a method.
2017-04-05 05:27:12 -04:00
Olivier Lacan
6b1602191f Initial draft of version 0.4.0
First, let’s stop shouting in the title.
2017-04-04 18:42:54 -04:00
Olivier Lacan
9afff8fc3e Upgrade to Middleman 4.1.10 2016-08-06 01:37:12 -04:00
Olivier Lacan
adfbaf9235 Flip the directory organization to have lang first
Thanks @jswanner you’re so swell and stuff.
2016-08-05 20:00:43 -04:00