Changing the site title and subtitle

This commit is contained in:
Oliver Davies 2024-12-07 17:15:14 +00:00
parent fc273c74d8
commit 02ffef36c7
2 changed files with 11 additions and 2 deletions

View file

@ -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:

View file

@ -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.
```