Compare commits

..

2 Commits

Author SHA1 Message Date
Fabrice Mouhartem 1924bd6096 --self-contained is deprecated 2023-06-07 17:56:34 +02:00
Fabrice Mouhartem 68a198d5a5 Remove gallery for now 2023-06-07 17:54:28 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ publish: $(TARGET)
rsync $(TARGET) -vzc $(TARGET_REMOTE)
$(TARGET): $(SRC) $(STYLE_MIN)
pandoc --self-contained -s -t html5 "$(SRC)" --css "$(STYLE_MIN)" -o "$@"
pandoc --embed-resources -s -t html5 "$(SRC)" --css "$(STYLE_MIN)" -o "$@"
$(STYLE_MIN) : $(STYLE)
minify "$(STYLE)" > "$(STYLE_MIN)"

View File

@ -1,7 +1,7 @@
---
title: "Are you looking for something?"
pagetitle: "*.epheme.re"
date: 2019/04/27
date: 2023/06/07
---
Hello there, if you see that page, it means that you got [lost](https://perdu.com/) somewhere in the subdomains of _epheme.re_.
@ -11,11 +11,10 @@ Here follows a list of things you may be looking for:
* [fmouhart.epheme.re](https://fmouhart.epheme.re): my **professional** website
* [blog.epheme.re](https://blog.epheme.re): my **personal** blog
* [gal.epheme.re](https://gal.epheme.re): my holiday's pictures
* [git.epheme.re](https://git.epheme.re): my [git](https://blog.epheme.re/cheat-sheets/git-tricks.html) repository
<footer>
2019 [Fabrice Mouhartem](https://fmouhart.epheme.re)
2019--2023 --- [Fabrice Mouhartem](https://fmouhart.epheme.re)
Generated with [Pandoc](https://pandoc.org/)
</footer>
<!-- vim: spl=en