mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
4a71ca2dde44cd9fedf6508bc7bb0ce8c1638461
Also, applied CSS fixes prposed by Kostas Michalopoulos.
Window Maker webpage source
This is a web page source files. All of the files should be proper markdown files accepted by Jekyll static site generator.
Build/serve
In order to build the site, you'll need Jekyll framework installed. Easiest way to achieve it, is to install it from system repositories.
If your distribution doesn't contain it (even in external ones, like PPA for Ubuntu, AUR for Arch or some portage overlay from Gentoo), that it might be installed locally using Bundler, which typical usage would be as follows:
$ cd window-maker.github.io && bundler init
$ bundler add jekyll
$ bundler exec jekyll serve
which will initialize gemfile, add jekyll to it, and then perform jekyll serve
which underneath will build the site and than run simple http server on
http://localhost:4000 in development mode. More about jekyll you can find on
it's page
Description
Languages
HTML
78.8%
C
12.4%
CSS
5.3%
Roff
3.5%