Skip to content

harrydrippin/harrydrippin.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf940b0 · Jul 18, 2021

History

12 Commits
Nov 22, 2020
Jul 18, 2021
Nov 22, 2020
Jul 18, 2021
Nov 22, 2020
Apr 25, 2021
Jul 18, 2021
Nov 22, 2020
Nov 22, 2020
Apr 25, 2021
Nov 22, 2020
Nov 22, 2020
Apr 25, 2021
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Apr 25, 2021
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020
Apr 26, 2021
Nov 22, 2020
Nov 22, 2020
Nov 22, 2020

Repository files navigation

Seunghwan Hong's Blog

How to build

$ docker build -t harrydrippin-blog:latest .
$ docker run --rm --name blog --volume "$PWD:/srv/jekyll" -p 4000:4000 harrydrippin-blog:latest --watch
Configuration file: /srv/jekyll/_config.yml
            Source: /srv/jekyll
       Destination: /srv/jekyll/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 2.085 seconds.
 Auto-regeneration: enabled for '/srv/jekyll'
    Server address: http://0.0.0.0:4000/
  Server running... press ctrl-c to stop.

License

The design and architecture of this blog was forked from Hux Blog.

Apache License 2.0.
Copyright (c) 2015-present Huxpro (huxpro.github.io)

Hux Blog is derived from [Clean Blog Jekyll Theme (MIT License)](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/)
Copyright (c) 2013-2016 Blackrock Digital LLC.