<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Migration Wordpress vers Hugo]]></title><description><![CDATA[<p dir="auto">Les étapes sur Debian :</p>
<pre><code># apt-get update
# apt-get upgrade
# apt-get install git python3-pip
# apt-get install git python3-pygments
# export VER="v0.150"
# wget https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.deb
# export PATH=/sbin:/usr/sbin:$PATH
# dpkg -i ./hugo_0.150.0_linux-amd64.deb
# mkdir hugo &amp;&amp; cd hugo
# hugo new site blog.cyber-neurones.org
Congratulations! Your new Hugo site was created in /root/hugo/blog.cyber-neurones.org.

Just a few more steps...

1. Change the current directory to /root/hugo/blog.cyber-neurones.org.
2. Create or install a theme:
   - Create a new theme with the command "hugo new theme &lt;THEMENAME&gt;"
   - Or, install a theme from https://themes.gohugo.io/
3. Edit hugo.toml, setting the "theme" property to the theme name.
4. Create new content with the command "hugo new content &lt;SECTIONNAME&gt;/&lt;FILENAME&gt;.&lt;FORMAT&gt;".
5. Start the embedded web server with the command "hugo server --buildDrafts".

See documentation at https://gohugo.io/.
# cd blog.cyber-neurones.org/
# hugo server
# cd themes/
# git submodule add https://github.com/MeiK2333/github-style
Clonage dans '/root/hugo/blog.cyber-neurones.org/themes/github-style'...
remote: Enumerating objects: 1176, done.
remote: Counting objects: 100% (582/582), done.
remote: Compressing objects: 100% (154/154), done.
remote: Total 1176 (delta 480), reused 428 (delta 428), pack-reused 594 (from 2)
Réception d'objets: 100% (1176/1176), 2.58 Mio | 9.59 Mio/s, fait.
Résolution des deltas: 100% (706/706), fait.
# cd ..
cat &gt; .gitignore &lt;&lt; EOF
themes
resources/_gen
assets/jsconfig.json
public
EOF
# cp themes/github-style/config.template.toml  themes/github-style/config.toml


# hugo server --bind 192.168.1.118 --baseURL http://192.168.1.118
# 
</code></pre>
<p dir="auto">Import : ( <a href="https://github.com/ashishb/wp2hugo" rel="nofollow ugc">https://github.com/ashishb/wp2hugo</a> )</p>
<pre><code># wget https://github.com/ashishb/wp2hugo/releases/download/1.17.0/wp2hugo_Linux_x86_64.tar.gz
# tar zxvf wp2hugo_Linux_x86_64.tar.gz
# chmod +x wp2hugo
# ./wp2hugo --source cyberneurones.WordPress.2025-09-22.xml --download-media
02:44:49PM DBG main.go:54 &gt; Reading website export source=cyberneurones.WordPress.2025-09-22.xml
...
02:45:06PM INF media_cache_setup.go:81 &gt; media will be fetched url=![misdoubt.png](https://www.cyber-neurones.org/wp-content/plugins/ultimate-tinymce/addons/emotions/img/popobig/misdoubt.png)
02:45:08PM FTL main.go:47 &gt; Error: error fetching media file ![misdoubt.png](https://www.cyber-neurones.org/wp-content/plugins/ultimate-tinymce/addons/emotions/img/popobig/misdoubt.png:) error fetching media ![misdoubt.png](https://www.cyber-neurones.org/wp-content/plugins/ultimate-tinymce/addons/emotions/img/popobig/misdoubt.png:) 404 Not Found

....

</code></pre>
<p dir="auto">Misère.</p>
]]></description><link>https://lemmy.cyber-neurones.org/topic/131/migration-wordpress-vers-hugo</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:35:50 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/131.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Sep 2025 12:57:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Wed, 24 Sep 2025 19:13:45 GMT]]></title><description><![CDATA[<p dir="auto">Echec dans le test de timeline :</p>
<pre><code># hugo server --bind 0.0.0.0 --baseURL https://move.cyber-neurones.org -t github-style,hugo-shortcode-gallery,hugo-shortcode-timeline --disableFastRender --appendPort=false -D --disableFastRender --disableLiveReload
WARN  Module "hugo-shortcode-gallery" is not compatible with this Hugo version: Min 0.121.2 extended; run "hugo mod graph" for more information.
Watching for changes in /root/hugo/move.cyber-neurones.org/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /root/hugo/move.cyber-neurones.org/hugo.toml, /root/hugo/move.cyber-neurones.org/themes/github-style/config.toml, /root/hugo/move.cyber-neurones.org/themes/hugo-shortcode-gallery/config.toml, /root/hugo/move.cyber-neurones.org/themes/hugo-shortcode-timeline/config.toml
Start building sites … 
hugo v0.150.0-3f5473b7d4e7377e807290c3acc89feeef1aaa71 linux/amd64 BuildDate=2025-09-08T13:01:12Z VendorInfo=gohugoio

ERROR TOCSS: failed to transform "/shortcode-timeline/timeline-mobile.sass" (text/x-sass). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 197 ms
Error: error building site: TOCSS: failed to transform "/shortcode-timeline/timeline.sass" (text/x-sass). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/326</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/326</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 24 Sep 2025 19:13:45 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 20:31:09 GMT]]></title><description><![CDATA[<p dir="auto">J’avais un problème, pas la bonne baseURL :</p>
<pre><code># hugo server --bind 0.0.0.0 --baseURL https://move.cyber-neurones.org -t github-style,hugo-shortcode-gallery --disableFastRender --appendPort=false -D --disableFastRender --disableLiveReload
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/314</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/314</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 20:31:09 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:58:37 GMT]]></title><description><![CDATA[<p dir="auto">J’ai pas dans le DNS mais certains oui …</p>
<pre><code># tail -f /var/log/apache2/access.move-ssl.log
88.99.233.240 - - [23/Sep/2025:21:56:43 +0200] "GET / HTTP/1.1" 200 13533 "-" "Mastodon/4.4.4 (http.rb/5.3.1; +https://pouet.chapril.org/) Bot"
188.245.170.3 - - [23/Sep/2025:21:57:04 +0200] "GET / HTTP/1.1" 200 13533 "-" "Mastodon/4.5.0-nightly.2025-09-23 (http.rb/5.3.1; +https://mastodon.social/) Bot"
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/313</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/313</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:58:37 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:56:15 GMT]]></title><description><![CDATA[<p dir="auto">Pas encore dans les DNS : <a href="https://move.cyber-neurones.org" rel="nofollow ugc">https://move.cyber-neurones.org</a></p>
<pre><code># ping move.cyber-neurones.org
PING move.cyber-neurones.org (195.144.11.124) 56(84) bytes of data.
64 bytes from 195-144-11-124.phpnet.fr (195.144.11.124): icmp_seq=1 ttl=51 time=16.9 ms
64 bytes from 195-144-11-124.phpnet.fr (195.144.11.124): icmp_seq=2 ttl=51 time=17.5 ms

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/312</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/312</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:42:23 GMT]]></title><description><![CDATA[<p dir="auto">Ajout à apache2 :</p>
<pre><code># certbot certonly -d move.cyber-neurones.org
Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Apache Web Server plugin (apache)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator apache, Installer None
Requesting a certificate for move.cyber-neurones.org
Performing the following challenges:
http-01 challenge for move.cyber-neurones.org
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/move.cyber-neurones.org/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/move.cyber-neurones.org/privkey.pem
   Your certificate will expire on 2025-12-22. To obtain a new or
   tweaked version of this certificate in the future, simply run
   certbot again. To non-interactively renew *all* of your
   certificates, run "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/311</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/311</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:42:23 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:40:53 GMT]]></title><description><![CDATA[<p dir="auto">Je vais faire un test avec un nom de domaine :</p>
<p dir="auto"><img src="/assets/uploads/files/1758656451546-3b5561a6-09f8-4069-ab11-c689be6c331a-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/310</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/310</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:30:32 GMT]]></title><description><![CDATA[<p dir="auto">Quand je vois le code fait ma moi à la main et le code fait par l’outil il y a un monde :</p>
<pre><code>++
author = "Fred'ô"
date = "2025-09-21"
title = "Trail de Barcel à Castellane"
url = "/2025/09/trail-de-barcel-a-castellane/"
tags = ["Trail", "Competition", "Castellane"]
+++

Le site de l'organisation : 
 - https://www.trailsdeprovence.fr/trail/rocn-trail-verdon/ 
 - https://rocntrailverdon.fr/ 

Trail de 22 km pour 1200 D+⛰️

&lt;!--more--&gt;

Le parcours :


{{&lt; embed "https://aventures.cyber-neurones.org/trail/view/@cyberneurones@aventures.cyber-neurones.org/5bc4cfeb64c9332" "900" "600"&gt;}}

Quelques photos :

{{&lt; gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true &gt;}}

</code></pre>
<p dir="auto">Et l’autre :</p>
<pre><code>---
_edit_last: "1"
_thumbnail_id: "25492"
activitypub_status: federated
author: admin
categories:
  - trail
classic-editor-remember: classic-editor
cover:
  alt: "20250921_113215"
  image: /wp-content/uploads/2025/09/20250921-113215-scaled.jpg
date: "2025-09-21T15:42:42+00:00"
guid: https://www.cyber-neurones.org/?p=25487
parent_post_id: null
post_id: "25487"
title: Trail de Barcel à Castellane
url: /2025/09/trail-de-barcel-a-castellane/
yarpp_meta:
  yarpp_display_for_this_post: 1

---
Le parcours :

\[sgpx gpx="/wp-content/uploads/gpx/castellane-2025.gpx"\]

Quelques photos :


{{&lt; gallery cols="1" &gt;}}  
{{&lt; figure src="/wp-content/uploads/2025/09/20250921-090249-scaled.jpg" title="20250921\_090249" alt="20250921\_090249" &gt;}}

{{&lt; figure src="/wp-content/uploads/2025/09/20250921-102021-scaled.jpg" title="20250921\_102021" alt="20250921\_102021" &gt;}}

{{&lt; figure src="/wp-content/uploads/2025/09/20250921-102515-scaled.jpg" title="20250921\_102515" alt="20250921\_102515" &gt;}}

{{&lt; figure src="/wp-content/uploads/2025/09/20250921-112524-scaled.jpg" title="20250921\_112524" alt="20250921\_112524" &gt;}}

{{&lt; figure src="/wp-content/uploads/2025/09/20250921-113215-scaled.jpg" title="20250921\_113215" alt="20250921\_113215" &gt;}}

{{&lt; figure src="/wp-content/uploads/2025/09/20250921-122833-scaled.jpg" title="20250921\_122833" alt="20250921\_122833" &gt;}}  
{{&lt; /gallery &gt;}} 
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/309</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/309</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:30:32 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:28:03 GMT]]></title><description><![CDATA[<p dir="auto">On progresse :</p>
<p dir="auto"><img src="/assets/uploads/files/1758655682117-a2aab2be-7385-4e11-923b-178363308860-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/308</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/308</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 19:11:13 GMT]]></title><description><![CDATA[<p dir="auto">Je viens de pousser dans un projet privé sur Forgeo :</p>
<p dir="auto"><a href="https://git.cyber-neurones.org/farias/GoHugo" rel="nofollow ugc">https://git.cyber-neurones.org/farias/GoHugo</a></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/307</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/307</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 19:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Wed, 24 Sep 2025 18:45:42 GMT]]></title><description><![CDATA[<p dir="auto">J’ai testé d’autres plugins :</p>
<ul>
<li><a href="https://barnz.dev/blog/embed-iframe-in-hugo-content/" rel="nofollow ugc">https://barnz.dev/blog/embed-iframe-in-hugo-content/</a></li>
<li></li>
</ul>
<p dir="auto">Sachant que j’avais déjà :</p>
<ul>
<li><a href="https://github.com/MeiK2333/github-style" rel="nofollow ugc">https://github.com/MeiK2333/github-style</a></li>
<li><a href="https://github.com/hbstack/theme-cards" rel="nofollow ugc">https://github.com/hbstack/theme-cards</a> (KO)</li>
<li><a href="https://github.com/mfg92/hugo-shortcode-gallery" rel="nofollow ugc">https://github.com/mfg92/hugo-shortcode-gallery</a></li>
<li><a href="https://github.com/mfg92/hugo-shortcode-timeline" rel="nofollow ugc">https://github.com/mfg92/hugo-shortcode-timeline</a></li>
</ul>
<p dir="auto">Dans themes j’ai :</p>
<pre><code># ls -A themes/
github-style  hugo-shortcode-gallery  hugo-shortcode-timeline  theme-cards
</code></pre>
<p dir="auto">Pour la compilation :</p>
<pre><code># hugo server --bind 0.0.0.0 --baseURL http://192.168.1.118:80 -t github-style,hugo-shortcode-gallery --disableFastRender --appendPort=false -D --disableFastRender --disableLiveReload
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/306</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/306</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Wed, 24 Sep 2025 18:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 12:09:46 GMT]]></title><description><![CDATA[<p dir="auto">Problème fixé avec la nouvelle commande de build :</p>
<pre><code># hugo server --bind 0.0.0.0 --baseURL http://192.168.1.118:80 -t github-style --disableFastRender --appendPort=false -D --disableFastRender --disableLiveReload
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/304</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/304</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 12:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 12:06:22 GMT]]></title><description><![CDATA[<p dir="auto">Aie … pas la bonne commande :</p>
<pre><code># hugo server --bind 0.0.0.0 --baseURL http://192.168.1.118:80 -t github-style --disableFastRender --appendPort=false -D 
# cp -r public/ /var/www/.
# chown -R www-data:www-data /var/www/
</code></pre>
<p dir="auto">Il manque livereload.js</p>
<p dir="auto"><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://discourse.gohugo.io/t/live-reload-broken/20584" title="Live reload broken">
<img src="https://canada1.discourse-cdn.com/flex036/uploads/gohugo/original/2X/b/b91c8ab3a3c1c8679127cf049b46fa919e9e0e5c.png" class="card-img-top not-responsive" style="max-height: 15rem;" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a class="text-decoration-none" href="https://discourse.gohugo.io/t/live-reload-broken/20584">
Live reload broken
</a>
</h5>
<p class="card-text line-clamp-3">Continuing the discussion from Live reload not working again, how can I fix?: 
Unfortunately I have the same problem and live reloading on my machine suddenly has stopped from working. I can’t figure out why. 
I’m on 
Hu&hellip;</p>
</div>
<a href="https://discourse.gohugo.io/t/live-reload-broken/20584" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://canada1.discourse-cdn.com/flex036/uploads/gohugo/optimized/2X/6/66a05218f64425b2fa59ede30c1b4b7dc1fdf5f9_2_32x32.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" />





<p class="d-inline-block text-truncate mb-0">HUGO <span class="text-secondary">(discourse.gohugo.io)</span></p>
</a>
</div></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/303</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/303</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 12:06:22 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 11:52:29 GMT]]></title><description><![CDATA[<p dir="auto">Deplacement après compilation :</p>
<pre><code># cp -r public/ /var/www/.
# chown -R www-data:www-data /var/www/
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/302</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/302</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 11:52:29 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 11:48:56 GMT]]></title><description><![CDATA[<p dir="auto">C’est mieux avec :</p>
<pre><code># hugo server --bind 192.168.1.118 --baseURL http://192.168.1.118 -t github-style --disableFastRender
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1758628133518-171d4fcf-5400-404c-8a12-6125efd74bc7-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/301</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/301</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 11:48:56 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Tue, 23 Sep 2025 11:21:50 GMT]]></title><description><![CDATA[<p dir="auto">Je vais refaire un test :</p>
<pre><code># hugo new site move.cyber-neurones.org
# cd move.cyber-neurones.org
# git submodule add --depth=1 https://github.com/MeiK2333/github-style themes/github-style
# echo "theme = 'github-style'" &gt;&gt; hugo.tomlµ
# hugo server --bind 192.168.1.118 --baseURL http://192.168.1.118 -t github-style
</code></pre>
<p dir="auto">On va dire que cela fonctionne à  50% :</p>
<p dir="auto"><img src="/assets/uploads/files/1758626461684-adbcee8a-0d89-4817-a56d-827b91fa5db1-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1758626507186-df3a4ccb-7022-439d-bdbc-e706ec60bec8-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/300</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/300</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Tue, 23 Sep 2025 11:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 18:46:04 GMT]]></title><description><![CDATA[<p dir="auto">Le code est présent :</p>
<p dir="auto"><img src="/assets/uploads/files/1758566762303-897a80ef-43a8-482a-9659-3067739ff960-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/298</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/298</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 18:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 18:39:38 GMT]]></title><description><![CDATA[<p dir="auto">Pas de galerie … misère.</p>
<p dir="auto"><img src="/assets/uploads/files/1758566360088-7b3180fb-f39b-4936-9c6b-a2ec5a19eee9-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/297</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/297</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 18:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 18:31:47 GMT]]></title><description><![CDATA[<p dir="auto">Impossible de supprimer l’erreur, j’essaye donc un autre theme :</p>
<pre><code># git clone --recurse-submodules https://github.com/nunocoracao/blowfish themes/blowfish
</code></pre>
<p dir="auto">Oups je dois remettre à la place :</p>
<pre><code># mv content/post/ content/posts
# mv hugo.toml hugo.toml.old
# cp themes/blowfish/config.toml .
# mkdir config
# mkdir config/_default
# cp themes/blowfish/*.toml config/_default/.
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/296</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/296</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 18:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 18:07:17 GMT]]></title><description><![CDATA[<p dir="auto">J’ai une erreur :</p>
<pre><code>Error: error building site: TOCSS: failed to transform "/sass/main.scss" (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information

</code></pre>
<p dir="auto">Je fais donc :</p>
<pre><code># curl https://webi.sh/sass | sh
# source ~/.config/envman/PATH.env
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/295</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/295</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 18:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 18:04:16 GMT]]></title><description><![CDATA[<p dir="auto">Je teste un autre thème car j’ai des erreurs :</p>
<pre><code>git clone --recurse-submodules https://gitlab.com/avron/gruvhugo themes/gruvhugo
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/294</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/294</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 18:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 17:40:18 GMT]]></title><description><![CDATA[<p dir="auto">A la fin :</p>
<pre><code>05:40:45PM INF generate_hugo_config.go:120 &gt; Updating config file: /tmp/generated-2025-09-22-14-59-32/data/library.yaml
05:40:45PM INF media_cache_setup.go:81 &gt; media will be fetched url=https://www.cyber-neurones.org/favicon.ico
05:40:46PM DBG media_downloader.go:16 &gt; Writing favicon
05:40:46PM DBG media_downloader.go:26 &gt; Downloading from URL destFilePath=/tmp/generated-2025-09-22-14-59-32/static/favicon.ico
05:40:46PM INF hugo_gen_setup.go:168 &gt; Nginx config generated nginxConfigPath=/tmp/generated-2025-09-22-14-59-32/nginx.conf
05:40:46PM DBG hugo_gen_setup.go:174 &gt; Hugo site has been generated cmd="cd /tmp/generated-2025-09-22-14-59-32 &amp;&amp; hugo serve"

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/293</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/293</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 17:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to Migration Wordpress vers Hugo on Mon, 22 Sep 2025 13:00:49 GMT]]></title><description><![CDATA[<p dir="auto">Test :</p>
<pre><code># ./wp2hugo --source cyberneurones.WordPress.2025-09-22-3.xml --download-media  --continue-on-media-download-error
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/291</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/291</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 22 Sep 2025 13:00:49 GMT</pubDate></item></channel></rss>