diff --git a/config.toml b/config.toml index e0fcc5db3932c712ca98972adc1a3cfad7dcd8ba..5a7f9c9256797df73263efbdfa3b14c5065b7fb3 100644 --- a/config.toml +++ b/config.toml @@ -132,7 +132,7 @@ paginate = 10 [[menu.main]] identifier = "download" name = "Download" - url = "/download.html" + url = "/building/download.html" weight = 6 @@ -255,7 +255,7 @@ paginate = 10 [[languages.zh.menu.main]] identifier = "download" name = "下载" - url = "/zh/download.html" + url = "/zh/building/download.html" weight = 6 diff --git a/content/en/building/download.md b/content/en/building/download.md new file mode 100644 index 0000000000000000000000000000000000000000..6945af307cc2e31491a7a50113c0c81f4aee736f --- /dev/null +++ b/content/en/building/download.md @@ -0,0 +1,6 @@ ++++ +title = "Download" +id = "download" ++++ + +#### Download center being constructed diff --git a/content/zh/building/download.md b/content/zh/building/download.md new file mode 100644 index 0000000000000000000000000000000000000000..ad481407e00bb9e9712c2a3246a7bb4de1745f46 --- /dev/null +++ b/content/zh/building/download.md @@ -0,0 +1,6 @@ ++++ +title = "下载" +id = "download" ++++ + +#### 下载中心正在构建中 diff --git a/themes/project/layouts/building/single.html b/themes/project/layouts/building/single.html new file mode 100644 index 0000000000000000000000000000000000000000..b06c429b2b78a6559675271eed13fdc4d9559382 --- /dev/null +++ b/themes/project/layouts/building/single.html @@ -0,0 +1,30 @@ + + +{{ partial "head.html" . }} + + +
+
+ {{ partial "nav.html" . }} +
+ {{ partial "breadcrumbs.html" . }} +
+
+
+
+

{{ .Content }}

+

+ + {{ i18n "404_homepage" }} + +

+
+
+
+
+ {{ partial "footer.html" . }} +
+ {{ partial "scripts.html" . }} + + + \ No newline at end of file diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css index c17795b4d752bc4316c1138eb8d9f5bfb1b26fff..f210a167a5e2e4fcc173030ccfb9a19cba269f63 100644 --- a/themes/project/static/css/custom.css +++ b/themes/project/static/css/custom.css @@ -394,6 +394,18 @@ footer .notice span { margin-left: 10px; } +.container .building { + text-align: center; + margin-top: 100px; + margin-bottom: 200px; +} +.container .building h4 { + margin-bottom: 40px; +} +.container .building p.buttons { + margin-top: 40px; +} + html { min-width: 1280px; max-width: 1920px;