Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
13akstjq committed Feb 8, 2024
1 parent 20062a9 commit e2eaced
Showing 1 changed file with 29 additions and 31 deletions.
60 changes: 29 additions & 31 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ exclude:
title: 웹 개발 기술 블로그
blog_topic: "웹 개발"
subtitle: "에 필요한 내용을 기록하는 공간입니다. 📚"
company: "N-Tech Service"
subtitle2: "에서 개발하고 있습니다. "
company: ""
subtitle2: ""
email: [email protected]
name: ManSub Han
description: >
웹 개발에 필요한 지식을 기록하는 블로그입니다.
웹 개발에 필요한 지식을 기록하는 블로그입니다.
# Base URL of site (i.e. /blog). It should always start with a slash,
# and never end with a slash. Set it to a blank value if hosting at the
# root of your server.
Expand All @@ -39,52 +39,50 @@ jekyll-archives:
- categories
- tags
- project-types
layout: 'archive'
layout: "archive"
permalinks:
category: '/category/:name/'
tag: '/tag/:name/'
project-type: '/project-type/:name/'
category: "/category/:name/"
tag: "/tag/:name/"
project-type: "/project-type/:name/"

# Disqus comments
# disqus_shortname: bencentra

# Google analytics
ga_tracking_id: "UA-142485698-1"
project-types :
project-types:
- man: Big One
- man: Small Stuff

# Category descriptions (for archive pages)
descriptions:

- cat: React
desc: ""

- cat: html/css
desc: ""

- cat: javascript
desc: ""

- cat: jquery
desc: ""
desc: ""

- cat: aws
desc: ""
desc: ""

- cat: Git
desc: ""

- cat: GitBlog
desc: ""

- cat: jekyll
desc: "Posts describing Jekyll setup techniques."

- cat: dummy
desc: "Just some placeholder posts, lorem ipsum and the rest."



# Social icons and sharing options
#
# Social settings are used in two places:
Expand All @@ -104,7 +102,7 @@ social:
- name: Twitter
icon: twitter
username: TheBenCentra
url:
url:
desc: Follow me on Twitter
share: false

Expand All @@ -125,7 +123,7 @@ social:
- name: LinkedIn
icon: linkedin
username: Ben Centra
url:
url:
desc: Connect with me on LinkedIn
share: false

Expand Down Expand Up @@ -217,13 +215,13 @@ social:
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
fb_image: "/assets/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"
fb_image: "/assets/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"

twitter_image: "/assets/logo.png"
twitter_image: "/assets/logo.png"

os_repo: "https://github.com/bencentra/centrarium.com"
os_rcs_type: "git"
os_src: "[email protected]:bencentra/centrarium.com.git"
os_repo: "https://github.com/bencentra/centrarium.com"
os_rcs_type: "git"
os_src: "[email protected]:bencentra/centrarium.com.git"

0 comments on commit e2eaced

Please sign in to comment.