Go to file
aajjbb f7d1afdf52 screenshots: link to the screenshots GitHub issue
Closes https://github.com/awesomeWM/awesome-www/pull/88.
2017-04-02 22:35:26 +02:00
images Changing the way screnshots are added in the screen, now they live inside <figure> tags. Also, adding an small doc about how to contribute with screenshots 2017-01-14 13:44:39 -02:00
recipes mpc: Make a reconnect happen 2017-02-12 18:02:04 +01:00
src@088584c812 v4.1 2017-03-18 10:56:27 +01:00
templates menu: remove direct link to apidoc, shorten "doc" (#66) 2017-01-21 23:36:22 +01: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 Travis: Install a newer LGI version 2017-03-18 11:16:41 +01:00
Makefile Add .txt extension for changelog files (#52) 2016-12-26 23:00:58 +01:00
README.md Fixing wrong Markdown from README (#65) 2017-01-21 23:23:58 +01:00
community.mdwn Merge branch 'master' into site-improvements 2017-01-14 13:58:51 -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.1 2017-03-18 10:56:27 +01:00
index.mdwn index: update standout text for 4.1 release (#87) 2017-03-18 17:45:00 +01:00
local.css Make awesome v4 standout more compliant with the whole site design (#72) 2017-01-27 02:27:54 +01:00
recipes.mdwn adding Elv13 libraries to recipes (#83) 2017-03-04 22:11:45 -05:00
releases.mdwn v4.1 2017-03-18 10:56:27 +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 appropiated name.

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

  3. Inside the new tag, add the screenshots with a tag and use the <figcaption> to add caption to the image, explaining what is being used on the screenshot.

Contributing to Recipes Section

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

  1. Create a new link in markdown format [Link Name](Real Link) in the appropiated 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 explaining in the Hacking section in this same page to check how your changes will looks 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.