<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/website/config, branch main</title>
<subtitle>FreeBSD documentation tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/'/>
<entry>
<title>website: Modernize and simplify language logic</title>
<updated>2026-04-02T19:28:17+00:00</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2026-04-02T19:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=1971d0d1ff1d9b059eb15377e08c41b397b5a1ed'/>
<id>1971d0d1ff1d9b059eb15377e08c41b397b5a1ed</id>
<content type='text'>
The website has really complex deprecated hugo logic for localization.
To simplify this and eliminate linter warnings, we first need a modern
hugo language key. Build that in hugo.toml, and remove all the extra
files related to the old way of doing this. This removes several INFO
messages about deprecated syntax during the build, increases clarity
of the build system, and allows us to begin transitioning off the
remaining deprecated elements.

Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D56173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The website has really complex deprecated hugo logic for localization.
To simplify this and eliminate linter warnings, we first need a modern
hugo language key. Build that in hugo.toml, and remove all the extra
files related to the old way of doing this. This removes several INFO
messages about deprecated syntax during the build, increases clarity
of the build system, and allows us to begin transitioning off the
remaining deprecated elements.

Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D56173
</pre>
</div>
</content>
</entry>
<entry>
<title>Restoration of previously deleted (in 93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf) Russian web-pages:</title>
<updated>2025-10-06T19:14:57+00:00</updated>
<author>
<name>Andrey Zakhvatov</name>
<email>andy@FreeBSD.org</email>
</author>
<published>2025-10-06T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=f27178d4eb7139c6d827f4545477a28261ef1bf4'/>
<id>f27178d4eb7139c6d827f4545477a28261ef1bf4</id>
<content type='text'>
website/content/ru/
website/config/_default/languages.ru.toml

No changes in website/themes/beastie/layouts/index.html intended at this point.

Reviewed by:	carlavilla (mentor)
Approved by:	carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D52916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
website/content/ru/
website/config/_default/languages.ru.toml

No changes in website/themes/beastie/layouts/index.html intended at this point.

Reviewed by:	carlavilla (mentor)
Approved by:	carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D52916
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow git command</title>
<updated>2024-08-19T15:57:41+00:00</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2024-08-19T15:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=826d39cdc4921ba5fce1780cfeeb116da0f0f556'/>
<id>826d39cdc4921ba5fce1780cfeeb116da0f0f556</id>
<content type='text'>
Use the default configuration as show in the Hugo site:
https://gohugo.io/about/security/#security-policy

Necessary for the upcoming update to hugo 0.133.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the default configuration as show in the Hugo site:
https://gohugo.io/about/security/#security-policy

Necessary for the upcoming update to hugo 0.133.0
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Remove 'de' and 'it' languages</title>
<updated>2024-05-25T18:30:45+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2024-05-25T18:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=133b5f7fdd37f7c0135881b33adca0ab3966ec0b'/>
<id>133b5f7fdd37f7c0135881b33adca0ab3966ec0b</id>
<content type='text'>
Search engines are currently redirecting users to localized versions of
outdated content.

Reported by:	grembo
Discussed with:	doceng
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Search engines are currently redirecting users to localized versions of
outdated content.

Reported by:	grembo
Discussed with:	doceng
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warnings in configuration files</title>
<updated>2024-01-22T09:10:56+00:00</updated>
<author>
<name>Minsoo Choo</name>
<email>minsoochoo0122_proton.me</email>
</author>
<published>2024-01-12T19:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=f3d9ae979ea24adce690626504f660065c84526c'/>
<id>f3d9ae979ea24adce690626504f660065c84526c</id>
<content type='text'>
From Hugo doc:

&gt; With v0.109.0 and earlier the basename of the site configuration file was
config instead of hugo. You can use either, but should transition to the new
naming convention when practical.

Therefore `config.toml` is moved to `hugo.toml`.

&gt; The taxonomyTerm page kind was effectively aliased to the taxonomy page kind
in v0.73.0 (https://github.com/bep/hugo/commit/114d4012a89ca88583de5979a6ec4a4799c739b7)

`list` and `single` are unknown configurations. Remove them.

Differential Revision: https://reviews.freebsd.org/D43406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Hugo doc:

&gt; With v0.109.0 and earlier the basename of the site configuration file was
config instead of hugo. You can use either, but should transition to the new
naming convention when practical.

Therefore `config.toml` is moved to `hugo.toml`.

&gt; The taxonomyTerm page kind was effectively aliased to the taxonomy page kind
in v0.73.0 (https://github.com/bep/hugo/commit/114d4012a89ca88583de5979a6ec4a4799c739b7)

`list` and `single` are unknown configurations. Remove them.

Differential Revision: https://reviews.freebsd.org/D43406
</pre>
</div>
</content>
</entry>
<entry>
<title>Website: Remove fr, ja, nl, ru, zh-cn languages</title>
<updated>2023-11-12T14:40:51+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2023-11-12T14:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf'/>
<id>93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf</id>
<content type='text'>
Remove languages without current maintainer.
This doesn't mean that languages can't be aded back in the future
if someone decides to keep the translations.

Discussed with:         bofh@
Approved by:            doceng (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove languages without current maintainer.
This doesn't mean that languages can't be aded back in the future
if someone decides to keep the translations.

Discussed with:         bofh@
Approved by:            doceng (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>website/**/es: Remove es translation for website</title>
<updated>2023-09-27T15:10:11+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-09-27T15:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=0dc1abfa7826e01f378b24a959fda89781e5313a'/>
<id>0dc1abfa7826e01f378b24a959fda89781e5313a</id>
<content type='text'>
It looks like that there is very little interest from the Spanish
developers about FreeBSD as there has not been any single commit on this
apart from the obvious ones:
https://cgit.freebsd.org/doc/log/website/content/es

Additionally our index page also do not point to the Spanish
translations although they do about de, fr, ja, zh-cn and zh-tw.

So I think it's better to kill it rather than serving old outdated
information. If there are more interests from the community we will
reconsider adding or resurrecting this.

Just to clarify this do not delete the es documentation and also have no
such intention to delete. The documentation will remain as is.

Approved by:	carlavilla fernape
Differential Revision:	https://reviews.freebsd.org/D41860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like that there is very little interest from the Spanish
developers about FreeBSD as there has not been any single commit on this
apart from the obvious ones:
https://cgit.freebsd.org/doc/log/website/content/es

Additionally our index page also do not point to the Spanish
translations although they do about de, fr, ja, zh-cn and zh-tw.

So I think it's better to kill it rather than serving old outdated
information. If there are more interests from the community we will
reconsider adding or resurrecting this.

Just to clarify this do not delete the es documentation and also have no
such intention to delete. The documentation will remain as is.

Approved by:	carlavilla fernape
Differential Revision:	https://reviews.freebsd.org/D41860
</pre>
</div>
</content>
</entry>
<entry>
<title>website/**/hu: Kill hu translation for website</title>
<updated>2023-09-07T19:29:15+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-09-07T19:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=80d362440c4167c3d46ebee94ad31c39241fd3a4'/>
<id>80d362440c4167c3d46ebee94ad31c39241fd3a4</id>
<content type='text'>
It looks like that there is very little interest from the Hungarian
developers about FreeBSD as there has not been any single commit on this
apart from the obvious ones:
https://cgit.freebsd.org/doc/log/website/content/hu

Additionally our index page also do not point to the Hungarian
translations although they do about de, fr, ja, zh-cn and zh-tw.

So I think it's better to kill it rather than serving old outdated
information. If there are more interests from the community we will
reconsider adding or resurrecting this.

Just to clarify this do not delete the hu documentation and also have no
such intention to delete. The documentation will remain as is.

Approved by:	carlavilla fernape
Differential Revision:	https://reviews.freebsd.org/D41646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like that there is very little interest from the Hungarian
developers about FreeBSD as there has not been any single commit on this
apart from the obvious ones:
https://cgit.freebsd.org/doc/log/website/content/hu

Additionally our index page also do not point to the Hungarian
translations although they do about de, fr, ja, zh-cn and zh-tw.

So I think it's better to kill it rather than serving old outdated
information. If there are more interests from the community we will
reconsider adding or resurrecting this.

Just to clarify this do not delete the hu documentation and also have no
such intention to delete. The documentation will remain as is.

Approved by:	carlavilla fernape
Differential Revision:	https://reviews.freebsd.org/D41646
</pre>
</div>
</content>
</entry>
<entry>
<title>website: Remove the already disabled languages</title>
<updated>2023-07-28T01:36:31+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2023-07-28T01:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=cd2c9a2cce9dc26e4ee12e4f428baa040aed6642'/>
<id>cd2c9a2cce9dc26e4ee12e4f428baa040aed6642</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Activate git info in the documentation portal and in the website</title>
<updated>2022-04-08T19:33:12+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2022-04-08T19:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=4cf02aa484a0be126c2f2295641549dca4dfb223'/>
<id>4cf02aa484a0be126c2f2295641549dca4dfb223</id>
<content type='text'>
In all pages except the main page for documentation portal
and website will be shown information about who made the last
modification and when.

Thanks to dbaio@ and lwhsu@ to work into the CI infrastructure
to reactivate the git info :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In all pages except the main page for documentation portal
and website will be shown information about who made the last
modification and when.

Thanks to dbaio@ and lwhsu@ to work into the CI infrastructure
to reactivate the git info :)
</pre>
</div>
</content>
</entry>
</feed>
