aboutsummaryrefslogtreecommitdiff
path: root/documentation/themes
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade copyright datesSergio Carlavilla Delgado2025-08-139-18/+18
|
* Documentation - Layout: Upgrade to Hugo 0.146.0 layoutSergio Carlavilla Delgado2025-08-1315-1/+1
|
* Add Plausible Analytics to main site and docsMark Phillips2025-05-131-0/+3
| | | | | | Reviewed by: fernape, dch With hat: core Differential Revision: https://reviews.freebsd.org/D49757
* Add registered trademark for QEMUBenedict Reuschling2025-04-181-0/+3
| | | | | | Event: Easterhegg 2025 PR: 280945 Differential Revision: https://reviews.freebsd.org/D49806
* Documentation - Theme: Fix edit buttonDaniel Cunha2025-01-183-4/+14
| | | | | Approved by: carlavilla@ Pull Request: https://github.com/freebsd/freebsd-doc/pull/396
* Upgrade copyright yearsSergio Carlavilla Delgado2025-01-071-2/+2
|
* themes/beastie/layouts/partials/site-head.html: Fix a typoMarc Fonvieille2024-12-161-1/+1
| | | | s/css.Saas/css.Sass/ this should unbreak offline build.
* documentation: Fix build with gohugo 0.139.4Fernando Apesteguía2024-12-091-2/+2
| | | | resources.ToCSS was deprecated in 0.128. gohugo 0.139.4 errors on this.
* documentation/themes: Enhance the book-menu featureDanilo G. Baio2024-09-152-4/+4
| | | | | | | | | | To activate the book menu, it is essential for the document to have a showBookMenu parameter set as a boolean. However, not all documents use a boolean; many utilize a string 'true' instead. This inconsistency often arises from translations, where our current tool, po4a, does not handle frontmatter correctly. This will ensure that the book menu displays correctly regardless of whether showBookMenu is set as a boolean or a string.
* doc/pt-br: Add search translationDanilo G. Baio2024-09-151-1/+1
|
* documentation/themes: Fix the Download PDF link after Hugo upgradeDanilo G. Baio2024-06-294-12/+24
| | | | | PR: 279896 Reported by: freebsd.illusive064@passinbox.com
* documentation/themes: Refactor for Hugo 0.123.X compatibilityDanilo G. Baio2024-03-233-57/+18
| | | | | | | | | | | | | | | | | | - Simplify path extraction logic in menu partial to match only with the main document/book, enhancing maintainability and future Hugo compatibility. - Optimize articles and books directory listings by leveraging Hugo's built-in .Sections to fetch content, replacing manual slice construction and sorting logic. This approach streamlines the code and is more idiomatic with recent Hugo versions. - These changes are part of necessary adjustments for the upgrade to Hugo version 0.123.X, ensuring our theme's compatibility and taking advantage of Hugo's latest features and performance improvements. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* el: Update the Greek documentation portalChristos Longros2024-02-241-4/+4
| | | | | | | | Typos and terminology updates. While here, update Greek translators' files. Pull Request: https://github.com/freebsd/freebsd-doc/pull/297/
* Documentation - Greek: Translate Documentation Portal to GreekChris Longros2023-10-241-40/+40
| | | | | Reviewed by: carlavilla@, Graham Perrin <grahamperrin@gmail.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/283
* Documentation - Portal: Upgrade FAQ descriptionSergio Carlavilla Delgado2023-10-161-1/+1
|
* documentation/themes/beastie/i18n/it.toml: Translate "Search"Lorenzo Salvadore2023-09-251-1/+1
| | | | | For some reason, the "Search" keyword has not been translated in the past. Translate it now.
* pt-br: Add stale-warning-message translationDanilo G. Baio2023-09-101-0/+6
|
* Documentation Portal: Finish Russian translation of the PortalAndrey Zakhvatov2023-09-071-54/+54
|
* Documentation Portal: Sync Russian i18n with EnglishSergio Carlavilla Delgado2023-09-021-0/+165
|
* remove non-standard Crawl-delay directiveWolfram Schneider2023-09-021-1/+0
|
* Documentation Portal: Initial translation of the portal to RussianAndrei Zakhvatov2023-09-011-83/+89
| | | | PR: 273459
* Doc: Move search functionality from DDG to our custom search engineSergio Carlavilla Delgado2023-08-192-12/+8
| | | | | | | | | | Move search functionality from DDG to our custom search engine. In this way we will improve the privacy since nobody outside the FreeBSD Project will have the data. Thanks to bapt@ to install and configure the search engine Approved by: doceng(implicit)
* there are no cgi scripts running at docs.freebsd.org anymoreWolfram Schneider2023-08-071-14/+1
|
* remove duplicated entryWolfram Schneider2023-08-071-1/+0
|
* HTML copyright meta tag: Generate copyright year automaticallySergio Carlavilla Delgado2023-08-041-1/+1
|
* Sync some copyright yearsSergio Carlavilla Delgado2023-08-019-18/+18
| | | | | - FAQ - Styles and JavaScript from the theme
* Documentation portal: Fix search scopeMinsoo Choo2023-07-221-1/+1
| | | | | | PR: 268894 Submitted by: grahamperrin@ Differential Revision: https://reviews.freebsd.org/D41094
* Documentation Portal Styles: Add padding top to h3 headersMinsoo Choo2023-07-201-0/+1
| | | | Differential Revision: https://reviews.freebsd.org/D41066
* Documentation Portal Styles: Add margin to articles headerMinsoo Choo2023-07-201-0/+4
| | | | Differential Revision: https://reviews.freebsd.org/D41062
* Documentation theme: Add new system option to theme chooserMinsoo Choo2023-07-1422-4/+75
| | | | | | | | | | | Add new 'system' option to the theme chooser. In this way the user will not have to select the theme and the system will choose it automatically based on the theme of the web browser Tested in: Chromium and Firefox in FreeBSD. Differential Revision: https://reviews.freebsd.org/D41024
* documentation/themes/beastie/i18n/it.toml: Various improvementsLorenzo Salvadore2023-04-261-12/+12
| | | | | | | | | | - Remove Oxford commas: they are not used in Italian. - Translate GitHub and GitLab tradermarks lines, which have been added with commit 02a2c746a63591012e5a7a44f026c82c6ffc4a44. Approved by: dbaio (co-mentor), carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D39801
* documentation/themes/beastie/i18n/it.toml: Fix general trademarkLorenzo Salvadore2023-04-251-1/+1
| | | | | Translate "in this document" as "nel documento" instead of as "nel libro": not all documents are books.
* Design - Improve 'code' tag renderSergio Carlavilla Delgado2023-04-101-1/+1
|
* Design - tables align text to topSergio Carlavilla Delgado2023-04-091-0/+1
| | | | | PR: 269819 Reported by: grahamperrin@
* Upgrade Copyright yearsSergio Carlavilla Delgado2023-04-041-2/+2
|
* documentation: Enable the new trademarksDanilo G. Baio2023-03-1019-0/+174
| | | | | | | | | Introduced on 02a2c746a63591012e5a7a44f026c82c6ffc4a44. While here, replicate them to the translation files. PR: 270071 Reported by: salvadore
* Trademarks: Be sligthly more precise about GitHubLorenzo Salvadore2023-03-071-1/+1
| | | | | | | | | Specify that the GitHub trademark is "registered in the United States and other countries". Source: https://github.com/logos Approved by: doceng (blanket)
* Trademarks: Add Git, GitHub and GitLabLorenzo Salvadore2023-03-051-0/+9
| | | | | | | | | | | | | | | | | | | | | - Git: add the trademark line suggested by https://git-scm.com/about/trademark - GitLab: add the trademark line requested by https://about.gitlab.com/handbook/marketing/brand-and-product-marketing/brand/brand-activation/trademark-guidelines/ - GitHub: it is a registered trademark according to the following links: https://github.com/logos https://docs.github.com/en/site-policy/github-terms/github-open-source-applications-terms-and-conditions#githubs-logos https://tmsearch.uspto.gov/bin/showfield?f=doc&state=4808:xvjz5y.2.4 Apply the newly introduced trademarks to the Committer's guide. Also add a TM symbol immediately after the first reference to the GitLab Name as requested by https://about.gitlab.com/handbook/marketing/brand-and-product-marketing/brand/brand-activation/trademark-guidelines/ Approved by: doceng (carlavilla) Differential Revision: https://reviews.freebsd.org/D38916
* Add message indicating that possibly the translation is obsoleteSergio Carlavilla Delgado2023-03-045-4/+42
| | | | Approved by: doceng(implicit)
* Clean extra whitespace in TOML filesSergio Carlavilla Delgado2023-02-268-14/+14
| | | | | Submitted by: Vedran Miletić Pull Request: https://github.com/freebsd/freebsd-doc/pull/108
* documentation: Replace docs-legacy links to docs-archiveDanilo G. Baio2023-02-231-2/+2
|
* Vertically align of calloutsSergio Carlavilla Delgado2023-02-171-0/+1
| | | | | Reported by: Gaelan Lloyd Pull Request: https://github.com/freebsd/freebsd-doc/pull/111
* Fix search box font colorSergio Carlavilla Delgado2023-02-171-1/+1
| | | | | PR: 269590 Submitted by: emaste@
* documentation: Fix empty keywordsDanilo G. Baio2023-02-111-1/+1
| | | | | The tags info is available in the Hugo Page-level Params and not in the Site Variables.
* doc/portal: Update the address of the manual pagesDanilo G. Baio2023-01-281-1/+1
| | | | | Manual pages are now hosted in man.freebsd.org instead of www.freebsd.org.
* Fix single page problem in FAQ, dev-model and design-44bsdCiarán Ainsworth2023-01-281-4/+0
| | | | | PR: 265276 Reported by: grahamperrin@
* Changes in FDP primerJethro Nederhof2023-01-081-3/+15
| | | | | | | | | | | | | * Minor grammar tweaks * Improvements in AsciiDoc syntax * Improvements in css code blocks * Display language on hover in code blocks * Use console instead shell in some code blocks[1] * Add link for Flycheck PR: 268764 [1] https://docs.asciidoctor.org/asciidoc/latest/verbatim/source-highlighter/#shell-vs-console
* Improve SEO of the Documentation PortalSergio Carlavilla Delgado2022-12-101-1/+1
| | | | | * Remove SVN tag * Stop indexing the archive
* Improve SEO of the Documentation PortalSergio Carlavilla Delgado2022-12-101-2/+2
| | | | | * Remove SVN tag * Stop indexing the archive
* beastie theme: en.toml apostrophes and moreGraham Perrin2022-11-261-8/+8
| | | | | | | | | | | | | | | | | | | | Apostrophes are not necessary in phrases such as 'FreeBSD's Handbook' and 'Documentation's Handbook'. 'Presentation and papers': should be plural, 'Presentations and papers'. 'Documentation Project Handbook' instead of 'Documentation Handbook' (still, not as long as the full title 'FreeBSD Documentation Project Primer for New Contributors'). 'Get FreeBSD' instead of 'Download FreeBSD'. Three other minor changes (Articles, Books, Forum). Reviewed by: ceri, pauamma Approved by: carlavilla Differential revision: https://reviews.freebsd.org/D37503