1- # _config.yml
2-
3- # ──────────────────────────────────────────────
4- # 1. Basic site info (very important for SEO & <title>)
5- # ──────────────────────────────────────────────
61title : " 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
104github_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)
3213github :
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