https://github.com/jonmbake/jonbake.com
Personal website: http://jonbake.com.
https://github.com/jonmbake/jonbake.com
Last synced: 4 months ago
JSON representation
Personal website: http://jonbake.com.
- Host: GitHub
- URL: https://github.com/jonmbake/jonbake.com
- Owner: jonmbake
- License: other
- Created: 2017-08-02T11:28:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T02:58:34.000Z (almost 2 years ago)
- Last Synced: 2025-07-08T23:41:33.216Z (11 months ago)
- Language: SCSS
- Size: 12.1 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jonbake.com
## Creating a New Post
```
$ bundle exec jekyll post "My New Post"
```
## Publish a Post
```
$ 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
```