From 296aa0332e54c069a94157b0bd15b062214324a9 Mon Sep 17 00:00:00 2001 From: Danny Berger Date: Sun, 6 Jan 2013 13:59:25 -0700 Subject: [PATCH] website --- .gitignore | 1 + CNAME | 1 + _config.yml | 4 + _includes/footer.html | 8 + _includes/header.html | 36 +++ _layouts/default.html | 3 + _layouts/post.html | 19 ++ about.html | 73 ++++++ .../2013-01-07-secure-git-repositories.md | 85 +++++++ blog/atom.xml | 24 ++ include/site/pygments.css | 60 +++++ include/site/screen.css | 216 ++++++++++++++++++ index.html | 26 +++ projects.html | 44 ++++ 14 files changed, 600 insertions(+) create mode 100644 .gitignore create mode 100644 CNAME create mode 100644 _config.yml create mode 100644 _includes/footer.html create mode 100644 _includes/header.html create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html create mode 100755 about.html create mode 100644 blog/_posts/2013-01-07-secure-git-repositories.md create mode 100644 blog/atom.xml create mode 100644 include/site/pygments.css create mode 100644 include/site/screen.css create mode 100644 index.html create mode 100755 projects.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca35be0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..14a1bcc --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +dpb587.me diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..858e108 --- /dev/null +++ b/_config.yml @@ -0,0 +1,4 @@ +safe: true +auto: true +server: true +pygments: true diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ecb11b3 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,8 @@ + +