Skip to content

octaviuslabs/octavius-blog

Repository files navigation

Octavius Blog Site

Helpful commands:

  1. Draft new post
docker-compose run draft "My New Page"
  1. Publish a post
# --date is optional
docker-compose run publish _drafts/my-new-draft.md --date 2014-01-24
  1. Unpublish a post
docker-compose run unpublish _posts/2014-01-24-my-new-draft.md
  1. Check SEO
# -k are the keywords to check
# -p is the post
docker-compose run checkseo -k "welcome to jekyll" -p ../dist/welcome-to-jekyll.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages