1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Update README.md

This commit is contained in:
krircc 2018-01-10 09:08:38 +08:00 committed by GitHub
parent 93f3f4e77a
commit af32cdfcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,13 @@
# actix-theme
The Actix website template made with [Cobalt](https://cobalt-org.github.io/)
So you want make actix-website more beautiful.
# 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)
```