Skip to content

mariokonrad/mkweb

Repository files navigation

mkweb - Static Website Generator

Copyright 2020 Mario Konrad (mario.konrad@gmx.net)

Static website generator supporting themes and plugins. Using pandoc to convert pages from markdown to HTML.

License

GPL v3, see file LICENSE.

Build

Environment:

  • GCC-6, GCC-7, GCC-8, GCC-9, GCC-10 (C++17)
  • CMake 3.13 (or newer)

Library dependencies:

Will be built from local repositories (${HOME}/local/repo) if available or from the remote repositories (shallow clones in /tmp) listed above, and installed in $(pwd)/local. Execute to build and install dependencies:

mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_BUILD_TYPE=Release ..
make
make package