8000 GitHub - Gentux/romain.soufflet.io: Personal website sources
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gentux/romain.soufflet.io

Repository files navigation

Personal website

This is my personal websites. You can visit it at romain.soufflet.io

This site is powered by Jekyll

Build a local version

docker run \
  --rm \
  --volume="${PWD}:/srv/jekyll" \
  --name jekyll_watch \
  -dt jekyll/jekyll \
  ./start.sh

You can start a simple webserver to serve the content of _site directory

docker run \
  -p 9000:80 \
  --name romain.soufflet.io \
  --volume ${PWD}/_site:/usr/share/nginx/html:ro \
  -d nginx

And access it on http://localhost:9000

About

Personal website sources

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0