Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and elegant Jekyll theme for academic personal homepages, deployable via GitHub Pages.
Strata Academic is a Jekyll theme for academic personal homepages that renders a clean, mobile-friendly site from a single Markdown index file and can be published directly through GitHub Pages. Created by yaoyao-liu, the theme adapts the HTML5 UP Strata design into a Jekyll gem, released under a CC0 license and available as strata-academic on RubyGems.
Strata Academic is an open-source Jekyll theme built for academic personal websites. It takes a Markdown file named index.md plus optional configuration values in _config.yml and generates a static homepage with sections for publications, research, and personal links. The theme requires Jekyll 3.5 or newer, can be deployed automatically via GitHub Pages using the remote_theme setting, and is maintained by yaoyao-liu.
remote_theme: yaoyao-liu/strata-academic to _config.yml and GitHub Pages builds the site on every push.index.md, so adding publications or research updates requires no HTML knowledge.title, affiliation, email, google_scholar, github_link, linkedin, avatar, favicon, google_analytics, description, and canonical directly in _config.yml./assets/css/style.scss and importing the theme's styles, then adding your own rules._layouts/homepage.html from the repository into your own site to fully customize the HTML structure.google_analytics variable to monitor site traffic.index.md and display them with links to Google Scholar.canonical variable and measure visits with Google Analytics.For local development, clone the repository, run bundle install and then bundle exec jekyll server; the site will be available at http://localhost:4000 and HTML output appears in the _site folder. For a hosted site, add remote_theme: yaoyao-liu/strata-academic to _config.yml and push your repository to GitHub — GitHub Pages handles the build automatically. All content lives in index.md, and the theme generates the complete homepage from that file.
Yes, the theme is released under the Creative Commons Zero v1.0 Universal license, which waives copyright and allows free use, modification, and redistribution without attribution.
Yes. Add remote_theme: yaoyao-liu/strata-academic to your _config.yml and push the repository; GitHub Pages will build and host the site. The theme requires Jekyll 3.5 or newer, which GitHub Pages provides.
Edit the index.md file in the root of your site. The theme renders Markdown from that file into the homepage HTML, and you can add or update publications, research, and personal information there.
Yes. You can create /assets/css/style.scss to add custom CSS on top of the theme's styles, or copy the original _layouts/homepage.html into your site's _layouts directory and edit it to change the HTML structure.
