https://github.com/kkrull/blog-apprenticeship
Blog from my apprenticeship at 8th Light
https://github.com/kkrull/blog-apprenticeship
blog markdown ruby
Last synced: about 2 months ago
JSON representation
Blog from my apprenticeship at 8th Light
- Host: GitHub
- URL: https://github.com/kkrull/blog-apprenticeship
- Owner: kkrull
- Created: 2018-03-16T05:06:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T15:52:37.000Z (over 7 years ago)
- Last Synced: 2025-09-01T16:53:02.863Z (10 months ago)
- Topics: blog, markdown, ruby
- Language: Ruby
- Homepage: https://kkrull.github.io/
- Size: 110 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kkrull.github.io
My blog on [GitHub Pages][my-blog].
## Running locally
Start Jekyll...
bundle exec jekyll serve #Articles in _posts/
bundle exec jekyll serve --drafts #Also include _drafts/
...and then open a browser in the address it mentions (usually [http://localhost:4000][local-address]).
[my-blog]: https://kkrull.github.io
[local-address]: http://localhost:4000