mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 08:04:21 +01:00
Fix make
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
1ea6b0a575
commit
6b5cb3b5ab
|
@ -28,6 +28,8 @@
|
||||||
cp ${org-thtml}/ox-thtml.el ./ox-thtml.el
|
cp ${org-thtml}/ox-thtml.el ./ox-thtml.el
|
||||||
mkdir tmp && export HOME=$(pwd)/tmp
|
mkdir tmp && export HOME=$(pwd)/tmp
|
||||||
emacs --script ./make.el
|
emacs --script ./make.el
|
||||||
|
|
||||||
|
find public_html -name 'sitemap.*' -exec rm {} \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
2
make.el
2
make.el
|
@ -42,7 +42,7 @@
|
||||||
:auto-sitemap t
|
:auto-sitemap t
|
||||||
:sitemap-folders ignore
|
:sitemap-folders ignore
|
||||||
:sitemap-style list
|
:sitemap-style list
|
||||||
:sitemap-title "Magic_RB's blog")
|
:sitemap-title "Magic_RB's blog"
|
||||||
:sitemap-filename "sitemap.inc"
|
:sitemap-filename "sitemap.inc"
|
||||||
:sitemap-sort-files anti-chronologically)
|
:sitemap-sort-files anti-chronologically)
|
||||||
("blog-assets"
|
("blog-assets"
|
||||||
|
|
Loading…
Reference in a new issue