Changing the site title and subtitle
This commit is contained in:
parent
fc273c74d8
commit
02ffef36c7
|
@ -1,8 +1,8 @@
|
||||||
# The contents of this file are parsed and made available as
|
# The contents of this file are parsed and made available as
|
||||||
# via `site.*`. So for example, {{ site.title }} can be used
|
# via `site.*`. So for example, {{ site.title }} can be used
|
||||||
# in a template to get the contents of the `title` key.
|
# in a template to get the contents of the `title` key.
|
||||||
title: Sculpin Blog Skeleton
|
title: SculpinCon
|
||||||
subtitle: To Get You Started
|
subtitle: A conference about the Sculpin static site generator.
|
||||||
|
|
||||||
# Insert your disqus shortname
|
# Insert your disqus shortname
|
||||||
#disqus:
|
#disqus:
|
||||||
|
|
|
@ -10,3 +10,12 @@ rm LICENSE README.md publish.sh s3.conf.dist s3-publish.sh
|
||||||
devenv
|
devenv
|
||||||
|
|
||||||
devenv init
|
devenv init
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
|
||||||
|
```diff
|
||||||
|
- title: Sculpin Blog Skeleton
|
||||||
|
- subtitle: To Get You Started
|
||||||
|
+ title: SculpinCon
|
||||||
|
+ subtitle: A conference about the Sculpin static site generator.
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue