1
0
This commit is contained in:
Zef Hemel 2023-07-10 13:39:07 +02:00
parent 3152800936
commit 8ca67fe3a5
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ cp -r dist_plug_bundle/_plug/* website_build/_plug/
#echo "And additional ones"
curl https://raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/mermaid.plug.js > website_build/_plug/mermaid.plug.js
echo "But remove some plugs"
rm -rf website_build/_plug/{plugmd}.plug.js
rm -rf website_build/_plug/{plugmd,directive}.plug.js
# Generate random modified date, and replace in _headers too

View File

@ -31,7 +31,7 @@ Heres the kicker:
Thats right, **this very website is powered by SilverBullet itself**. 🤯
On this site, everything is editable, just none of it syncs back (successfully) to the server. You are editing a local copy of this website, so changes do persist locally.
On this site, everything is editable, just none of it syncs back (successfully) to the server. You are editing a local copy of this website, so changes do persist locally. (Note that a few other features including _directive_ updating are also disabled.)
Dont just sit there, try it!