Ananke: A theme for Hugo Sites
Ananke is a theme for Hugo, a framework for building websites. The purpose of this theme is to provide a solid starting point for Hugo sites with basic features, while also incorporating best practices for performance, accessibility, and rapid development.
go version
. If Go is not installed, download it from the official Go website.hugo mod init
.[module]
[[module.imports]]
path = "github.com/theNewDynamic/gohugo-theme-ananke"
hugo mod get -u
to download the theme.git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
theme = "ananke"
.For more detailed information, refer to the official setup guide of Hugo.
Ananke is a Hugo theme designed to provide a solid foundation for building websites. It incorporates best practices for performance, accessibility, and rapid development. The theme offers a range of features, including responsive design, accessibility enhancements, a contact form, pre-built templates for meta data, Google Analytics, and comments, and support for various Hugo features and functions. Installation can be done as a Hugo Module or as a Git Submodule, depending on your preference.