https://github.com/danvk/danvk.github.io
danvk github pages
https://github.com/danvk/danvk.github.io
Last synced: over 1 year ago
JSON representation
danvk github pages
- Host: GitHub
- URL: https://github.com/danvk/danvk.github.io
- Owner: danvk
- Created: 2014-10-01T23:02:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T17:19:34.000Z (over 1 year ago)
- Last Synced: 2025-02-21T17:44:09.570Z (over 1 year ago)
- Language: HTML
- Size: 80.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get started:
sudo gem install bundler
bundle install
bundle exec jekyll serve --drafts --config _config.yml,_local.yml
The `_local.yml` bit excludes some large directories which you're unlikely to change.
To write a new post, put it in `_posts/YYYY-MM-DD-post-title.md`. The front
matter should look like:
---
layout: post
title: Title of the blog post
time: 12:36PM EST # displayed literally on the home page
datetime: 2016-01-19 12:36PM EST # parsed and placed in atom.xml
summary: "Summary that goes on the home page"
---