Research website redesign
Research website redesign
This version preserves the existing AcademicPages/Jekyll site and adds a research-led portfolio design.
What changed
- Rebuilt the homepage around a concise research identity and selected contributions.
- Added a dedicated Research page organized around four complementary research pillars.
- Added a separate About page with professional background and contact links.
- Reworked Teaching into a Teaching & Mentoring page.
- Updated the primary navigation while retaining the complete publications, talks, and CV pages.
- Added responsive styling for desktop, tablet, and mobile displays.
- Updated the site description, social-profile metadata, and default social image.
Most useful files to edit later
_pages/about.md— homepage wording and featured publications_pages/research.md— research themes and future directions_pages/about-bio.md— professional biography_pages/teaching.md— teaching and mentoring content_data/navigation.yml— main navigation_sass/_research-site.scss— redesign styling_config.yml— site-wide description, social links, and metadata
Put this version into the existing GitHub Desktop repository
- Make a backup copy of the current local repository folder.
- Extract this ZIP into a separate folder.
- Copy the extracted contents into the existing local
StopkaKris.github.iorepository folder and allow the changed files to be replaced. - In GitHub Desktop, review the listed changes before committing.
- Commit with a message such as
Redesign research websiteand push when ready.
The ZIP intentionally does not contain a .git folder. Your existing local repository remains the source of Git history and remote settings.
Local preview
If Ruby and Bundler are installed, run the following from the repository folder:
bundle install
bundle exec jekyll serve
Then open the local address shown by Jekyll. GitHub Pages will perform the same general build after the changes are pushed.
