Compare commits
2 Commits
e028b7b770
...
1924bd6096
Author | SHA1 | Date |
---|---|---|
|
1924bd6096 | |
|
68a198d5a5 |
2
Makefile
2
Makefile
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue