Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 778 Bytes

File metadata and controls

41 lines (29 loc) · 778 Bytes

IranTransitionProject.github.io

Organization landing page for the Iran Transition Project.

Built with Jekyll and deployed via GitHub Pages.

Local development

bundle install
bundle exec jekyll serve

Open http://localhost:4000

Structure

  • index.html -- Landing page
  • briefs/ -- Convergence briefs listing
  • blog/ -- Project blog (posts in _posts/)
  • technology/ -- Technical infrastructure overview
  • community/ -- Discussion forums, issue trackers, contributing guides

Adding a blog post

Create a file in _posts/ with the naming convention:

_posts/YYYY-MM-DD-title-slug.md

With frontmatter:

---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD
author: Your Name
---