Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjokim authored Nov 23, 2024
1 parent 6dedd5c commit 32b5c67
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1 @@
title: D. J. Kim's Homepage
email: dong.jo.kim@jyu.fi
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.

baseurl: "" # the subpath of your site, e.g. /blog

url: "http://example.com" # the base hostname & protocol for your site

twitter_username: jekyllrb
github_username: jekyll

# Build settings
markdown: kramdown

collections:
episodes:
output: true
seasons:
output: true
characters:
output: true

defaults:
- scope:
path: ""
type: "episodes"
values:
layout: "episode"
- scope:
path: ""
type: "characters"
values:
layout: "character"
- scope:
path: ""
type: "seasons"
values:
layout: "season"

gems:
- octopress-paginate

0 comments on commit 32b5c67

Please sign in to comment.