~xavierb

Secondary Teacher of Mathematics

#Contact

~xavierb/comments

Last active 3 months ago

~xavierb/general

Last active 3 months ago

~xavierb/tic

Last active 3 months ago

~xavierb/worksheet.cc-discuss

Last active 3 months ago

~xavierb/worksheet.cc-devel

Last active 3 months ago

~xavierb/worksheet.cc-announce

Last active 3 months ago

~xavierb/xavierb.cc-devel

Last active 5 months ago

~xavierb/xavierb.cc-announce

Last active 5 months ago
View more

Recent activity

samurai pattern rules a month ago

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.

Re: How to put website in my home page but in subdirectory 3 months ago

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.

Re: How to put website in my home page but in subdirectory 3 months ago

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

Re: How to put website in my home page but in subdirectory 3 months ago

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

How to put website in my home page but in subdirectory 3 months ago

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?

soupaul novice 1 year, 2 days ago

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,

typo in https://sourcehut.org/foss-contributions/ 1 year, 17 days ago

From Xavier B. to ~sircmpwn/sr.ht-discuss

If anyone could solve that:

- The Hare programming langauge
+ The Hare programming language

Welcome,
Xavier

Re: Failed with wrong signature in archlinux buiild 1 year, 2 months ago

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.

Re: Failed with wrong signature in archlinux buiild 1 year, 2 months ago

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 ;-)

hut in build in freebsd 1 year, 2 months ago

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.