From bcf9b230be6d74c71567fd0771b31d47d8dd39c7 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 21 Jan 2021 17:22:53 -0700 Subject: build the blog with nix --- _includes/footer.html | 7 ------- _includes/google-analytics.html | 12 ------------ _includes/head.html | 18 ----------------- _includes/header.html | 36 ---------------------------------- _includes/image.html | 43 ----------------------------------------- 5 files changed, 116 deletions(-) delete mode 100644 _includes/footer.html delete mode 100644 _includes/google-analytics.html delete mode 100644 _includes/head.html delete mode 100644 _includes/header.html delete mode 100644 _includes/image.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index f66a879..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,7 +0,0 @@ - - diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html deleted file mode 100644 index e9afb20..0000000 --- a/_includes/google-analytics.html +++ /dev/null @@ -1,12 +0,0 @@ - - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 9ea6d45..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {%- seo -%} - - - - - - - {%- feed_meta -%} - {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} - {%- endif -%} - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 888a8dc..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,36 +0,0 @@ - diff --git a/_includes/image.html b/_includes/image.html deleted file mode 100644 index 8875050..0000000 --- a/_includes/image.html +++ /dev/null @@ -1,43 +0,0 @@ -
- - - {%- if include.width %} - {%- for targetWidth in site.img_widths reversed -%} - {% if include.width <= targetWidth %}{% continue %}{% endif %} - {%- if targetWidth > 1000 %} - 500 %} - - {%- endfor %} - {%- endif %} - {{ include.descr }} - - - {%- if include.descr %}
{{ include.descr }}{%- endif %} -
-- cgit v1.2.3