Minetest logo

IRC log for #minetest-docs, 2024-12-11

| Channels | #minetest-docs index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
05:00 MTDiscord joined #minetest-docs
17:13 MTDiscord <wsor4035> @rollerozxa moving here since general is being used for other stuff
17:13 MTDiscord <wsor4035> but https://noahflk.com/blog/astro-table-of-contents seems simple enough to do, no plugin that i see for it however
17:13 MTDiscord <wsor4035> tbh i was just going to ignore table of contents since i didnt care
17:13 MTDiscord <rollerozxa> I see
17:14 MTDiscord <wsor4035> was planning on just astro + template and the most minimal code i could get away with so i dont have to care about the framework
17:18 MTDiscord <rollerozxa> what I was mostly trying to see if is we would risk needing to do a lot of things ourselves in the future, or if there are already an abundance of ready made plugins
17:19 MTDiscord <rollerozxa> but I will take your judgement that astro would be a good pick for it
17:20 MTDiscord <wsor4035> there is also hugo
17:24 MTDiscord <wsor4035> if we did go hugo, thoughts on https://themes.gohugo.io/themes/hugo-book/?
17:25 MTDiscord <wsor4035> has table of contents, supports light and dark mode, supports translation, etc
18:31 MTDiscord <wsor4035> @rollerozxa https://github.com/wsor4035/devwiki/pull/6  thoughts?
18:31 MTDiscord <wsor4035> https://cdn.discordapp.com/attachments/926231483155378176/1316472496483991593/image.png?ex=675b2c0e&amp;is=6759da8e&amp;hm=6f93013c4017b01b14fb08497aa82cfc7c26951a6c4a60c2f245b31f4adbed37&amp;
18:32 MTDiscord <rollerozxa> looks very nice, I like it
18:32 MTDiscord <rollerozxa> 👍 on using hugo with that theme
18:32 MTDiscord <wsor4035> ok, im merging this in and then going to try and get github pages working. then https://github.com/wsor4035/devwiki/issues/5 and messing around with config can happen
18:34 MTDiscord <rollerozxa> I think deploying hugo with pages should be pretty painful when you use the readymade CI template from here: https://gohugo.io/hosting-and-deployment/hosting-on-github/
18:34 MTDiscord <rollerozxa> painful, I meant painless...
18:40 MTDiscord <wsor4035> :nobugs:
18:43 MTDiscord <wsor4035> well, it was working at wsor4035.github.io/devwiki
18:43 MTDiscord <wsor4035> now that i put in the domain it doesnt work 🤔
18:43 MTDiscord <wsor4035> unless im getting some cached thing
18:45 MTDiscord <wsor4035> also why am i having to run the workflow manually? 🤔
18:45 MTDiscord <rollerozxa> because the template uses main as the default branch name and yours is master
18:46 MTDiscord <wsor4035> ah, right. thats stupid
18:46 MTDiscord <rollerozxa> yeah...
18:46 MTDiscord <wsor4035> should be fixed now
18:46 MTDiscord <rollerozxa> anyways I tried going to https://newdev.luanti.org/ and it shows up for me
18:47 MTDiscord <rollerozxa> https://cdn.discordapp.com/attachments/926231483155378176/1316476420377280592/image.png?ex=675b2fb5&amp;is=6759de35&amp;hm=bd7e29bc208bd20507677c5963605817ac87aa222c40fd35b8bf0f299646dc7d&amp;
18:47 MTDiscord <wsor4035> interesting, when you put in a custom domain, it unchecks force https
18:47 MTDiscord <wsor4035> rechecked that
18:48 MTDiscord <rollerozxa> yeah because it takes a minute or so for github to request a certificate from let's encrypt
18:50 MTDiscord <wsor4035> left todo: * so fixing the home page * checking that links work/arent pointed at the current live site * maybe seeing if the left side can be limited to selected pages * anything else?
18:53 MTDiscord <wsor4035> once the repo is transfered, will need to change https://github.com/wsor4035/devwiki/blob/master/hugo.toml#L11, github should redirect, but we should point it at the right thing
19:20 MTDiscord <wsor4035> anyone want to volunteer to fix the index page?
19:26 MTDiscord <wsor4035> point #2 is done
19:37 MTDiscord <wsor4035> @rollerozxa you wouldnt happen to know of any tools/have an magic tricks for checking for dead links on a site would you?
19:38 MTDiscord <rollerozxa> hmm not really
19:40 MTDiscord <wsor4035> im kinda ok if there is some dead stuff post launch, since it will be easy fixes
19:45 MTDiscord <wsor4035> any objections to this license file?
19:45 MTDiscord <wsor4035> https://cdn.discordapp.com/attachments/926231483155378176/1316490977950695424/image.png?ex=675b3d44&amp;is=6759ebc4&amp;hm=67f913ed50ec3d2f3d5b21e94bf8024293a10318faeac8266583a5e48af3c462&amp;
19:46 MTDiscord <rollerozxa> sounds ok
19:48 MTDiscord <wsor4035> 👍
19:49 MTDiscord <wsor4035> ok, so just making the index page work is that last thing
19:49 MTDiscord <wsor4035> i think
19:53 MTDiscord <wsor4035> https://hugo-book-demo.netlify.app/docs/shortcodes/columns/, hmm, columns are going vertical instead of horizontal
19:56 MTDiscord <wsor4035> https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/content.en/docs/shortcodes/columns.md which is what im doing 🤔
19:58 MTDiscord <wsor4035> ah https://github.com/alex-shpak/hugo-book?tab=readme-ov-file#shortcodes
20:01 MTDiscord <wsor4035> lol, after all that kinda looks like crap
20:01 MTDiscord <wsor4035> https://cdn.discordapp.com/attachments/926231483155378176/1316495070630907925/image.png?ex=675b4114&amp;is=6759ef94&amp;hm=fb224609886a512d59d5aa10d612b74be8e5926b1fbfba88757f984d74c48fbc&amp;
20:01 MTDiscord <wsor4035> im just going to flatten these
20:08 MTDiscord <wsor4035> ok, thats done
20:09 MTDiscord <wsor4035> ok, everything should be done
20:09 MTDiscord <wsor4035> please poke around https://newdev.luanti.org/
21:36 MTDiscord <wsor4035> @rubenwardy as the pr is just content, should i leave it till the transfer + go live happens, or just merge it now?
21:36 rubenwardy I don't mind. Feel free to leave it until the transfer
21:38 MTDiscord <wsor4035> thanks

| Channels | #minetest-docs index | Today | | Google Search | Plaintext