Secondary Teacher of Mathematics
From Xavier B. to ~mcf/test
Hi, I'm Xavier Bordoy, a user of GNU Make and ninja. I wonder if samurai can implement pattern rules like: %.html: %.md pandoc $< > $@ It is useful to migrate from make which has very complicated syntax and ninja explicitly ban that. Thanks in advance, Xavier PS: I use this mailing list because I do not have github and no public email is available on your page.
From Xavier B. to ~sircmpwn/sr.ht-discuss
> > + hut pages publish -d xavierb.srht.site/tic -s tic site.tar.gz > > >> hut pages publish -d xavierb.srht.site -s tic site.tar.gz > > Try it without the /tic, like Conrad spelled the command Yes. It works. Thanks.
From Xavier B. to ~sircmpwn/sr.ht-discuss
Thanks, Conrad, but it does not work: + hut pages publish -d xavierb.srht.site/tic -s tic site.tar.gz failed to publish site: gqlclient: server failure: failed to lookup IP addresses for domain "xavierb.srht.site/tic": lookup xavierb.srht.site/tic: no such host The manifest is arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/main site: xavierb.srht.site/tic
From Xavier B. to ~sircmpwn/sr.ht-discuss
Sorry. The build is: image: archlinux oauth: pages.sr.ht/PAGES:RW packages: - hut - python-sphinx environment: site: xavierb.srht.site/tic sources: - https://git.sr.ht/~xavierb/tic tasks: - package: | cd tic
From Xavier B. to ~sircmpwn/sr.ht-discuss
Hi, I have this build: https://builds.sr.ht/~xavierb/job/1360834 which essentially make a sphinx docs and puts in 'tic' subdirectory of xavierb.srht.site but it fails: + hut pages publish -d xavierb.srht.site/tic site.tar.gz failed to publish site: gqlclient: server failure: failed to lookup IP addresses for domain "xavierb.srht.site/tic": lookup xavierb.srht.site/tic: no such host I want to put website in subdir `tic`. How can I achieve that?
From Xavier B. to ~dmbaturin/soupault
Hi, I'm recent user of soupalt. I previously used some other static site generators. I have two questions in mind: when I create file site/a.html, then soupault stores in output_dir/a/index.html. Is there any way to store in output_dir/a.html (that is preserve relative location) another thing is search. Did someone implemented a search field, like mdbook does. I know we need some kind of preprocessor before but I want to search as-in-type in my site. Thanks in advance,
From Xavier B. to ~sircmpwn/sr.ht-discuss
If anyone could solve that: - The Hare programming langauge + The Hare programming language Welcome, Xavier
From Xavier B. to ~sircmpwn/sr.ht-discuss
Yes, it works. Thanks a lot, On Tue, 05 Dec 2023 09:12:59 +0000 Simon Ser <contact@emersion.fr> ha escrit: > This issue should now be fixed. I've refreshed the archlinux image yesterday.
From Xavier B. to ~sircmpwn/sr.ht-discuss
It works with nixos/unstable https://builds.sr.ht/~xavierb/job/1108079 So I don't need archlinux anymore ;-)
From Xavier B. to ~sircmpwn/sr.ht-dev
I write here because I think the examples of site [https://git.sr.ht/~sircmpwn/pages.sr.ht-examples] could include a FreeBSD. My aim is to resubmit this build: https://builds.sr.ht/~xavierb/job/1106058 to FreeBSD but I need to know how to build hut package in freebsd. Anyone can help me? I think I need go and scdoc packages but I don't know how to compile within build. By the way, I submit a ticket [https://todo.sr.ht/~emersion/hut/43] to provide hut package in FreeBSD. I don't know if this post is better suit to discuss list or if the request of complete https://git.sr.ht/~sircmpwn/pages.sr.ht-examples with FreeBSD one is dev.