Skip to content

zouhairm/zouhairm.github.io

Repository files navigation

Personal Blog / Bio

Based on combination of Jekyll theme landing-page-bootstrap-theme and mediumish-theme-jekyll

How to create posts

  • 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?
---

How to run locally

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

How to deploy

As long as this is pushed to a repo associated with Github pages it should be compiled and hosted.

Mediumish - Jekyll Theme

Live Demo   |   Download   |   Documentation   |   Buy me a coffee

mediumish Mediumish for Jekyll is designed and developed by Sal and it is free under MIT license.

Buy Me A Coffee

Copyright

Copyright (C) 2019 Zouhair Mahboubi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published