Website Repository
This repository hosts the source code for the Peace and Development Fund (PDF) – UN Modelling Project website.
The official website is available at:
👉 https://desa-eapd.github.io/modelling-project/
The site is built with Jekyll using the Jekyll Advance Pro Theme, and is designed to present:
- project information
- country and thematic updates
- modelling results and policy simulations
- newsletters and knowledge products
in a structured and accessible way for policymakers, partners, and stakeholders.
This repository was created and is maintained by Nyein Chan Kyaw (DESA\EAPD).
Rebuilding better and greener from the COVID-19 pandemic through enhanced design and implementation of sustainable national recovery strategies based on policy simulations
Strengthen the capacity of government agencies to better utilize data and analytical tools to inform national development strategies through quantitative modelling.
2023–2027
TBD
- Identify planning and data gaps where modelling can enhance decision-making
- Assess and customise modelling approaches (macro, micro-simulation, CLEWS)
- Conduct workshops and modelling capacity development
- Provide technical and advisory support to national governments
- Produce policy documents informed by simulation results
- Support participation in UN-level dialogues (ECOSOC, HLPF, etc.)
- Publish modelling outputs, newsletters, and reports
Jekyll Advance Pro is a premium multi-purpose theme designed for structured content, clean design, and scalable websites.
- Live Demo: https://jekyll-advance.netlify.app/
- Documentation: https://www.zerostatic.io/docs/jekyll-advance/
The project uses the theme to:
- Manage blog posts through collections (
_posts) - Generate category-based navigation
- Implement structured pages for project documentation
- Publish newsletters and modelling updates
- Render HTML through templates in
_layouts
.
├── collections/
│ ├── _posts/ # Blog/news posts and updates
│ ├── news/ # Newsletters and periodic publications
│ └── … # Additional collections as required
│
├── pages/ # Static pages
│
├── categories/ # Category landing pages for filtering
│
├── assets/
│ └── images/
│ └── gen/
│ ├── blog/
│ ├── content/
│ └── home/
│
├── _layouts/ # Liquid/HTML templates
│
├── _config.yml # Jekyll configuration
└── README.md
Used for:
- Project & Modelling updates
- Country activities
- Training summaries
Naming format:
YYYY-MM-DD-title.md
Example: 2025-11-17-og.md
---
layout: post
title: "Project Launch and Initial OG-Core Training Workshop in Ethiopia"
date: 2025-11-17
authors: ["UNDESA"]
categories: ["OG-Core", "Ethiopia"]
tags: [og model]
description: "Strengthening Ethiopia’s Economic Planning Capacity Through Advanced Policy Simulation Tools."
thumbnail: "/assets/images/gen/blog/og_model_ethiopia_thumbnail.png"
---For static project information pages.
Example:
---
layout: project
title: "About the Modelling Project"
permalink: /about/
---Each category page is a filtering template.
Example:
---
layout: category
title: "Philippines"
category: philippines
---Store newsletters as:
Naming examples:
newsletter_may2025.pdf
newsletter_oct2024.pdf
Subfolders:
blog/– images used in postscontent/– illustrations inside pageshome/– homepage hero and section images
Example reference:

Templates available include:
default.htmlpost.htmlcategory.htmlproject.htmlhome.html- custom modelling layouts (e.g.,
wefm.html)
Markdown files declare layout via front matter:
layout: postEnsure Ruby and Jekyll are installed. Guide: https://jekyllrb.com/docs/installation/
bundle installbundle exec jekyll serveLocal preview:
http://localhost:4000
bundle exec jekyll buildOutputs to _site/.
Steps:
- Add
.mdfile incollections/_posts/ - Apply correct naming convention
- Add front matter
- Write content
- Push to repository
Example template:
---
layout: project
title: "New Page"
permalink: /new-page/
---- Add PDF file into
collections/news/ - Link from newsletter index page if needed
Place in:
assets/images/gen/[blog|content|home]
---
layout: category
title: "Jordan"
category: jordan
---Tag related posts:
category: jordanOG-CORE workshop presentations are stored and published externally through the repository at:
https://eapd-drb.github.io/og-model/
This site hosts country-specific folders containing PDF and other workshop materials.
Each country presentation page in this Jekyll site should link directly to these external files.
Upload new workshop presentations into the appropriate country folder in:
---
[https://github.com/eapd-drb/og-model/](https://github.com/eapd-drb/og-model/)
---Country folder examples:
```yaml
---
/south-africa/
/indonesia/
/philippines/
---
Example file:
---
/south-africa/ZAF-PolicyBrainstorm.pdf
---Example:
---
[https://eapd-drb.github.io/og-model/south-africa/ZAF-PolicyBrainstorm.pdf](https://eapd-drb.github.io/og-model/south-africa/ZAF-PolicyBrainstorm.pdf)
---Each country has a Markdown page (e.g., south-africa.md) that serves as the presentation hub.
In og-workshop-info.md, update the workshop section:
### Module 1: Initial Training Workshop
- [Presentations – South Africa](/og-workshop/south-africa/)
- [Presentations – Indonesia](/og-workshop/indonesia/)
- [Presentations – Philippines](/og-workshop/philippines/)# Site identity
title: "Peace Development Fund – UN Modelling Project"
description: "Rebuilding better and greener through quantitative policy simulations."
url: "https://desa-eapd.github.io"
baseurl: "/modelling-project"
timezone: "UTC"
lang: "en"
# Theme
theme: jekyll-advance-pro
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /:categories/:year/:month/:day/:title/
# Collections
collections:
posts:
output: true
permalink: /blog/:year/:month/:day/:title/
news:
output: true
permalink: /news/:path/
# SASS
sass:
style: compressed
# Exclusions
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor
- node_modulesTheme includes a working netlify.toml.
Guide: https://docs.netlify.com/site-deploys/create-deploys/
If gem installation fails: delete Gemfile.lock.
Guide: https://jekyllrb.com/docs/github-pages/
Project Pages require:
url: https://username.github.iobaseurl: /repository-name
- Follow naming conventions
- Maintain clean front matter
- Use correct image locations
- Maintain consistent layouts
- Open issues for PR changes
License: https://unsplash.com/license