From 111767700619c5184943b1cb3dff3f7e195c2e85 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 15 Jun 2017 23:06:16 -0500 Subject: add theme.toml, archetypes, layouts, and css --- layouts/partials/foot_custom.html | 0 layouts/partials/footer.html | 9 +++++++++ layouts/partials/head_custom.html | 0 layouts/partials/header.html | 19 +++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 layouts/partials/foot_custom.html create mode 100644 layouts/partials/footer.html create mode 100644 layouts/partials/head_custom.html create mode 100644 layouts/partials/header.html (limited to 'layouts/partials') diff --git a/layouts/partials/foot_custom.html b/layouts/partials/foot_custom.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..a1993aa --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,9 @@ + + + diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..5067848 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,19 @@ + + + + + {{ .Title }} | {{ .Site.Title }} + + + {{ partial "head_custom.html" . }} + + + + -- cgit 1.4.1