Skip to content

Commit 0cdc088

Browse files
committed
feat: seo 관련 플러그인을 추가하다
- seo에 필요한 플러그인이 따로 있어서 추가함.
1 parent b56f844 commit 0cdc088

4 files changed

Lines changed: 55 additions & 2 deletions

File tree

clean

pelicanconf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,10 @@
9898
# Plugins
9999
PLUGIN_PATHS = []
100100

101-
PLUGINS = []
101+
PLUGINS = ["seo"]
102+
103+
# SEO
104+
SEO_REPORT = False
105+
SEO_ENHANCER = True
106+
SEO_ENHANCER_OPEN_GRAPH = False
107+
SEO_ENHANCER_TWITTER_CARDS = False

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies = [
99
"cleo>=2.1.0",
1010
"markdown-mermaidjs>=2.0.0",
1111
"markdown>=3.8",
12+
"pelican-seo>=1.4.0",
1213
"pelican>=4.11.0",
1314
"pendulum>=3.1.0",
1415
"rich>=14.0.0",

uv.lock

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)