Go to file
Yauhen Kirylau 3e0aaa5050
hotfix(travis): don't write results for prs
2020-08-10 01:58:45 +02:00
images Added awesome-taglist post to recipes (#104) 2017-10-28 00:00:08 +02:00
recipes Merge pull request #145 from psychon/xrandr 2019-09-17 00:41:09 +02:00
src@5da5d36178 v4.3 2019-01-28 08:28:06 +01:00
templates update footer Copyleft date 2018-02-13 21:42:27 -02:00
.gitignore Remove the old authors page 2016-12-17 18:17:54 -05:00
.gitmodules v3.5.6 (and move to github) 2015-01-10 20:45:24 +01:00
.travis.yml hotfix(travis): don't write results for prs 2020-08-10 01:58:45 +02:00
Makefile Makefile: improve build_for_travis (#136) 2019-02-26 11:12:23 +01:00
README.for_webpage.md Add a README.md to the generated web page repo (#94) 2017-05-23 10:02:40 +02:00
README.md Fix code block in README 2018-07-07 02:14:57 +02:00
community.mdwn Fix grammar in community page (#116) 2017-09-06 16:18:49 +02:00
doc.mdwn Make awesome v4 standout more compliant with the whole site design (#72) 2017-01-27 02:27:54 +01:00
doing_a_release.mdwn Fix a small oversight in doing_a_release.mdwn (#86) 2017-03-18 13:37:54 +01:00
download.mdwn v4.3 2019-01-28 08:28:06 +01:00
index.mdwn AwesomeWM v4.0 is no longer breaking news 2019-01-28 08:41:10 +01:00
local.css fix font color on navigators with custom theme 2019-04-04 12:35:56 +02:00
recipes.mdwn recipes: add layout-machi 2019-07-18 23:42:55 +02:00
releases.mdwn v4.3 2019-01-28 08:28:06 +01:00
screenshots.mdwn screenshots: link to the screenshots GitHub issue 2017-04-02 22:35:26 +02:00

README.md

Website for awesome WM

Build Status

This is the main source of the website for the awesome window manager.

Requirements

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 &

Contributing to the Screenshots Section

To contribute with Screenshots:

  1. Add your image to the folder images/screenshots with an appropriate name.

  2. Add a new <figure> tag in the bottom of screenshots.mdwn,

  3. 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.

Contributing to Recipes Section

Fork this repository and create a new branch with a name relevant to the information you will be adding to the site. If you have doubts in how to Fork and Branch, take a look in this cheat-sheet here

The process of editing files can be done inside GitHub's interface, more information here

Create a new link in markdown format [Link Name](Real Link) in the appropriate section in recipes.mdwn file.

  1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a relevant name, under the recipes folder.

    Example recipes/xrandr-tutorial.mdmw

  2. Link your page to the right section in the recipes.mdwn page with Markdown syntax.

    Example [XrandR Tutorial](../recipes/xrandr-tutorial.html)

Seeing results and pulling your changes

  1. Build the site as explained in the Hacking section in this same page to check how your changes will look like.

  2. If everything is right and looks good, you're ready do make a Pull Request.

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 viewable at Github's Project Pages for the apidoc repo, where it gets pushed to from successful builds in the awesome main repo.