Personal academic website for Dr John D. Ilee, Associate Professor in Astrophysics at the University of Leeds.
The production site is available at https://johnilee.github.io/.
The site is static and has no build-time dependencies. From the repository root, start a local server:
python3 -m http.server 8000Then open http://localhost:8000/.
index.htmlcontains the page content and metadata.assets/css/main.cssis the stylesheet served by the website.assets/sass/contains the corresponding Sass source.assets/js/contains the page navigation and transition scripts.images/contains photographs, illustrations, and optimized WebP versions.
When changing styles, keep the Sass source and compiled CSS in sync.
GitHub Pages publishes the site from this repository. Changes should be reviewed on a branch before they are merged into the publishing branch.
The site is based on the Dimension template by HTML5 UP, used under the Creative Commons Attribution 3.0 license. Icons are provided by Font Awesome and Academicons. Background photography is credited in the website footer.