mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
14 lines
523 B
Markdown
14 lines
523 B
Markdown
# actix-theme
|
|
The Actix website template made with [Cobalt](https://cobalt-org.github.io/)
|
|
|
|
|
|
# Contribute.
|
|
So you want make actix-website more beautiful.
|
|
```bash
|
|
$ 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)
|
|
```
|