FROM ubuntu:latest
RUN apt update
RUN apt install ruby-full -y
RUN apt install build-essential zlib1g-dev -y
ENV GEM_HOME="$HOME/gems"
ENV PATH="$HOME/gems/bin:$PATH"
RUN gem install jekyll bundler
RUN mkdir /data/
WORKDIR /data/
COPY . ./
RUN bundle install
ENTRYPOINT bundle exec jekyll serve
cd scambledpie.github.io
docker build . -f Dockerfile -t jekyll
docker run -p 127.0.0.1:4000:4000 -v $PWD/:/data/ -it jekyll
Check the theme in action Demo
The main page would look like this:
The post page would look like this:
- Google Fonts
- Font Awesome
- Disqus
- Analytics
- Support Emoji
Fork the master
branch and follow the Jekyll Installation Documentation.
GNU General Public License v3.0
If you like the themes that I create you can become my sponsor on Patreon.
Thank you for your support ❤️