Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Point: a Jekyll theme for personal websites that are simple and to the point.
Point is a Jekyll theme for personal websites that are simple and to the point, built to turn Markdown content into a fully responsive static site. This theme runs on Jekyll, takes Markdown files as input, and produces a clean, minimal website that works on devices of all sizes. It was created by Katavie and is based on a previous version of the author's personal site, katmh.com.
Point Theme is a Jekyll-based template designed for personal websites that prioritize simplicity. It accepts content written in Markdown and generates a static, responsive HTML site through the Jekyll build process. The theme is available on GitHub and licensed under the MIT license, making it free to use and modify.
_config.yml file, where you can set your site name, description, and other Jekyll options.styles/styles.scss, giving you control over the visual style without restructuring templates.Start by forking the repository on GitHub. Then edit the _config.yml file to set your site's title, description, and other settings. Replace the Markdown content in the pages with your own text, and adjust colors and fonts in styles/styles.scss if desired. Finally, build the site with Jekyll and deploy the static files to any web host.
Yes, Point Theme is released under the MIT license, so you can use it freely for personal or commercial projects, modify it, and redistribute it as long as you retain the copyright notice.
After forking the repository, edit _config.yml for site-wide settings such as title and description. To change the look, modify the SCSS variables in styles/styles.scss. All page content is stored as Markdown files, so you update text without touching HTML.
A live preview of the theme is available at point-theme.netlify.app. It shows the default layout, typography, and responsive behavior, so you can evaluate the theme before using it.
Yes, because it is built on Jekyll, it supports blog posts written in Markdown, along with standard pages. The theme's simplicity makes it suitable for a personal blog or a simple portfolio, though it does not include advanced blog features like tags or categories out of the box.
Colors and fonts are controlled in styles/styles.scss. You can edit this SCSS file within the styles directory to redefine variables and build a customized look for your personal site.
