Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Jekyll theme for academics, featuring an about-me homepage, blog, and publications highlights.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Dumbarton is a free Jekyll theme developed by Tyler Butler for building academic personal websites, with a simple homepage featuring an about-me section, a blog, and an interactive highlights area for publications, coursework, courses taught, and projects.
Dumbarton is a Jekyll theme designed specifically for academics. It takes a standard Jekyll site structure and a _config.yml file as input, and produces a static website with a homepage, blog, and publication list. The theme is built with Bootstrap 4.5.3 and Animate CSS, and it uses the Jekyll Scholar plugin to format bibliographies and generate citation-powered publication pages. The theme is not compatible with GitHub Pages because GitHub does not support the jekyll-scholar plugin; it is designed to be deployed on other platforms such as Netlify, and a live demo is available at dumbarton.netlify.app.
education home option is currently functional.animate config option.ui-theme option in _config.yml lets you select pre-configured color themes, and you can create your own by adding a new entry in _data/themes.yml with fields like nav-color, title-font, and font-color.papers.bib file and settings for citation style like APA./assets/img/icons, with instructions to generate a new set using a favicon generator./blog section with configurable tags, and control commenting through Gitalk (though this feature is currently not working).To install, clone the repository from GitHub, run bundle install to install dependencies, then start a local server with bundle exec jekyll serve. Most settings — including site info, theme color scheme, scholar configuration, and meta tags — are changed in _config.yml, and you must restart the Jekyll server to see those changes take effect.
education option works for the homepage's lower section.No. The theme explicitly states that it is not compatible with GitHub Pages because GitHub does not support the jekyll-scholar plugin. It is recommended to deploy on platforms like Netlify, and the demo site runs on Netlify.
Clone the repository, run bundle install to install dependencies, and then start the development server with bundle exec jekyll serve. You will need a local Jekyll environment set up with Ruby and Bundler.
Jekyll Scholar is a Jekyll plugin that formats bibliographies and reading lists. Dumbarton uses it for the publications page and the homepage highlights so that academic citations can be generated from a BibTeX file.
Yes. Set the ui-theme option in _config.yml to a pre-configured theme name, or define a new theme by adding an entry to _data/themes.yml with fields for nav colors, fonts, and more.
The theme includes a comments setting enabled via Gitalk, but the documentation notes that this feature is "Not Currently Working". You can leave the setting as comments: false to disable it.
