Skip to content

chauncyf/chauncyf.github.io

Repository files navigation

Chauncy's Space

Personal blog, build from scratch with Jekyll & JavaScript

Stack

Development

CI / Deployment

  • GitHub Actions
  • GitHub Pages

Useful Commands

Local Server

$ bundle exec jekyll serve

Jekyll::Compose

Create new page using:

$ bundle exec jekyll page "My New Page"

Create new post using:

$ bundle exec jekyll post "My New Post"

Create new draft using:

$ bundle exec jekyll draft "My new draft"

Publish draft using:

$ bundle exec jekyll publish _drafts/my-new-draft.md
# or specify a specific date on which to publish it
$ bundle exec jekyll publish _drafts/my-new-draft.md --date 2014-01-24

Unpublish post using:

$ bundle exec jekyll unpublish _posts/2014-01-24-my-new-draft.mdnew-draft.md

About

Personal blog, build from scratch with Jekyll & JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published