Academic Portfolio for Macroeconomics, Energy Markets, and Climate Change Research.
This website is hosted via GitHub Pages at schultkr.github.io and powered by the Academic Pages Jekyll template.
Most day-to-day updates involve editing Markdown files in specific directories:
- Biography & Sidebar: Edit
_config.ymlto update your role at IWH, contact info, or social links. - Research/Publications: Add new
.mdfiles to the_publications/folder. - Teaching: Update course info in the
_teaching/folder. - Talks: Add presentation details to the
_talks/folder. - Files: Upload PDFs or CVs to the
files/directory to link them in your pages.
The deployment process is automated through GitHub Actions:
- Commit your changes to the
masterbranch. - Navigate to the Actions tab in this repository.
- Monitor the "Automated update" workflow. Once it shows a green checkmark, your changes are live.
To preview changes before they go live, you can run the site locally.
This repository includes a Dev Container for easy setup:
- Open the folder in VS Code.
- When prompted, click "Reopen in Container".
- The site will automatically host at
http://localhost:4000with live-reload enabled.
If you have Docker installed, run:
chmod -R 777 .
docker compose up