Skip to content

trianah/socialeconomydatalab.github.io

 
 

Repository files navigation

Social Economy Data Lab

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 serve

Contributing blog posts

Blog 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
---
  1. Go to _posts/blog and click on 'Create new file' (you need a Github account).
  2. Name the file in the format yyyy-mm-dd-title-of-your-blog.md
  3. Copy and paste in the above front-matter (including the ---s) and edit the title, date, author and excerpt variables as appropriate (leave layout and category as they are).
  4. Continue writing your blog post below the --- break in Markdown
  5. When complete, you save the file by clicking 'Propose new file' towards the bottom of the page.
  6. Then, you need to click on the 'Create pull request' button, and then create the pull request.
  7. Someone with full access to the project will review and merge the blog post, at which point it will become live.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 86.1%
  • HTML 11.2%
  • Ruby 1.9%
  • JavaScript 0.8%