The structure of this site is a little different than you might expect. What looks like pages on this site are actually popups (modals) rather than stand-alone html pages. These are stored in the _posts
folder. The date in the file name creates the ordering on the home page. Do not rename the files.
The files contain a header wrapped in ---
. The img
section is where you change the image. Do not change the date.
Below the header, edit the page using HTML. W3Schools has an excellent HTML Reference and Tutorial.
Jekyll theme based on Freelancer bootstrap theme
The templating language this theme uses is called Liquid
/img/portfolio/
your-email@domain.com
in _config.yml
with your email address. Refer to formspree for more information.
---
layout: default
modal-id: 1
date: 2020-01-18
img: cabin.png
alt: image-alt
project-date: January 2020
client: The Client
category: Web Development
description: The description of the project
## Demo
View this jekyll theme in action [here](https://jeromelachaud.com/freelancer-theme)
## Screenshot
![screenshot](https://raw.githubusercontent.com/jeromelachaud/freelancer-theme/master/screenshot.png)
---------
For more details, read the [documentation](http://jekyllrb.com/)