After enjoying several Hugo themes, I tried to develop a theme that suited my needs, refined it, and evolved it into this theme.
While it’s simple and static page-based, the theme makes it easy to categorize your articles with tags and helps you manage your blog with multiple shortcut.
To begin using freshPink for your development blog, follow the installation and customization instructions available on our GitHub repository. Dive into the world of blogging with a theme that’s as dynamic and vibrant as your ideas.
Here is the demo site where you can find a simple example and a detailed tutorial.
There are two methods to install the freshPink theme. You can either use Git submodules (recommended for easy updates) or download it directly. Unless there’s a specific reason, we recommend using the submodule method.
hugo new site yourSiteName
git submodule add git@github.com:ElecBrandy/freshpink.git themes/freshpink
config.toml
file in a text editor and update the theme
variable to "freshpink"
:theme = "freshpink"
hugo server
Download the Theme: Go to the FreshPink GitHub repository and download the theme as a ZIP file.
Extract and Move the Theme:
Extract the ZIP file and move the extracted folder to the themes
directory in your Hugo site.
Update Site Configuration:
Just like with the Git submodule method, open your config.toml
file and set the theme
variable to "freshpink"
.
Preview Your Site: Run the following command to build and preview your site locally:
hugo server
The freshPink theme is designed to be easily customizable. You can modify the styles, layouts, and content as needed to fit your site. Follow the tutorial on the demo site and try customizing it yourself!
If you encounter any issues or have questions, feel free to open an issue on the GitHub repository.
Your journey to sharing your development insights and projects in a fresh, engaging way starts with freshPink.