Skip to content

kemkem/jekyllAsciidocStarter

Repository files navigation

Jekyll AsciiDoc Blog Sample

Licence

Serve with drafts

docker run -p 4000:4000 --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.5 jekyll serve --drafts

Build site

docker run --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.5 jekyll build

About

A Jekyll and AsciiDoc blog sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published