Skip to content

stolenegg/stolenegg.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stolenegg.github.io

stolenegg.com public web site

Built for Jekyll / GitHub Pages

Local development

Build site with Jekyll

export JEKYLL_VERSION=3.8
docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  -it jekyll/builder:$JEKYLL_VERSION \
  jekyll build --watch

Run server locally

cd _site
python3 -m http.server 1234

Credits / thanks

About

stolenegg.com web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published