Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjokim committed Dec 28, 2024
1 parent e9a1159 commit b196794
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
title: Your awesome title
email: your-email@domain.com
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.
title: DongJo Kim's Research and Projects
email: dongjokim@domain.com
description: >-
Welcome to DongJo Kim's homepage. Explore my research in high-energy physics, focusing on Quark Gluon Plasma, and stay updated with my latest projects and findings.
baseurl: "" # the subpath of your site, e.g. /blog

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

# Social media usernames
twitter_username: jekyllrb
github_username: jekyll
github_username: dongjokim
linkedin_username: dongjokim # Add LinkedIn if applicable

# SEO settings
google_analytics: UA-XXXXXXXX-X # Replace with your Google Analytics ID
plugins:
- jekyll-seo-tag # Add SEO plugin for better search engine optimization

# Build settings
markdown: kramdown
theme: minima # Use a simple, clean theme
paginate: 5 # Number of posts per page

# Collections
collections:
episodes:
output: true
Expand All @@ -23,6 +31,7 @@ collections:
characters:
output: true

# Default settings for collections
defaults:
- scope:
path: ""
Expand All @@ -40,5 +49,23 @@ defaults:
values:
layout: "season"

# Gems and plugins
gems:
- octopress-paginate

# Exclude files from the build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle
- vendor/cache
- vendor/gems
- vendor/ruby

# Include additional files
include:
- _pages # If you have a custom pages directory

# Additional configuration
permalink: /:categories/:year/:month/:day/:title/

0 comments on commit b196794

Please sign in to comment.