Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Architect is a Jekyll theme for GitHub Pages, offering a clean, customizable layout for project and personal sites.
Architect is a free, open-source Jekyll theme for GitHub Pages that provides a ready-made, customizable layout for static project or personal websites.
Architect is a Jekyll theme developed under the pages-themes GitHub organization and distributed for use with GitHub Pages through the remote_theme mechanism. It takes a Jekyll site configuration and produces a static HTML website with a built-in design; adding one line to _config.yml enables the theme. The theme's source repository includes templates, layouts, and Sass stylesheets that users can override locally.
remote_theme: pages-themes/[email protected] plus the jekyll-remote-theme plugin in _config.yml to apply the theme to a GitHub Pages site.title and description in _config.yml; optionally enable download buttons with show_downloads: true and add Google Analytics with google_analytics: [Your Google Analytics tracking ID]./assets/css/style.scss with an @import of the theme and adding custom CSS or Sass after it._layouts/default.html into your site and edit it, or add custom _includes files for elements such as a favicon._includes/head-custom-google-analytics.html to replace the theme's original tracking code.{{ site.github.zip_url }}) by defining custom github: variables in _config.yml.script/bootstrap, then bundle exec jekyll serve to preview at localhost:4000; run script/cibuild to verify the site builds.show_downloads to display download buttons for repository releases or archives.Architect works as a remote Jekyll theme that GitHub Pages builds automatically. After setting the remote_theme and plugin in _config.yml, the theme's layouts and styles are applied to your site's pages; overrides live in your repository's _layouts, _includes, and assets/css directories.
Architect is free and open source; the repository is publicly available and contributions are welcomed. No paid tiers or premium features are mentioned.
Other Jekyll themes in the pages-themes collection include Cayman, Minimal, Slate, Midnight, Merlot, and Tactile.
Yes, Architect is an open-source project released under the pages-themes GitHub organization. There are no license fees, and you can view and contribute to its source code on GitHub.
Add remote_theme: pages-themes/[email protected] to your _config.yml and include the jekyll-remote-theme plugin in the plugins list. If you want to preview locally, add the github-pages gem to your Gemfile and run bundle install.
Yes, you can create /assets/css/style.scss to import the theme and add custom CSS or Sass, and you can also override the default HTML layout by copying it into your site's _layouts directory.
Yes. Set google_analytics in _config.yml, or paste modern tracking code into _includes/head-custom-google-analytics.html to replace the default snippet.
Yes. The theme uses GitHub-provided variables like site.github.zip_url; you can override them by defining custom github: variables in _config.yml as described in the theme's documentation.
