Skip to content

Commit 63033cd

Browse files
authored
Clean up _config.yml by removing comments
Removed commented sections and simplified the configuration.
1 parent fe22972 commit 63033cd

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

_config.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# _config.yml
2-
3-
# ──────────────────────────────────────────────
4-
# 1. Basic site info (very important for SEO & <title>)
5-
# ──────────────────────────────────────────────
61
title: "Social Media Platform"
7-
description: >- # >- = folded block (good for multi-line)
8-
Twitter clone built with microservice based architecture
2+
description: Twitter clone built with microservice based architecture
93

104
github_username: shawshank725
115

@@ -16,19 +10,6 @@ plugins:
1610
- jekyll-seo-tag # optional: better SEO meta tags
1711
- jekyll-sitemap # optional: generates sitemap.xml
1812

19-
# ──────────────────────────────────────────────
20-
# 3. URL settings (very important!)
21-
# ──────────────────────────────────────────────
22-
baseurl: "" # "" if repo name = username.github.io
23-
# otherwise "/repo-name"
24-
url: "https://shawshank725.github.io"
25-
26-
# ──────────────────────────────────────────────
27-
# 4. Download / release links (shown nicely in Minimal Mistakes)
28-
# ──────────────────────────────────────────────
29-
# These appear automatically in the sidebar if you use the theme's defaults
30-
31-
# Option A: Let theme use GitHub auto-generated links (easiest)
3213
github:
3314
zip_url: https://github.com/shawshank725/twitter-clone-spring-boot-react-microservices/archive/refs/heads/main.zip
3415
tar_url: https://github.com/shawshank725/twitter-clone-spring-boot-react-microservices/archive/refs/heads/main.tar.gz

0 commit comments

Comments
 (0)