tedbyron / probe-webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

probe.rs

Development

The entire webpage is built with zola which is based on statically compiled Markdown and tera templates. You can run the file watcher & compiler with zola serve during development. The webpage will automatically be reloaded everytime you change any involved file.

Currently, zola version 0.14 or higher is used.

You can install the latest build of zola by running cargo install --git https://github.com/getzola/zola. You will need the runtime and development packages for libsass installed on your OS.

Deployment

To deploy the webpage we use Docker. The container can be built with scripts/build_docker.sh and run locally with scripts/run_docker.sh. To deploy the container for the probe.rs domain, please contact @Yatekii or @tiwalun.

About


Languages

Language:SCSS 56.6%Language:JavaScript 34.0%Language:HTML 9.4%