README
Microweber documentation
Microweber Documentation
Cloning + running the docs
server {
listen 80;
server_name localhost;
root /path-to/microweber-docs;
include hhvm.conf;
location / {
try_files $uri /index.php$is_args$args;
}
location ~ \.md$ {
try_files index.php /index.php$is_args$args;
}
}What is Microweber CMS?
The CMS has two core target audiences
Last updated
Was this helpful?
