Skip to content

scrambledpie/scrambledpie.github.io

Repository files navigation

Personal Site Development Environment

dockerfile

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

Docker build and run

cd scambledpie.github.io
docker build . -f Dockerfile -t jekyll
docker run -p 127.0.0.1:4000:4000 -v $PWD/:/data/ -it jekyll

About the Template

Flexible-Jekyll is a simple and clean theme for Jekyll

Demo

Check the theme in action Demo

The main page would look like this:

Main page preview

The post page would look like this:

Post page preview

Features

Installation:

Fork the master branch and follow the Jekyll Installation Documentation.

License

GNU General Public License v3.0

Donate

If you like the themes that I create you can become my sponsor on Patreon.

Thank you for your support ❤️

About

Personal Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •