Personal Website & Blog Theme for Hugo
Find a file
2022-10-01 00:25:13 +01:00
.github/workflows fixed github action bug 2022-10-01 00:16:14 +01:00
archetypes initial commit 2022-09-10 20:05:37 +01:00
assets reviewd color themes and added 5 new ones 2022-09-30 23:36:03 +01:00
config/_default added likes 2022-09-28 23:43:50 +01:00
data initial commit 2022-09-10 20:05:37 +01:00
exampleSite revert test 2022-10-01 00:19:35 +01:00
i18n added likes 2022-09-28 23:43:50 +01:00
images changed images for theme 2022-09-13 20:54:50 +01:00
layouts Update .Path to .File.Path to fix deprecation warnings. 2022-09-30 18:10:49 -04:00
resources/_gen/images fixes 2022-09-10 22:59:59 +01:00
static finished the header 2022-09-11 17:20:31 +01:00
.gitignore fixed gitignore 2022-09-11 00:21:18 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-10-01 00:25:13 +01:00
config.toml upgraded hugo version, added new color theme 2022-09-29 19:30:24 +01:00
CONTRIBUTING.md updated docs for v1 and polished some minor fixes across the code 2022-09-13 00:49:15 +01:00
go.mod updated go mod 2022-09-13 20:23:54 +01:00
LICENSE add licence 2022-09-10 19:21:28 +01:00
lighthouserc.js initial commit 2022-09-10 20:05:37 +01:00
logo.png add logo 2022-09-10 19:18:20 +01:00
netlify.toml upgraded hugo version 2022-09-26 22:10:03 +01:00
package-lock.json upgraded hugo version, added new color theme 2022-09-29 19:30:24 +01:00
package.json updated version 2022-10-01 00:22:28 +01:00
README.md Update README.md 2022-09-30 23:54:55 +01:00
tailwind.config.js corrected responsive articles issue 2022-09-11 19:27:04 +01:00
theme.toml updated theme info 2022-09-13 20:43:03 +01:00

Blowfish

Blowfish Docs Deploy

Blowfish is designed to be a powerful, lightweight theme for Hugo. It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content. The theme is a fork of Congo.

🌏 Demo site
📑 Theme documentation
🐛 Bug reports & issues
💡 Questions & feature requests

blowfish logo

Features

  • Fully responsive layout built with Tailwind CSS 3.0
  • Multiple colour schemes (or fully customise your own)
  • Dark mode (forced on/off or auto-switching with user toggle)
  • Highly customisable configuration
  • Firebase integration to support dynamic data
  • Views count & like mechanism
  • Multiple homepage layouts
  • Flexible with any content types, taxonomies and menus
  • Multilingual content support inlcuding support for RTL languages
  • Ability to link to posts on third-party websites
  • Client-side site search powered by Fuse.js
  • Diagrams and visualisations using Mermaid
  • Charts using Chart.js
  • Mathematical notation using KaTeX
  • SVG icons from FontAwesome 6
  • Automatic image resizing using Hugo Pipes
  • Heading anchors, Tables of Contents, Code copy, Buttons, Badges and more
  • HTML and Emoji support in articles 🎉
  • SEO friendly with links for sharing to social media
  • Fathom Analytics and Google Analytics support
  • RSS feeds, Favicons and comments support
  • Advanced customisation using simple Tailwind colour definitions and styles
  • Optimised for performance and accessibility with perfect Lighthouse scores
  • Fully documented with regular updates

Documentation

Blowfish has extensive documentation that covers all aspects of the theme. Be sure to read the docs to learn more about how to use the theme and its features.


Installation

Blowfish supports several installation methods - as a Hugo Module (easiest), a git submodule, or as a completely manual install.

Detailed instructions for each method can be found in the Installation docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using Hugo modules if you're already confident installing Hugo themes.

Quick start using Hugo

Note: Ensure you have Go and Hugo installed, and that you have created a new Hugo project before proceeding.

  1. From your project directory, initialise Hugo Modules:

    hugo mod init github.com/<username>/<repo-name>
    
  2. Create config/_default/module.toml and add the following:

    [[imports]]
    path = "github.com/nunocoracao/blowfish"
    
  3. Start your server using hugo server and the theme will be downloaded automatically.

  4. In the root folder of your website, delete the config.toml file that was generated by Hugo. Copy the *.toml config files from the theme into your config/_default/ folder.

    Note: Do not overwrite the module.toml file you created above!

    You will find these theme config files in the Hugo cache directory, or download a copy from GitHub.

  5. Follow the Getting Started instructions to configure your website.

Installing theme updates

As new releases are posted, you can update the theme using Hugo. Simply run hugo mod get -u from your project directory and the theme will automatically update to the latest release.

Detailed update instructions are available in the docs.


Contributing

Blowfish is expected to evolve over time. I intend to keep adding features and making changes as required.

Feel free to get in touch with any issues or suggestions for new features you'd like to see.

If you're able to fix a bug or implement a new feature, I welcome PRs for this purpose. Learn more in the contributing guidelines.