1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

update cobalt v0.11.1

This commit is contained in:
krircc 2018-01-13 13:48:13 +08:00
parent b363d11b91
commit b0c4397cc1

View File

@ -5,9 +5,10 @@ The Actix website template made with [Cobalt](https://cobalt-org.github.io/)
# Contribute.
So you want make actix-website more beautiful.
```bash
$ cobalt -V // Cobalt 0.11.1
$ git clone https://github.com/actix/actix-website.git
$ cd actix-website
// modify index.liquid or tutorials/community/more markdown file.
// also add or modify markdown files in docs/blog DIR.
$ cobalt watch or serve // it will get 'build' DIR, so only need put files in this 'build' DIR to [actix.github.io](https://github.com/actix/actix.github.io)
$ cobalt serve // it will get 'build' DIR, so only need put files in this 'build' DIR to [actix.github.io](https://github.com/actix/actix.github.io)
```