Personal blog, build from scratch with Jekyll & JavaScript
- HTML, Sass, JavaScript, jQuery, AJAX
- Jekyll
- Bootstrap
- Animate.css
- Valine
- GitHub Actions
- GitHub Pages
$ bundle exec jekyll serve
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