From 509e8a5d4e7dd7fde5e3cbaa79f97809a4736ee5 Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 9 Nov 2023 09:53:56 +0100 Subject: [PATCH] ~README: now hosting in Moritz server --- .build.yml | 25 ------------------------- src/README.md | 6 ++++-- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 33a9373..0000000 --- a/.build.yml +++ /dev/null @@ -1,25 +0,0 @@ -# SPDX-FileCopyrightText: 2023 Xavier Bordoy -# -# SPDX-License-Identifier: CC-BY-NC-SA-4.0 - -image: archlinux -oauth: pages.sr.ht/PAGES:RW -packages: -- hut -- cargo -- mdbook -- mdbook-linkcheck -environment: - site: teaching-cabinet.cc -sources: - - https://git.sr.ht/~xavierb/teaching-cabinet-repo -tasks: -- package: | - cargo install mdbook-indexing - export PATH=/home/build/.cargo/bin:$PATH - cd teaching-cabinet-repo - mdbook build - cd book/html - tar -cvz . > ../../../site.tar.gz -- upload: | - hut pages publish -d $site site.tar.gz diff --git a/src/README.md b/src/README.md index 71971e7..596e213 100644 --- a/src/README.md +++ b/src/README.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: CC-BY-NC-SA-4.0 # Introduction -The project `teaching-cabinet.cc` is my personal project. Its aim is to collect what I think it's useful to teach: activities, ideas, notes, reflections, etc. It's possible it has a bias to include mathematical stuff. +The project `teaching-cabinet.cc` is my personal project. Its aim is to collect what I think it's useful to teach: activities, ideas, notes, reflections, etc. Probably, it has a bias to include mathematical stuff. As a personal project, I made it on my spare time. Thus I will create new contents or review old ones when I could, with no pre-established pace. @@ -38,4 +38,6 @@ By now, [donations are not allowed](https://todo.sr.ht/~xavierb/teaching-cabinet I use [mdbook](https://rust-lang.github.io/mdBook/index.html) with the extensions: [mdbook-indexing](https://github.com/daviddrysdale/mdbook-indexing) and [mdbook-linkcheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck). -The project itself is hosted in [sourcehut](https://sr.ht/~xavierb/teaching-cabinet/). +The project is handle in [sourcehut](https://sr.ht/~xavierb/teaching-cabinet/). + +Images are hosted in [mathstodon posts](https://mathstodon.xyz/@somenxavier), videos on [peertube instance tubedu](https://tubedu.org/c/candoc_videos/videos) and html output in Moritz Poldrack's server who offered gracefully after [some troubles with sourcehut pages](https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C20231103225131.cd9376947ec87e6ebc9f709a%40posteo.net%3E). -- 2.11.4.GIT