summaryrefslogtreecommitdiffstats
path: root/docs/_config.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "docs: don't suffix page permalink with a slash"Frantisek Sumsal2024-04-171-1/+1
| | | | | | This breaks existing links with a trailing slash, so it's a no-go. This reverts commit d1a7e030c5daa4a09ee93b8af6b28ecaac5d34d0.
* docs: don't suffix page permalink with a slashFrantisek Sumsal2024-04-151-1/+1
| | | | | | | | | | | | | | | | As it breaks relative links to other pages. For example, the BOOT_LOADER_INTERFACE page has a relative link to AUTOMATIC_BOOT_ASSESSMENT. With a slash in the page's permalink, that link leads to: http://127.0.0.1:4000/BOOT_LOADER_INTERFACE/AUTOMATIC_BOOT_ASSESSMENT which is incorrect. Dropping the trailing slash makes the link link to the correct place: http://127.0.0.1:4000/AUTOMATIC_BOOT_ASSESSMENT Resolves: #32088
* Revert "docs: use collections to structure the data"Zbigniew Jędrzejewski-Szmek2024-02-231-27/+2
| | | | | | | | | 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-2/+27
|
* docs: use https:// for fd.o linksZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
|
* docs: mark spdx headers with the default license to website filesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
| | | | | | | | | Those were added in b41a3f66c97e3d861faed04b727daf929383b827 without an explicit license, so they are under the default license. Some files already got a header previously, so this only touches the remaining. The same should be done for docs/_data/extra_pages.json, but it's json, and json doesn't allow comments.
* docs: make it prettyTobias Bernard2019-12-111-1/+9
| | | | | | | Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
* Set theme jekyll-theme-primerMichael Biebl2018-10-161-1/+1
| | | | | | This theme uses anchorjs to provide mouse-over anchor links. Closes: #10418
* Set theme jekyll-theme-caymanLennart Poettering2018-10-161-1/+1
|
* Set theme jekyll-theme-minimalLennart Poettering2018-10-121-1/+1
|
* Set theme jekyll-theme-dinkyLennart Poettering2018-10-121-1/+1
|
* Set theme jekyll-theme-modernistLennart Poettering2018-10-021-1/+1
|
* Set theme jekyll-theme-tactileLennart Poettering2018-10-021-1/+1
|
* Set theme jekyll-theme-slateZbigniew Jędrzejewski-Szmek2018-09-121-0/+1