From 8f187c573954b6c8d1650ac33a164c52e032ac16 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2016 20:04:59 -0700 Subject: Stop using Jekyll. Moving away from Jekyll to Hugo. This commit clean up the old files to prepare for the migration. --- _layouts/default.html | 17 ----------------- _layouts/page.html | 9 --------- _layouts/post.html | 13 ------------- 3 files changed, 39 deletions(-) delete mode 100644 _layouts/default.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 5f80b43..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {% include header.html %} - - - - -
- {{ content }} - {% include footer.html %} -
- - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index b74fa96..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: default ---- - -
fcuny: home
- -
-
{{ content }}
-
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 4532662..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default ---- - -
fcuny: home
- -
-

{{ page.title }}

-
- -
-
{{ content }}
-
-- cgit v1.2.3