2016-05-18 10:34:08 +02:00
# Website for awesome WM
[![Build Status ](https://travis-ci.org/awesomeWM/awesome-www.svg?branch=master )](https://travis-ci.org/awesomeWM/awesome-www)
This is the main source of the
[website for the awesome window manager ](https://awesomewm.org/ ).
2017-01-14 01:48:17 +01:00
## Requirements
- [ikiwiki ](https://ikiwiki.info/ )
- [PerlMagick ](https://www.imagemagick.org/script/perl-magick.php ) (optional,
for images)
## Hacking
You can build the web page locally by running `make` , which will generate the
output in `html/` .
To view it, open `html/index.html` in your web browser.
You can simulate running a web server using Python, which will automatically
open `index.html` when following a link to a directory:
$ cd html
$ python3 -m http.server -b localhost 8000 &
2016-05-18 10:34:08 +02:00
2017-01-14 01:41:48 +01:00
## Contribution Guide
### Screenshots
To contribute with Screenshots:
* Add your image to the folder images/screenshots with an appropiated name.
* Add a new < figure > tag in the bottom of *screenshots.mdwn* ,
* Inside the new tag, add the screenshots with a < img > tag and use the < figcaption > to add caption to the image, explaining what is being used on the screenshot.
2016-05-18 10:34:08 +02:00
## Publishing
The master branch gets built by
[Travis CI ](https://travis-ci.org/awesomeWM/awesome-www/ ), and is then published
through [Github's Organization Pages ](https://github.com/awesomeWM/awesomeWM.github.io ).
## Other resources
The API documentation for the master branch at
2017-01-14 01:48:17 +01:00
[/apidoc ](https://awesomewm.org/apidoc/ ) is viewable at [Github's Project
2016-05-18 10:34:08 +02:00
Pages for the apidoc repo](https://github.com/awesomeWM/apidoc), where it gets
pushed to from successful builds in [the awesome main
repo](https://github.com/awesomeWM/awesome/).