Go to file
Uli Schlachter 9f498f8ed9 page template: Use BASEURL variable
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>
2016-12-13 17:43:49 +01:00
images Add missing images 2012-12-22 11:32:34 +01:00
src@4628b15235 v3.5.9 2016-03-06 15:14:12 +01:00
templates page template: Use BASEURL variable 2016-12-13 17:43:49 +01:00
.gitignore ignore authors 2009-02-05 19:49:14 +01:00
.gitmodules v3.5.6 (and move to github) 2015-01-10 20:45:24 +01:00
.travis.yml Revert "Travis: remove before_install: let the latest build succeed (#19)" 2016-05-18 00:18:47 +02:00
Makefile Add a README (#21) 2016-05-18 10:34:08 +02:00
README.md Add a README (#21) 2016-05-18 10:34:08 +02:00
community.mdwn Remove git stats 2016-04-06 17:03:53 +02:00
doc.mdwn doc: link also to master's apidoc (#15) 2016-05-16 17:50:18 +02:00
download.mdwn Fix links to downloads (#27) 2016-11-05 13:40:10 +01:00
index.mdwn update Lucas desktop 2009-11-26 19:23:58 +01:00
local.css local.css: Add missing new line and end of file 2016-12-13 17:40:51 +01:00

README.md

Website for awesome WM

Build Status

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.