To build ShardingSphere website by means of hugo and hugo theme learn.
Follow the steps below to deploy ShardingSphere website,
- Execute
docs/build.sh
to generatehtml
files at the directory ofdocs/target/
. - Clone shardingsphere-doc.
- Checkout to
asf-site
branch. - Overwrite
document/current
withdocs/target/document/current
,community
withdocs/target/community
andblog
withdocs/target/blog
. - Commit changes and raise a PR for shardingsphere-doc.
- If you modify
docs/build.sh
, please test it locally.
-
First please make sure you get the correct url of the video you wanna add.
-
-
DO REMEMBER use the
bvid argument
of bilibili url :for example : https://www.bilibili.com/video/BV1aE411X7kQ?from=search&seid=5978719442257399675 ( bvid argument means
BV1aE411X7kQ
, or you can simply recognize the argument withCapital Letter
) -
YouTube url is much easier to recognize : https://www.youtube.com/watch?v=2MsN8gpT6jY , the argument you needed is
2MsN8gpT6jY
at the end of the url.
-
-
Use the shortcodes at wherever you want to place :
-
{{< bilibili BV1aE411X7kQ >}}
-
{{< youtube 2MsN8gpT6jY >}}
-