Organization landing page for the Iran Transition Project.
Built with Jekyll and deployed via GitHub Pages.
bundle install
bundle exec jekyll serveindex.html-- Landing pagebriefs/-- Convergence briefs listingblog/-- Project blog (posts in_posts/)technology/-- Technical infrastructure overviewcommunity/-- Discussion forums, issue trackers, contributing guides
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
---