fvwmorg / fvwmorg.github.io

FVWM website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FvwmWeb (fvwm.org) at GitHub

This is the source to build the Fvwm website, https://www.fvwm.org/, including the wiki located at https://www.fvwm.org/Wiki/.

The site is generated from markdown using Jekyll (including Jekyll's Kramdown flavor of markdown). See https://www.fvwm.org/Wiki/FvwmWeb/ for information on how the site is organized, the styles and plugins used.

To build and view the site locally, clone the repo, then use Jekyll to serve the site:

git clone https://github.com/fvwmorg/fvwmorg.github.io.git
cd fvwmorg.github.io
jekyll serve

By default the fvwm2rc syntax highlighter is disabled, as it increases build times drastically. To build or serve the site with syntax highlighting use the --config option:

jekyll serve --config _config.yml,_config-fvwm2rc.yml

About

FVWM website

License:GNU General Public License v2.0


Languages

Language:HTML 71.9%Language:SCSS 11.6%Language:JavaScript 9.2%Language:Python 4.3%Language:Gnuplot 1.9%Language:CSS 0.6%Language:NASL 0.4%Language:Ruby 0.2%