Fluxbox Wiki

This wiki is not really a wiki anymore, now its a Github Pages powered static HTML site. If you wish to contribute please follow this workflow:

Here is an example of the commands I would run on my desktop to add "foo":

     
                 git clone https://github.com/michaelrice/fluxbox-wiki.github.io.git 
                 cd fluxbox-wiki.github.io 
                 git checkout -b adding_foo 
                 echo "This is foo" > foo.html 
                 git add foo.html 
                 git commit -m "added foo" 
                 git push origin adding_foo 
          
            

Next I would go to Github and open a pull request. For help using pull requests see: Using Pull Requests