Make a README file.

This commit is contained in:
Julien Palard 2023-02-10 17:45:35 +01:00
parent 2eea0e470e
commit efd5a81806
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 18 additions and 1 deletions

View File

@ -7,7 +7,7 @@ static: $(DEST)
output/%.html: %.md
mkdir -p output
sed 's/#!//e;' $< | mdtoreveal /dev/stdin --output $@
mdtoreveal $< --output $@
.PHONY: rsync
rsync: static
@ -30,3 +30,7 @@ test:
if [ -f test.py ]; then \
python test.py *.md; \
fi
README.md:
@printf "# My talks\n\n" > README.md
@printf -- "- https://mdk.fr/talks/%s\n" $(SRCS:.md=.html) >> README.md

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# My talks
- https://mdk.fr/talks/2016-pyconfr-i18n.html
- https://mdk.fr/talks/2017-paris.py-13-i18n.html
- https://mdk.fr/talks/2018-paris.py-14-asyncio.html
- https://mdk.fr/talks/2018-paris.py-16-hackinscience.html
- https://mdk.fr/talks/2018-pyconfr-emergence.html
- https://mdk.fr/talks/2019-paris.py-19-retours-sur-la-pycon.html
- https://mdk.fr/talks/2019-write-the-docs-paris-python-translation.html
- https://mdk.fr/talks/2020-en-attendant-la-pycon-fr-perf.html
- https://mdk.fr/talks/2021-en-attendant-la-pycon-fr-packaging.html
- https://mdk.fr/talks/2022-campus-du-libre-hackinscience.html
- https://mdk.fr/talks/2023-pyconfr-sphinx-lint.html