-
luigi1111w
check cashed?
-
binaryFate
I've updated the dns records to v0.18.2.0
-
selsta
binaryFate: did you deploy the website?
-
selsta
otherwise the auto updater doesn't work
-
ErCiccione
there are also some prs to merge (ping luigi1111)
-
ErCiccione
Just opened a very important issue for the future of the repo. Please read and provide feedback:
monero-project/monero-site #2140
-
Siren[m]
I think switching to Hugo is a good idea ^
-
Siren[m]
You'll never have any issues with dependencies. I personally have converted several websites to Hugo and it's not that hard when you understand how Hugo works.
-
Siren[m]
The community is probably more active than Jekyll's at this point too. The only thing I can't fully comment on is localization. I used it years ago and don't remember having any problems.
-
plowsof11
having some first hand experience with -site and translation files, imo making the process easier / small changes feasible is fundamental to the monero project. if Hugo can achieve this then its worth the effort
-
plowsof11
s/The conversion to jekyll would/The conversion to Hugo would
-
Siren[m]
Hugo can work with weblate. Although I'd prefer if you simply accepted merge requests. Weblate was abandoned for months and translations for many languages are still stalled/not applied. Just release the changes from your dungeon, k thanks.
-
binaryFate
I haven't deployed anything yet. Is luigi all done?
-
selsta
yes
-
binaryFate
mmm so nothing to merge
-
ErCiccione
<Siren[m]> "Hugo can work with weblate..." <- There will be a new coordinator for the localization workgroup soon. We are waiting for my access to be restored and then the new coordinator will also get credentials and thing will be in motion again.
-
ErCiccione
btw the biggest amount of work to do would be to convert moneropedia and user guides for each language, but that could be probably be automated a fair bit
-
ErCiccione
binaryFate: there are some prs to merge, but nothing urgent, so imo not worth waiting
-
binaryFate
deployed, but I can't flush cache right now cloudflare is crashing(!). I keep trying
-
binaryFate
ok flushed, cdn too
-
binaryFate
all done
-
selsta
binaryFate: sorry, I meant all done with auto updater
-
selsta
I didn't think of merges
-
selsta
but seems nothing urgent anyway
-
ErCiccione
ah luigi just merged 😛
-
binaryFate
he had merged before, we're good
-
Rucknium[m]
Is there a cache option for Hugo? I use Hugo on my personal website. It takes about 10 seconds to build each time. I have big data files that probably slow down the build.
-
plowsof11
we are now providing hugo tech support , lets get learning
-
Rucknium[m]
#2140 claims that Hugo build times are measured in milliseconds. I'm providing a counterexample.
-
plowsof11
10 seconds to build site would be a huge improvement
-
Rucknium[m]
My website isn't as complex as getmonero.org :P
-
Siren[m]
<Rucknium[m]> "Is there a cache option for Hugo..." <- Can't relate to this, for me also milliseconds.
-
plowsof11
the build times are not the issue (even if they stayed the same) for me its more 'editing simple sentences' that are translated etc
-
Siren[m]
Your data files have to do with that. And Jekyll in Ruby would take even longer for you :D
-
Siren[m]
Or maybe you generate graphs using an external program or something like that
-
plowsof11
ive just done a quick 5 min search on.. hugo localisation... convert jekyll to hugo etc and im feeling sleepy
-
plowsof11
we used --limit-posts 2 (to quicken the build up) at the moment
-
Rucknium[m]
My /static directory for Hugo is about 2.3GB. It's zip files and one large raw HTML file. I am saying to make sure that Hugo actually scales up.
-
Siren[m]
Do you build with --gc --minify?
-
Rucknium[m]
No. Just tried. They increased the build time by about 30%
-
Siren[m]
Yeah minifying files and deleting old cache afterwards take longer. Was wondering if you were doing this already.