Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for simple, content-focused websites with high contrast and readability.

Fully customizable personal portfolio and blog website made with Spring Boot
Basics is a minimal Hugo theme for content-focused static websites, built on the Elephants theme and available from the official Hugo theme site.
Basics is a Hugo theme that turns Markdown content into a responsive, high-contrast static site with an emphasis on readability. It takes posts written in Markdown (stored in the content/post directory) and an about page (content/about.md) as input, and produces a fully static website as output. The theme is developed by GitHub user arjunkrishnababu96 and is released under the MIT License.
git submodule add https://github.com/arjunkrishnababu96/basics.git themes/basics..Site.Params.author in config.toml to display an author..Site.Params.github and .Site.Params.gitlab to show links in the top navigation bar; leaving them blank hides the links.Install the theme as a git submodule, create a content/post directory for blog posts and an about.md page, then configure the author, GitHub, and GitLab parameters in config.toml. The homepage pulls any posts found in content/post; to change this behavior, edit themes/basics/layouts/_default/list.html.
Yes, Basics is released under the MIT License, which permits free use, modification, and redistribution.
Create a new Markdown file inside the content/post directory. Any files placed there are automatically listed on the homepage, so no extra configuration is needed.
Add your usernames to the site parameters in config.toml as github = "username" and gitlab = "username". The links appear in the top navigation bar. If the values are blank or absent, the links disappear.
Yes, the theme's list layout is at themes/basics/layouts/_default/list.html. You can modify that file to change how posts are selected and displayed.
