From 7658e597929a4cf99c5934efea167f23ae1fb0c0 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 21 Jun 2021 22:39:56 -0400 Subject: [PATCH] Cleaning up footer. --- Makefile | 4 +++- blog/_config.yml | 3 ++- blog/_includes/footer.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2656ce098..016a47496 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,9 @@ alllogs: down: - docker-compose -f docker-compose.yml down nbdown: down - +blog: + - bundle exec jekyll serve + # runs tests test: - python manage.py test --settings=newsblur_web.test_settings apps/analyzer diff --git a/blog/_config.yml b/blog/_config.yml index aafe7e0f3..314b0721c 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -21,8 +21,9 @@ title: The NewsBlur Blog email: blog@newsblur.com tagline: A new sound of an old instrument -description: >- # this means to ignore newlines until "baseurl:" +description: > # this means to ignore newlines until "baseurl:" NewsBlur is a personal news reader that brings people together to talk about the world. + A new sound of an old instrument. baseurl: "" # the subpath of your site, e.g. /blog url: "https://blog.newsblur.com" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/blog/_includes/footer.html b/blog/_includes/footer.html index 2ef2668ac..2c6ed9c37 100644 --- a/blog/_includes/footer.html +++ b/blog/_includes/footer.html @@ -26,7 +26,7 @@