Overview:
Just me! is a minimal and fancy theme for Hugo that allows users to create personal pages with rotating backgrounds and social profiles. It is designed to be easy to customize and does not include any blog or extra content. The theme also supports Google Analytics and includes a contact form feature that is currently in progress.
Features:
- Rotating Fullscreen Backgrounds: Just me! offers the ability to configure and manage rotating fullscreen backgrounds on the homepage.
- Social Profile Integration: Users can easily add and manage their social profiles, which are displayed as social icons on the homepage.
- Hugo Integration: Just me! is designed to work seamlessly with Hugo, allowing users to manage backgrounds, profiles, and homepage content through Hugo’s front matter.
Installation:
To get started with Just me!, users have two options:
Import the theme in Forestry CMS: Simply click the import button in Forestry CMS to add the Just me! theme to your Hugo project. Once imported, you can customize the site by editing the front matter for backgrounds, profiles, and the homepage.
Manual installation via command line:
- In your Hugo project’s root folder, run the following command:
$ git clone https://github.com/jota-ele-ene/just-me-starter.git themes/just-me - Open your
config.tomlfile and update thethemevariable tojust-me. Additionally, add two new variables in theparamssection to identify yourself and provide a link for more information about you. - Add the
disableKindsvariable to specify which types of pages Hugo should not render. If not extending the theme, keep the default values fordisableKinds. - Copy the
_index.mdfile and thebackgroundsandprofilesfolders from the theme’sexampleSitefolder to your site’scontentfolder. - Remove the first lines in your
config.tomlfile (thethemesDirvariable is only needed for the example site). - Finally, run the following command to start your server locally:
$ hugo server
- In your Hugo project’s root folder, run the following command:
Summary:
Just me! is a minimalist theme for Hugo that allows users to create personalized and visually appealing personal pages. With its rotating fullscreen backgrounds and easy integration of social profiles, users can easily customize their site and showcase their online presence. The theme also offers support for Google Analytics and includes a contact form feature that is currently in development.