summaryrefslogtreecommitdiffstats
path: root/docs/index.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "docs: use collections to structure the data"Zbigniew Jędrzejewski-Szmek2024-02-231-18/+8
| | | | | | | | | This reverts commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a. This broke all the URLs, we can't have that. (And actually, we probably don't _want_ to make the change either. It's nicer to have all the pages in one directory, so one doesn't have to figure out to which collection the page belongs.)
* docs: use collections to structure the datahulkoba2024-02-221-8/+18
|
* tree-wide: use https for the 0pointer.de doc linksFrantisek Sumsal2023-06-231-2/+2
|
* docs: overhaul styling for example log messages on startpageBenjamin Franzke2022-05-171-39/+39
| | | | | | | | | | | | | * Use brand-green for demo log messages on the startpage instead of the default `green` color defined by the browser vendor (after all, the brand green color is intended to reflect the boot status output) * Add a matching blue intro color (mixed using HSL from brand-green by 55deg hue rotation and 4% lightness) * Use a defined font-size (to avoid blurry rendering at 13.33333px, due to font-size: smaller) * Add possibility for the browser to show horizontal scrollbar (avoid overflow in mobile view)
* docs: provide a first level headline for the frontpageBenjamin Franzke2022-05-171-0/+2
| | | | | | | * Provides a nice introduction to the intro paragraph * Ensures text of subpages start at the same position as the intro text on the homepage => less visual "jumps" while navigating
* docs: remove trailing spaceBenjamin Franzke2022-05-171-2/+2
|
* docs: add spdx tags to all .md filesZbigniew Jędrzejewski-Szmek2021-09-271-0/+1
| | | | | | I have no idea if this is going to cause rendering problems, and it is fairly hard to check. So let's just merge this, and if it github markdown processor doesn't like it, revert.
* units: adjust description of systemd-update-utmp.serviceZbigniew Jędrzejewski-Szmek2021-06-301-2/+2
| | | | | "Update about" is not gramatically correct. I also think saying "Record" makes this easier to understand for people who don't necessarilly know what UTMP is.
* docs: fix width of console exampleZbigniew Jędrzejewski-Szmek2020-01-151-1/+1
|
* docs: shift console log on index page to the leftZbigniew Jędrzejewski-Szmek2020-01-151-2/+4
|
* docs: add the systemd output exampleZbigniew Jędrzejewski-Szmek2020-01-151-0/+64
| | | | It is still nice...
* docs: update old para with links to the blog storiesZbigniew Jędrzejewski-Szmek2020-01-151-2/+5
| | | | They are of historical interest, but without links not very useful.
* docs: make it prettyTobias Bernard2019-12-111-2/+11
| | | | | | | Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
* docs: beef up entrypoint documentation pageLennart Poettering2019-12-111-3/+9
| | | | | | | | Let's use the rough categorization of the markdown pages to add basic sections, via Jeykll templating. Also, add in a couple of additional links via a JSON array that lists them. So much web development, so much wow!
* docs: generate index.md in JekyllFilipe Brandenburger2019-01-021-18/+5
| | | | | | | | | | This uses a {% for %} loop in Jekyll to render the page, from the "title" information in the Front Matter of the actual page files. This also makes `make-index-md` build rule unnecessary, since generation is done by the template engine itself. Tested this by running Jekyll locally.
* docs: add a "front matter" snippet to our markdown pagesFilipe Brandenburger2019-01-021-0/+4
| | | | | | | | | | | | | | | | It turns out Jekyll (the engine behind GitHub Pages) requires that pages include a "Front Matter" snippet of YAML at the top for proper rendering. Omitting it will still render the pages, but including it opens up new possibilities, such as using a {% for %} loop to generate index.md instead of requiring a separate script. I'm hoping this will also fix the issue with some of the pages (notably CODE_OF_CONDUCT.html) not being available under systemd.io Tested locally by rendering the website with Jekyll. Before this change, the *.md files were kept unchanged (so not sure how that even works?!), after this commit, proper *.html files were generated from it.
* Merge branch 'predictable-interface-names'Zbigniew Jędrzejewski-Szmek2018-12-111-0/+1
| | | | | | This imports the wiki page for predictable interface names. I think it's useful to preserve history here because it's a contentious subject, and it's useful to know when what happened.
* docs: work around GitHub pages weirdnessLennart Poettering2018-11-291-2/+2
| | | | Fixes: #10546
* docs: uppercase the title of our Markdown docsLennart Poettering2018-11-291-3/+3
|
* docs: add brief docs explaing udev's flock() block device node synchronizationLennart Poettering2018-11-291-0/+1
|
* docs: tweak index.md generation and run it againLennart Poettering2018-11-161-23/+16
|
* docs: add a simple, auto-generated index.mdLennart Poettering2018-10-021-0/+25
This is useful for the github pages feature