9f498f8ed9
Instead of using absolute URLs, this now uses an ikiwiki variable to get relative paths. For example, in index.html this will expand to the empty string while in download/index.html it expands to "../". Since this expands to the empty string on index.html, some things which previously linked to / will now have to link to index.html. However, that shouldn't be a problem, I think. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
images | ||
src@4628b15235 | ||
templates | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Makefile | ||
README.md | ||
community.mdwn | ||
doc.mdwn | ||
download.mdwn | ||
index.mdwn | ||
local.css |
README.md
Website for awesome WM
This is the main source of the website for the awesome window manager.
The website is based on ikiwiki.
Publishing
The master branch gets built by Travis CI, and is then published through Github's Organization Pages.
Other resources
The API documentation for the master branch at /apidoc is served through Github's Project Pages for the apidoc repo, where it gets pushed to from successful builds in the awesome main repo.