Based on combination of Jekyll theme landing-page-bootstrap-theme and mediumish-theme-jekyll
- Place images
/img/projects/
- Create posts for the bio and blog in the respective folders using yaml syntax.
---
layout: default
img: img.gif
category: projects
title: Awesome project<br>Year
description: |
<p class="lead">description</p>
links: #List of links
- title: title on page
url: href
venue: where was this?
authors: who did this?
---
To debug locall, the following code should work.
#Install tools
brew install ruby
gem install bundler
bundle install #run in local folder
#Add this in bashrc
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
#Serve locally. Should be available on http://localhost:4000/
bundle exec jekyll serve
As long as this is pushed to a repo associated with Github pages it should be compiled and hosted.
Live Demo | Download | Documentation | Buy me a coffee
Mediumish for Jekyll is designed and developed by Sal and it is free under MIT license.
Copyright (C) 2019 Zouhair Mahboubi