diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 7bffd41b0c69..34245bbd7d6c 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1191,14 +1191,10 @@ build_docs() { # copy the full site for this version to versions folder mkdir -p html/versions/master - for f in 404.html api assets community feed.xml get_started index.html; do + for f in 404.html api assets blog community ecosystem features feed.xml get_started index.html; do cp -r html/$f html/versions/master/ done - for f in blog ecosystem features; do - cp -r html/pages/$f html/versions/master/ - done - # clean up temp files find html -type f -name '.DS_Store' -delete diff --git a/docs/static_site/src/pages/blog.html b/docs/static_site/src/pages/blog.html index 90a4c1f7d201..37e43a3fbf69 100644 --- a/docs/static_site/src/pages/blog.html +++ b/docs/static_site/src/pages/blog.html @@ -1,3 +1,12 @@ +--- +layout: page +title: Blog +subtitle: Latest news on MXNet and its ecosystem +permalink: /blog/ +action: See All Blog Posts +action_url: https://medium.com/apache-mxnet +--- + ---- -layout: page -title: Blog -subtitle: Latest news on MXNet and its ecosystem -permalink: /blog/ -action: See All Blog Posts -action_url: https://medium.com/apache-mxnet ----