Web Programmming Lab
Web Programmming Lab
-Created a html file, config (tells Jekyll the basics of our project such as the name and the markdown
that’s being used), gitignore, CSS file, blogs, about, posts, layouts.
-Linked the CSS file in the default.html file.
-Created a gitignore file. This file basically ignores the site directory that Jekyll creates automatically
after each commit you do.
-The highlighted text are the liquid tags and these are used to inject content into the final web page.
-In Jekyll you can control the structure of our permalinks by editing the _config.yml file you created
earlier. The structure of the permalink by YY/MM/DD/title.
-The last part was to add an about us folder with a html file. In this html file I have added a heading
of Welcome and a paragraph to welcome the visitors to the website and also I added an image with
the image tag.