aboutsummaryrefslogtreecommitdiff
path: root/website/static/gifs
Commit message (Collapse)AuthorAgeFilesLines
* Website/Handbook: Add Fastly referenceMark Phillips2025-08-121-0/+1
| | | | | | Reviewed by: dbaio@ Approved by: dch@ Differential Revision: D49695
* Upgrade Gnome screenshots to show newer versionsSergio Carlavilla Delgado2022-07-242-0/+0
| | | | | PR: 265225 Submitted by: grahamperrin@
* Remove pages for unsupported platforms: alpha, ia64, and pc98.John Baldwin2021-10-014-0/+0
| | | | | Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D32262
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-25253-0/+84
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core