Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ timezone: Asia/Shanghai
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: "AI News & Tutorials"

tagline: A text-focused Jekyll theme # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Breaking AI News, Tutorials & Content

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
Expand All @@ -44,6 +44,8 @@ social:
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username

lazyload_images: true

# Site Verification Settings
webmaster_verifications:
google: # fill in your Google verification code
Expand Down Expand Up @@ -167,9 +169,10 @@ kramdown:
start_line: 1

collections:
tabs:
tutorials:
output: true
news:
output: true
sort_by: order

defaults:
- scope:
Expand Down
Loading