Skip to content

chanster/chanster.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chanster Blog

This is a repo of chanster.github.io. Theme is based on Chirpy by Cotes.

Development

serve will watch for changes by default.

docker run -it --rm \
    --env JEKYLL_ENV=production \
    --volume="$PWD:/srv/jekyll" \
    --publish 4000:4000 \
    jekyll/jekyll \
    jekyll serve

Build

GitHub Action will build and deploy on github.io, if testing locally, better to use the serve option.

docker run -it --rm \
    --env JEKYLL_ENV=production \
    --volume="$PWD:/srv/jekyll" \
    jekyll/jekyll \
    jekyll build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published