mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
The Actix website. https://actix.rs
_includes | ||
_layouts | ||
blog | ||
docs | ||
public | ||
_cobalt.yml | ||
.gitignore | ||
.travis.yml | ||
CNAME | ||
community.md | ||
index.liquid | ||
LICENSE | ||
more.md | ||
README.md | ||
tutorials.md |
actix-theme
The Actix website template made with Cobalt
Contribute.
So you want make actix-website more beautiful.
$ 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 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)