@ -6,7 +6,6 @@ The _config.yml file contains the basic settings for building Jekyll, which is d
## New Posts
New posts can be added by creating a new Markdown file (.md) inside the _posts directory. The file name should start with YYYY-MM-DD-post-name and have the .md extension in order to be recognized and for it to be live in the final website. In the top part of the markdown post include these lines:
---
layout: post
title: TITLE HERE
author: AUTHOR HERE
@ -16,7 +15,6 @@ images:
- images/@stock/IMAGE HERE
excerpt:
EXCERPT HERE […]
---
## Caching
There is caching applied on most of the static elements such as the logo, css and js files to increase the page access speed and lower overhead on the server (this also helps lower the total number of requests to the server by using locally cached files, read more [here](https://gtmetrix.com/leverage-browser-caching.html)).