Skip to content

Subin Park's Blog. Forked from A Digital Garden Theme for Jekyll.

License

Notifications You must be signed in to change notification settings

SOL1archive/SOL1archive.github.io

 
 

Repository files navigation

SOL1archive.github.io

This blog is a fork from Jekyll Garden.

Documents and links

Credits & Thanks

Hosting in a Docker Container

For hosting on your local network, inside a docker container, install docker and docker-compose and run,

$ docker-compose up -d

Note:-

This container is built upon on alpine based ruby image. There's an official Jekyll image available in docker hub which only support amd64 images. You can opt to use that if you are running the container on an 64bit PC. If you want to run this on an ARM based system like Raspberry Pi, this would be a better option.

The directories which will be frequently modified, are mapped as local volumes so that any changes made to those will be immediately picked up by the server and built. If you fancy changing content in other folders regularly, feel free to add them to the volumes section in docker-compose.yml before deploying.

License

The theme is available as open source under the terms of the MIT License.

About

Subin Park's Blog. Forked from A Digital Garden Theme for Jekyll.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 71.1%
  • HTML 16.8%
  • JavaScript 9.8%
  • TypeScript 1.7%
  • Other 0.6%