Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple and convenient profile & project theme based on Jekyll

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
AP is a free, open-source Jekyll theme for turning your GitHub Pages site into a career profile and project portfolio.
AP is a Jekyll theme built specifically for career-oriented websites. It takes your resume information and project descriptions, written in Markdown, and renders them as a clean, responsive site with an "About" page for your resume and a "Project Portfolio" section for your projects. The theme runs on Jekyll and can be hosted for free on GitHub Pages. It was created by kssim and is based on Chester How's tale-theme, extending it with social links, Google Analytics, and a repositioned layout.
index.md file._config.yml._config.yml to enable site analytics.gem install jekyll.bundle install._config.yml with your title, URL, Google Analytics ID, and social usernames.jekyll serve to preview locally, then deploy to GitHub Pages.Yes, AP is open-source and released under the MIT License, so you can use it for personal or commercial projects without cost.
AP is built on Jekyll, a Ruby-based static site generator. It uses Sass for styling and Font Awesome for icons, and outputs plain HTML for fast loading.
Open _config.yml in a text editor, find the social block, and enter your usernames for each network you want to display. Set email: true to show your email.
The theme is designed as a project portfolio, but because it reuses Jekyll's post system with a custom frontmatter schema, you can write regular posts if you adapt the layout.
Yes, add your Google Analytics tracking ID to the google_analytics field in _config.yml and the theme will include the tracking snippet on all pages.
