<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/documentation/config/_default/config.toml, branch main</title>
<subtitle>FreeBSD documentation tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/'/>
<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>doc: Increase Hugo timeout</title>
<updated>2024-01-17T01:02:21+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2024-01-17T01:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=3557dff6c5924581fbeff5514c26c48fba4a3177'/>
<id>3557dff6c5924581fbeff5514c26c48fba4a3177</id>
<content type='text'>
We are receiving several reports of pkg-fallouts with the error message
"... timed out after 1m0s."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are receiving several reports of pkg-fallouts with the error message
"... timed out after 1m0s."
</pre>
</div>
</content>
</entry>
<entry>
<title>Hugo config: Set timeout for 60s</title>
<updated>2024-01-10T17:38:25+00:00</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2024-01-10T17:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=ba67c2538e94aabf298aba705ec911c97fa8b021'/>
<id>ba67c2538e94aabf298aba705ec911c97fa8b021</id>
<content type='text'>
In 93f1bbf374afa5b350b2a8423c8b512bec76486b we wanted to double the
default timeout, set it explicitly.

Ref:
 * https://gohugo.io/getting-started/configuration/#timeout
 * https://pkg.go.dev/time#Duration

Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 93f1bbf374afa5b350b2a8423c8b512bec76486b we wanted to double the
default timeout, set it explicitly.

Ref:
 * https://gohugo.io/getting-started/configuration/#timeout
 * https://pkg.go.dev/time#Duration

Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation Portal: Move GitHub url from edit to blob</title>
<updated>2023-08-30T15:40:00+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2023-08-30T15:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=e52c79320b03645cf9097d883e9d3aae2177ca60'/>
<id>e52c79320b03645cf9097d883e9d3aae2177ca60</id>
<content type='text'>
Approved by:            fernape@, dbaio@ by email
Differential Revision:  https://reviews.freebsd.org/D41601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:            fernape@, dbaio@ by email
Differential Revision:  https://reviews.freebsd.org/D41601
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Increase Hugo timeout for default builds</title>
<updated>2023-04-25T00:50:20+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2023-04-25T00:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=4971f6343dece816408558d702d78732cfffe652'/>
<id>4971f6343dece816408558d702d78732cfffe652</id>
<content type='text'>
Some developers and contributors have reported experiencing timeouts
when using cloud VMs with low resources.  Configure the same timeout as
that used for offline builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some developers and contributors have reported experiencing timeouts
when using cloud VMs with low resources.  Configure the same timeout as
that used for offline builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase Hugo timeout</title>
<updated>2023-04-09T10:15:39+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2023-04-09T10:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=93f1bbf374afa5b350b2a8423c8b512bec76486b'/>
<id>93f1bbf374afa5b350b2a8423c8b512bec76486b</id>
<content type='text'>
In some situations the default timeout in Hugo was not enough
The timeout is doubled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some situations the default timeout in Hugo was not enough
The timeout is doubled
</pre>
</div>
</content>
</entry>
<entry>
<title>Move heading anchors to the end and add improve rendering on mobile</title>
<updated>2022-09-01T19:17:02+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2022-09-01T19:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=b68e44392bcd6420ec1b83e7fb63adac645db98f'/>
<id>b68e44392bcd6420ec1b83e7fb63adac645db98f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Activate section anchors in the Documentation Portal</title>
<updated>2022-07-15T09:52:35+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2022-07-15T09:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=52e33b2723159afc28ecdad36dae5bc51e52e47c'/>
<id>52e33b2723159afc28ecdad36dae5bc51e52e47c</id>
<content type='text'>
Right now every heading except the main one will display an
anchor when the cursor is over the heading.

In this way parts of the documentation can be easily shared
only clicking in the anchor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now every heading except the main one will display an
anchor when the cursor is over the heading.

In this way parts of the documentation can be easily shared
only clicking in the anchor.
</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>
<entry>
<title>Disable Git information</title>
<updated>2022-03-25T20:57:32+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2022-03-25T20:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=a5470d7e197d1316779bfa2fe39c7a46bad74a35'/>
<id>a5470d7e197d1316779bfa2fe39c7a46bad74a35</id>
<content type='text'>
The Hugo git information fails in the jenkins instance.
Disable until find a proper solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Hugo git information fails in the jenkins instance.
Disable until find a proper solution.
</pre>
</div>
</content>
</entry>
</feed>
