Built using Jekyll
gem install jekyll
git clone https://github.com/SocialEconomyDataLab/socialeconomydatalab.github.io.git
cd socialeconomydatalab.github.io
bundle exec jekyll build
bundle exec jekyll serveBlog posts should be included as Markdown files (.md) in the _posts/blog directory.
The following front-matter is necessary at the top of the file:
---
layout: post
title: Blog post title
date: 2018-03-06 12:00:00 +0100
category: blog
author: Author Name
excerpt: Optional custom excerpt to show on the blog post list page instead of the first few words of copy
---- Go to _posts/blog and click on 'Create new file' (you need a Github account).
- Name the file in the format
yyyy-mm-dd-title-of-your-blog.md - Copy and paste in the above front-matter (including the
---s) and edit thetitle,date,authorandexcerptvariables as appropriate (leavelayoutandcategoryas they are). - Continue writing your blog post below the
---break in Markdown - When complete, you save the file by clicking 'Propose new file' towards the bottom of the page.
- Then, you need to click on the 'Create pull request' button, and then create the pull request.
- Someone with full access to the project will review and merge the blog post, at which point it will become live.