mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/export_html: footer: add a link to the HTML source git repository and YAML data (#53)
This commit is contained in:
parent
4e36a8b8a7
commit
a3e45164ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -47,7 +47,7 @@ export_html:
|
|||
rm -rf awesome-selfhosted-html-preview/ html/
|
||||
git clone https://github.com/$(HTML_REPOSITORY)
|
||||
mkdir html && source .venv/bin/activate && hecat --config .hecat/export-html.yml
|
||||
sed -i 's|<a href="https://github.com/pradyunsg/furo">Furo</a>|<a href="https://github.com/nodiscc/hecat/">hecat</a>, <a href="https://www.sphinx-doc.org/">sphinx</a> and <a href="https://github.com/pradyunsg/furo">furo</a>. Content under <a href="https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/LICENSE">CC-BY-SA 3.0</a> license.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html
|
||||
sed -i 's|<a href="https://github.com/pradyunsg/furo">Furo</a>|<a href="https://github.com/nodiscc/hecat/">hecat</a>, <a href="https://www.sphinx-doc.org/">sphinx</a> and <a href="https://github.com/pradyunsg/furo">furo</a>. Content under <a href="https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/LICENSE">CC-BY-SA 3.0</a> license. <a href="https://github.com/awesome-selfhosted/awesome-selfhosted-html">Source code</a>, <a href="https://github.com/awesome-selfhosted/awesome-selfhosted-data">raw data</a>.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html
|
||||
source .venv/bin/activate && sphinx-build -b html -c .hecat/ html/md/ html/html/
|
||||
rm -rf html/html/.buildinfo html/html/objects.inv html/html/.doctrees awesome-selfhosted-html-preview/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue