- 13 Jan, 2021 1 commit
-
-
Dylan Baker authored
-
- 31 Dec, 2020 1 commit
-
-
Dylan Baker authored
-
- 17 Dec, 2020 2 commits
-
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
We already explain this in an article on the website, so let's just link to the content of that instead of repeating ourselves.
-
- 16 Dec, 2020 3 commits
-
-
Dylan Baker authored
-
Dylan Baker authored
-
Dylan Baker authored
-
- 07 Dec, 2020 3 commits
-
-
Erik Faye-Lund authored
After showing this to my wife who is a designer, I was gently reminded that not all people can see as well as I can, and that the text here could need some increased contrast. So let's make the important text a tad easier to read, by decreasing the brightness of the console text, and adding a few dark drop-shadows to the text so the local contrast increases a bit more.
-
Erik Faye-Lund authored
This is the latest kernel panic I've seen on my system, and it happens to kinda-sorta be mesa related. I thought it'd be a fun little tidbit for the 404-page. This makes our 404 page stand out a bit more, which also seems nice.
-
Erik Faye-Lund authored
This is kind of the "poor man's fix" for issue #8. It instructs things like Google indexing what the canonical URL for this article is. A better fix would be to use actual HTTP redirects for all but one of the URLs we currently serve each page under, but that requires infrastructure work.
-
- 04 Dec, 2020 1 commit
-
-
Dylan Baker authored
-
- 03 Dec, 2020 1 commit
-
-
Dylan Baker authored
-
- 25 Nov, 2020 3 commits
-
-
Erik Faye-Lund authored
This makes sure people know where to report problems with dead URLs, which seems like a good thing.
-
Erik Faye-Lund authored
This doesn't make a big difference right now, because the text here is both centered and it's so short it never realistically needs wrapping before the viewport is almost uselessly narrow. But it's nice in case we decide to add more text here, which we probably should.
-
Erik Faye-Lund authored
This file has some newline-issues, let's fix them up before doing other changes.
-
- 23 Nov, 2020 1 commit
-
-
Dylan Baker authored
-
- 17 Nov, 2020 1 commit
-
-
Erik Faye-Lund authored
This better matches what we did for the 20.0.8 and earlier posts. Reviewed-by:
Eric Engestrom <eric@engestrom.ch>
-
- 07 Nov, 2020 1 commit
-
-
Dylan Baker authored
-
- 22 Oct, 2020 3 commits
-
-
Erik Faye-Lund authored
Reivewed-by:
Eric Anholt <eric@anholt.net>
-
Erik Faye-Lund authored
The wiki now links directly to the docs, so let's update where we're linking as well. Reivewed-by:
Eric Anholt <eric@anholt.net>
-
Erik Faye-Lund authored
These were moved in the docs site, let's update the links here to avoid a needless redirection. Reivewed-by:
Eric Anholt <eric@anholt.net>
-
- 14 Oct, 2020 2 commits
-
-
Dylan Baker authored
-
Eric Engestrom authored
-
- 12 Oct, 2020 1 commit
-
-
Eric Engestrom authored
-
- 30 Sep, 2020 4 commits
-
-
Eric Engestrom authored
-
Erik Faye-Lund authored
The list of news comes a bit abrupt here, it seems a bit more logical to add a heading saying what this is.
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
This template is specific to news, so it won't be generally useful for other lists. Let's avoid accidentally using it.
-
- 28 Sep, 2020 2 commits
-
-
Erik Faye-Lund authored
We're using gitlab, so "merge-request" is a more appropriate term. Reviewed-by:
Eric Engestrom <eric@engestrom.ch>
-
Erik Faye-Lund authored
-
- 18 Sep, 2020 1 commit
-
-
Erik Faye-Lund authored
The documentation for Zink is pretty minimal as of now, but it's better than nothing.
-
- 16 Sep, 2020 1 commit
-
-
Eric Engestrom authored
-
- 14 Sep, 2020 1 commit
-
-
Erik Faye-Lund authored
It's sometimes nice to be able to flip through news one at the time directly from the articles. This saves the reader from quite a lot of navigation in that case.
-
- 02 Sep, 2020 1 commit
-
-
Eric Engestrom authored
-
- 19 Aug, 2020 1 commit
-
-
Eric Engestrom authored
-
- 05 Aug, 2020 1 commit
-
-
Eric Engestrom authored
-
- 22 Jul, 2020 1 commit
-
-
Eric Engestrom authored
-
- 18 Jul, 2020 2 commits
-
-
Erik Faye-Lund authored
We used to use the date of each news-item as the heading, but after converting them, I standardized the headings to be something more meaningful. But it's still useful to see the date, so let's still display that. This takes a slight shortcut; it specializes the news-version of single, but leaves dates in the _default version of list.html. This is because dates only makes sense for news, and we don't have any lists of non-news. Closes: #9Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
Erik Faye-Lund authored
It's entirely possible for summaries to contain paragraphs, so let's wrap it in a div instead. And let's add a margin at the bottom of it, to make the spacing consistent. This should render the same as before, but produce less warnings when validating using Tidy. Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
- 14 Jul, 2020 1 commit
-
-
Eric Engestrom authored
The `,` after the URL was swallowed in, making it 404
-