weblog

Repository for blogging https://pvmilk.github.io/weblog

General Infos

Develop Environment

  • The repository provides a docker-compose configuration to both build/edit and run the page locally
    • To enter the environment to build/edit the page using Jekyll
      $ docker-compose run builder
      
      (container)$ bundle update           [Optional]
      
    • To run the server container locally
      $ docker-compose run server
      
    • Packages in Github Pages dependencies are installed in the Dockerfile using $ROOT/Gemfile. The file must be modified to match with the latest setup.

References