Skip to content

Pamplemousse/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog.xaviermaso.com

This is hosted on GitHub pages.

Dev and pre visualization

Using jekyll's docker image.

docker run --rm \
  --volume=$(pwd):/srv/jekyll \
  --net=host \
  -p 35729:35729 -p 4000:4000 \
  --env JEKYLL_ENV=development \
  -it jekyll/builder \
  jekyll serve --drafts --future --livereload

Then visit localhost:4000.

About

My personnal blog's code. Live at https://blog.xaviermaso.com .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published