From 02ffef36c71baeaeade99900d5098e5d1c25fbd2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 7 Dec 2024 17:15:14 +0000 Subject: [PATCH] Changing the site title and subtitle --- app/config/sculpin_site.yml | 4 ++-- notes.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 3d253db..5284273 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,8 +1,8 @@ # The contents of this file are parsed and made available as # via `site.*`. So for example, {{ site.title }} can be used # in a template to get the contents of the `title` key. -title: Sculpin Blog Skeleton -subtitle: To Get You Started +title: SculpinCon +subtitle: A conference about the Sculpin static site generator. # Insert your disqus shortname #disqus: diff --git a/notes.txt b/notes.txt index e4ed9d3..b37f99c 100644 --- a/notes.txt +++ b/notes.txt @@ -10,3 +10,12 @@ rm LICENSE README.md publish.sh s3.conf.dist s3-publish.sh devenv devenv init + +Configuration + +```diff +- title: Sculpin Blog Skeleton +- subtitle: To Get You Started ++ title: SculpinCon ++ subtitle: A conference about the Sculpin static site generator. +```