This repository contains the source code and content for Pascal Michaillat's website at https://pascalmichaillat.org.
- The website is generated with Hugo.
- The source code is adapted from hugo-website, a minimalist template for academic websites.
- Book - Draft chapters and appendices for "A Theory of Slack" are stored as PDF files in the
staticfolder. Book metadata are stored in the Markdown filecontent/18.md. - Research papers - Papers, online appendices, and presentation slides are stored as PDF files in the
staticfolder. Paper metadata are stored as Markdown files in thecontent/papersfolder. - Automated business cycle dashboard - Dashboard data are stored as CSV files in the
static/dashboardfolder. Dashboard graphs are stored as HTML files in thestatic/dashboardfolder. Python code to create the dashboard graphs is stored in thecontent/dashboardfolder. Dashboard architecture is stored as a Markdown file in thecontent/dashboardfolder. - Course materials - Lecture notes, lecture slides, and homework are stored as PDF files in the
staticfolder. Course plans are stored as Markdown files in thecontent/coursesfolder. - Design templates - Documentation for design templates is stored as Markdown files in the
content/designfolder. - You can download all content by cloning this repository.
- The source code is licensed under the MIT License.
- The content is licensed under the Creative Commons Attribution 4.0 International License, except where otherwise noted.