资 源 简 介
This static webpage generator allows it to embed any script-language in a webtemplate. The webplodder processes many page files and one template file with embed script code to generate a static webpage project.
Installation
Compile from source
Download the latest snapshot or, get the source from the repository.
Install the required libraries:
| Boost.Filesystem |
|:----------------------|
| Boost.Regex |
| Boost.System |
| Boost.Program_Options |
| yaml-cpp |
Compile the code using cmake:
mkdir build
cd build
cmake ..
make
make install # as root
Installer
Download an installer version
Execute the Installer via bash
Follow the instructions on the Screen.
Documentation
How