Fixes #458
This commit is contained in:
parent
3152800936
commit
8ca67fe3a5
@ -29,7 +29,7 @@ cp -r dist_plug_bundle/_plug/* website_build/_plug/
|
|||||||
#echo "And additional ones"
|
#echo "And additional ones"
|
||||||
curl https://raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/mermaid.plug.js > website_build/_plug/mermaid.plug.js
|
curl https://raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/mermaid.plug.js > website_build/_plug/mermaid.plug.js
|
||||||
echo "But remove some plugs"
|
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
|
# Generate random modified date, and replace in _headers too
|
||||||
|
@ -31,7 +31,7 @@ Here’s the kicker:
|
|||||||
|
|
||||||
That’s right, **this very website is powered by SilverBullet itself**. 🤯
|
That’s 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.)
|
||||||
|
|
||||||
Don’t just sit there, try it!
|
Don’t just sit there, try it!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user