From a124bb097f717ab2e01e5650a657a510cd4b3114 Mon Sep 17 00:00:00 2001
From: Aroyan <43630681+aroyan@users.noreply.github.com>
Date: Fri, 4 Feb 2022 02:56:04 +0700
Subject: [PATCH] Add Jekyll content on Frontend roadmap (#1095)
* Add Bootstrap CSS content
* Add Bulma CSS content
* Add Prettier content
* Add Vite content
* Add GitHub content
* Add GitHub content
* Add GitHub content
* Add GitLab content at backend roadmap
* Add Git content on Backend roadmap
* Add HTTPS content on Backend roadmap
* Add Version Control System description
* Add Jekyll content on Frontend roadmap
---
.../content/120-static-site-generators/104-jekyll.md | 8 +++++++-
.../content/104-version-control-systems/readme.md | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md b/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md
index 0cf0b9eee..2bc96f811 100644
--- a/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md
+++ b/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md
@@ -1 +1,7 @@
-# Jekyll
\ No newline at end of file
+# Jekyll
+
+Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more.
+
+Free Content
+Jekyll Website
+Jekyll Docs
diff --git a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md
index 975e6e9b1..3e9bee47d 100644
--- a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md
+++ b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md
@@ -6,4 +6,4 @@ Version control/source control systems allow developers to track and control cha
Free Content
Git
Mercurial
-What is Version Control?
+What is Version Control?
\ No newline at end of file