Doug Torrance 41db020192 Rebuild page
2019-02-28 12:52:47 -05:00
2018-05-14 12:24:27 -04:00
2019-02-09 09:00:53 -05:00
2019-02-28 16:58:58 +01:00
2019-01-13 20:37:03 -05:00
2018-05-12 21:51:28 -04:00
2018-05-11 17:56:18 -04:00
2018-05-14 12:50:32 -04:00
2019-01-13 20:35:08 -05:00
2018-05-11 10:56:40 -04:00
2018-05-11 10:56:41 -04:00
2018-05-11 18:39:16 -04:00
2012-02-15 14:35:27 +00:00
2018-05-12 20:39:40 -04:00
2019-02-13 20:31:29 +01:00
2019-02-13 20:30:43 +01:00
2019-02-28 16:58:58 +01:00

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
Window Maker homepage
Readme 18 MiB
Languages
HTML 78.8%
C 12.4%
CSS 5.3%
Roff 3.5%