From a33bfa306c874629d058c69b8e2253494617ab1c Mon Sep 17 00:00:00 2001 From: krircc Date: Sun, 7 Jan 2018 11:00:34 +0800 Subject: [PATCH] init --- .cobalt.yml | 6 + .gitignore | 3 + _includes/footer.liquid | 3 + _includes/head.liquid | 6 + _includes/header.liquid | 12 ++ _layouts/default.liquid | 17 ++ _layouts/docs.liquid | 41 +++++ _layouts/post.liquid | 17 ++ community.md | 14 ++ docs/Advance-example.md | 8 + docs/Basics-example.md | 8 + docs/Misc-example.md | 7 + docs/Reference-example.md | 8 + index.liquid | 59 +++++++ more.md | 14 ++ public/css/styles.css | 318 ++++++++++++++++++++++++++++++++++++++ public/imgs/ACTIX.png | Bin 0 -> 6426 bytes public/imgs/favicon.ico | Bin 0 -> 4286 bytes tutorials.md | 15 ++ 19 files changed, 556 insertions(+) create mode 100644 .cobalt.yml create mode 100644 .gitignore create mode 100644 _includes/footer.liquid create mode 100644 _includes/head.liquid create mode 100644 _includes/header.liquid create mode 100644 _layouts/default.liquid create mode 100644 _layouts/docs.liquid create mode 100644 _layouts/post.liquid create mode 100644 community.md create mode 100644 docs/Advance-example.md create mode 100644 docs/Basics-example.md create mode 100644 docs/Misc-example.md create mode 100644 docs/Reference-example.md create mode 100644 index.liquid create mode 100644 more.md create mode 100644 public/css/styles.css create mode 100644 public/imgs/ACTIX.png create mode 100644 public/imgs/favicon.ico create mode 100644 tutorials.md diff --git a/.cobalt.yml b/.cobalt.yml new file mode 100644 index 0000000..3dc7db5 --- /dev/null +++ b/.cobalt.yml @@ -0,0 +1,6 @@ +name: Actix-web framework +source: "." +dest: "build" +ignore: + - .git/* + - build/* diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2dfc49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store + +build/ diff --git a/_includes/footer.liquid b/_includes/footer.liquid new file mode 100644 index 0000000..239e3b2 --- /dev/null +++ b/_includes/footer.liquid @@ -0,0 +1,3 @@ +
+

Made ❤️ by the Cobalt with the beautiful theme

+
diff --git a/_includes/head.liquid b/_includes/head.liquid new file mode 100644 index 0000000..f0f53cb --- /dev/null +++ b/_includes/head.liquid @@ -0,0 +1,6 @@ + + + + {{ title }} + + diff --git a/_includes/header.liquid b/_includes/header.liquid new file mode 100644 index 0000000..6bafc58 --- /dev/null +++ b/_includes/header.liquid @@ -0,0 +1,12 @@ + diff --git a/_layouts/default.liquid b/_layouts/default.liquid new file mode 100644 index 0000000..3baaad7 --- /dev/null +++ b/_layouts/default.liquid @@ -0,0 +1,17 @@ + + + + {% include "head.liquid" %} + + +
+ {% include "header.liquid" %} +
+
+ {{ content }} +
+ + + diff --git a/_layouts/docs.liquid b/_layouts/docs.liquid new file mode 100644 index 0000000..2fe2f87 --- /dev/null +++ b/_layouts/docs.liquid @@ -0,0 +1,41 @@ + + + + {% include "head.liquid" %} + + +
+ {% include "header.liquid" %} +
+
+
+
+ +
+ {{ content }} +
+
+
+
+ + + diff --git a/_layouts/post.liquid b/_layouts/post.liquid new file mode 100644 index 0000000..3baaad7 --- /dev/null +++ b/_layouts/post.liquid @@ -0,0 +1,17 @@ + + + + {% include "head.liquid" %} + + +
+ {% include "header.liquid" %} +
+
+ {{ content }} +
+ + + diff --git a/community.md b/community.md new file mode 100644 index 0000000..dc471c9 --- /dev/null +++ b/community.md @@ -0,0 +1,14 @@ +extends: default.liquid +path: /:filename/ +--- +
+
+ + +## Examples + +The words is comming. + + +
+
diff --git a/docs/Advance-example.md b/docs/Advance-example.md new file mode 100644 index 0000000..4a417b5 --- /dev/null +++ b/docs/Advance-example.md @@ -0,0 +1,8 @@ +extends: docs.liquid +title: "Docs::Advance Example" +route: Advance-example +--- + +## Advance Example + +The words is comming. \ No newline at end of file diff --git a/docs/Basics-example.md b/docs/Basics-example.md new file mode 100644 index 0000000..668f47b --- /dev/null +++ b/docs/Basics-example.md @@ -0,0 +1,8 @@ +extends: docs.liquid +title: "Docs::Basics Example" +route: Basics-example +--- + +## Basics Example + +The words is comming. diff --git a/docs/Misc-example.md b/docs/Misc-example.md new file mode 100644 index 0000000..24209db --- /dev/null +++ b/docs/Misc-example.md @@ -0,0 +1,7 @@ +extends: docs.liquid +title: "Docs::Misc Example" +route: Misc-example +--- +## Misc Example + +The words is comming. \ No newline at end of file diff --git a/docs/Reference-example.md b/docs/Reference-example.md new file mode 100644 index 0000000..9b582b4 --- /dev/null +++ b/docs/Reference-example.md @@ -0,0 +1,8 @@ +extends: docs.liquid +title: "Docs::Reference Example" +route: Reference-example +--- + +## Reference Example + +The words is comming. diff --git a/index.liquid b/index.liquid new file mode 100644 index 0000000..95a8b6e --- /dev/null +++ b/index.liquid @@ -0,0 +1,59 @@ +extends: default.liquid +title: Actix-web framework +--- +
+
+
+

Actix-web framework

+

Actix-web is a fast, down-to-earth, open source rust web framework.

+
+ + +
+
+
+
+
+

Type Safe

+

The words is comming.

+
+
+

Stability

+

The words is comming.

+
+
+

Extensible

+

The words is comming.

+
+
+
+
+

Async Everything

+

The words is comming.

+
+
+

Blazingly Fast

+

The words is comming.

+
+
+

Easy To Use

+

The words is comming.

+
+
+
+
+

HTTP/1.x and HTTP/2.0

+

The words is comming.

+
+
+

Streaming and pipelining

+

The words is comming.

+
+
+

WebSockets

+

The words is comming.

+
+
+
+
+
diff --git a/more.md b/more.md new file mode 100644 index 0000000..7e69d58 --- /dev/null +++ b/more.md @@ -0,0 +1,14 @@ +extends: default.liquid +path: /:filename/ +--- +
+
+ + +## Examples + +The words is comming. + + +
+
\ No newline at end of file diff --git a/public/css/styles.css b/public/css/styles.css new file mode 100644 index 0000000..f3e0fec --- /dev/null +++ b/public/css/styles.css @@ -0,0 +1,318 @@ +:root { + --orange: #F1592A; + --dark-orange: #A12700; + --light-orange: #FF9C7C; + + --dark-grey: #58585A; + --med-grey: #818285; + --light-grey: #D1D2D4; + --med-dark-grey: #6D6E71; + + --black: #000; + --white: #fff; + + --font-stack: helvetica, arial, sans-serif; + + --breakpoint: 55rem; +} + +*, *:before, *:after { + box-sizing: border-box; + padding:0px; margin:0px; +} + +body { + border-top: 4px solid var(--orange); + font-family: var(--font-stack); + line-height: 1.4rem; +} + +a { + color: var(--orange); + /* color: inherit; */ + text-decoration: none; +} +a:hover { color:#067a1f;text-decoration:underline; } + +ul, ol, li { + list-style: none; +} + +/* ----------------------------------------nav----------------------------------------*/ +#lnav { + position: fixed; + width: 100%; + line-height: 60px; + zoom:1; + display: flex; + background-color: white; + justify-content: space-between; + border-bottom: 1px solid #dfdcdc; + box-shadow: 0 3px 3px rgba(200, 216, 206, 0.12), 0 3px 3px rgba(97, 107, 100, 0.24); +} + +#lnav h1 a { + font-size: 33px; + margin: auto 2vw; + font-weight: bold; +} +#lnav label { + float: right; + font-size: 26px; + font-weight: bold; + margin: auto 2vw; +} + +/* ----------------------------------------main----------------------------------------*/ +section.docs aside ul li a { + display: inline-block; + margin-bottom: 0.25rem; + text-decoration: none; + transition: all 0.15s ease-in-out; +} + +section.docs aside ul li a.active, +section.docs aside ul li a:hover, +section.docs aside ul li a:active, +section.docs aside ul li a:focus { + font-weight: bold; + background: var(--orange); + color: var(--white); + padding: 0.25rem 0.5rem; + border-radius: 3px; +} + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: var(--dark-grey); + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + text-shadow: none; +} + +code { + padding: 2px 4px; + font-size: 90%; + background-color: #f5f5f5; + border-radius: 4px; + border: 1px solid #ccc; + color: var(--dark-grey); + text-shadow: none; +} + +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; + border: 0; +} + +/* ----------------------------------------footer----------------------------------------*/ +footer { + text-align: center; + background-color: #f9f9f9; + justify-content: center; +} + +footer p { + margin: 0; + font-weight: lighter; + padding: 1rem 0; +} + +/* ----------------------------------------home page----------------------------------------*/ +#top { + background-color: rgb(243, 225, 123); + padding: 2rem; + text-align: center; + line-height: 3rem; +} +#top h1 { + font-size: 3rem; + color: #b71fdd; +} +#top p { + font-size: 1.5rem; + color: rgb(240, 105, 60); +} +#top button { + margin-right: 15px; + font-size: 18px; + padding: 8px 30px; + background-color: rgb(21, 233, 109); + border: none; +} + +#Features { + margin-top: 2rem; + padding: 0 1rem; +} +#Features #feature { + margin-bottom: 2rem; +} +#Features article h3 { + font-size: 1.5rem; + color: #b71fdd; +} + +#Features article p { + padding: 1rem 0; +} + + + + + + + + + + + + + + + +/* ----------------------------------------mobile----------------------------------------*/ +@media only screen and (max-width: 600px) { + #rnav { + display: none; + } + section { + margin: 5rem auto 2rem ; + width: 94%; + } +} +/* ----------------------------------------table----------------------------------------*/ +@media only screen and (min-width: 600px) and (max-width: 1000px) { + #menu { + display: none; + } + #lnav h1 a { + font-size: 33px; + margin: auto 6vw; + font-weight: bold; + } + + #rnav { + position: fixed; + right: 0; + line-height: 60px; + padding-right: 6vw; + } + + #rnav li { + display: inline-block; + } + #rnav li a { + font-size: 20px; + font-weight: bold; + padding-left: 2vw; + } + main { + margin: 0 auto; + width: 88%; + } + section { + margin-top: 3rem; + padding: 2rem 0; + position: relative; + } + + section.docs .inner { + display: flex; + } + + section.docs aside { + flex: 0 1 30%; + } + + section.docs main { + flex: 0 1 70%; + } + .columns { + display: flex; + } + + .columns.three > article { + flex: 0 1 33%; + margin-right: 1.5%; + } + + .columns.three > article:last-child { + margin-right: 0; + } +} + +/* ----------------------------------------desktop----------------------------------------*/ +@media only screen and (min-width: 1000px) { + #menu { + display: none; + } + #lnav h1 a { + font-size: 33px; + margin: auto 11vw; + font-weight: bold; + } + #rnav { + position: fixed; + right: 0; + line-height: 60px; + padding-right: 10vw; + } + + #rnav li { + display: inline-block; + } + #rnav li a { + font-size: 20px; + font-weight: bold; + padding-left: 2vw; + } + main { + margin: 0 auto; + width: 77%; + } + section { + margin-top: 4rem; + padding: 2rem 0; + position: relative; + } + + section.docs .inner { + display: flex; + } + + section.docs aside { + flex: 0 1 30%; + } + section.docs aside p { + font-size: 1.3rem; + font-weight: bold; + } + section.docs main { + flex: 0 1 70%; + } + + .columns { + display: flex; + } + + .columns.three > article { + flex: 0 1 33%; + margin-right: 1.5%; + } + + .columns.three > article:last-child { + margin-right: 0; + } +} diff --git a/public/imgs/ACTIX.png b/public/imgs/ACTIX.png new file mode 100644 index 0000000000000000000000000000000000000000..673e0f0190ca8dd9bd64712527486feb30f754fb GIT binary patch literal 6426 zcmV+#8Rh1QP)tevjS)dtQM662M(MD2T(srGS$qXu%(U z{80faef`;IpPfAW?6XE1vIJHWYOC9CzkLuu&N}O?WZt}a$*EJPGT-yaBabLh)B
sVJp~W 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 literal 0 HcmV?d00001 diff --git a/public/imgs/favicon.ico b/public/imgs/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..3a3c738b293fd933f94cf9a511b9a74080c937eb GIT binary patch literal 4286 zcmcgwS4(6`6z=^8`?SyVxIbfmfVQFAoD({V0mB$k3@9pyqT(vEj_X>FH^5b91Amr6sz(y`}m2`48c~x9REWiSaajHjcc zBYVdv&oeSIC@wCJ0s;cqIez{G@4XSSHa9m@R8$m=kB{4e zSN#sV!p4w2Jw08Oue-ZDMMp*M1i_4W0UmzS3r27Kr(0^hQ-GK!3hB)wiQ&Q@1f6EN)|U~O$} zQA9+9z=2Nj4*l7p_V#wM-@(CwDk>@n_JDrn2l$*Ym)GR^&dv@61_laD*x~f_lphr% z?l(3zMpac+(q0d8aBx(8PEJn5S>y(tPOrL;pLce4X1MFE*tb8>QoubE6E4A% z-``jK$4~G_?BCtp$q+O-IVt!f7jfMHFCig8ti{L2o1Mc8_JX&3zqjV4rKMIFD=RC4 z2l8rDQxn6zyu4&J26n;yA&VM8f8hD$OEPtIbeKIcF|lT{O;7*SEysG*;cLD0_V#8u zlIsBd1oywNurMqA0|P$n?Ce6HKSv7P;XC4w`zPc>yvp&3J)o(nDRF;;!5}bTYdPP; zH_p$`Uk^!tAuH+tc>MUWE>_TU$hN4e`ctgQleV@t!5{ghzrUX?19xz6kdl&;#5(ec z8uj+}GG36M)3=AkS`ZZ;N$IWckoB(xfj1OGY1|FZt*Bcuf@)kD7Js=zO4Szy?k#%2NTdR5o z`Icj2L?0&;d;s;mrKLseL%ve0yF4E^G#II~v(t<}V$728jo&>uIGE)f^jDUIyP>|w za@N(=S;YeCv6q*((tpKJc6N^74?6%uCghgz@Nj_%IrjGUQBml(HVs2P4Pw`+fhu zAo#-mkcImTY>C{DS}$Xu4u6DTbM#<{b-9PbZw>en{0_Mt`53W)2RR#g6mg86nCDXP z$L|5e3w-M%ggf%s0+xISK1WXr`SSDgnZ3~S$~`0BhY|fZbb`lTs;sP3`Wk~-UnXPQ znj^;`zoCzro13$jt=P})JuxxCe&3-6@ji{)2Ducrfh@(v#ROkLEx}p-2*7_iLChhC z0T2B+_~7@3pPwIlUteEmeJ*?uwnMG@uL!=!^V0J2vgqZ|2XlSd!`s&X3;bW-{{i+S Bxp4ph literal 0 HcmV?d00001 diff --git a/tutorials.md b/tutorials.md new file mode 100644 index 0000000..48a4735 --- /dev/null +++ b/tutorials.md @@ -0,0 +1,15 @@ +extends: default.liquid +path: /:filename/ +--- +
+
+ + + +## Examples + +The words is comming. + + +
+
\ No newline at end of file