2018-01-07 03:55:53 +01:00
|
|
|
# actix-theme
|
2018-01-10 02:07:54 +01:00
|
|
|
The Actix website template made with [Cobalt](https://cobalt-org.github.io/)
|
|
|
|
|
2018-01-10 02:08:38 +01:00
|
|
|
|
2018-01-10 02:07:54 +01:00
|
|
|
# Contribute.
|
2018-01-10 02:08:38 +01:00
|
|
|
So you want make actix-website more beautiful.
|
|
|
|
```bash
|
2018-01-13 06:48:13 +01:00
|
|
|
$ cobalt -V // Cobalt 0.11.1
|
2018-01-10 02:07:54 +01:00
|
|
|
$ 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.
|
2018-01-13 06:49:57 +01:00
|
|
|
$ cobalt serve // it will get '_site' DIR, so only need put files in this '_site' DIR to [actix.github.io](https://github.com/actix/actix.github.io)
|
2018-01-10 02:08:38 +01:00
|
|
|
```
|