Hugo no theme

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • blog-v1

    Discontinued Personal blog

    In quick start guide and many online tutorials, new projects are advised to use one of the existing themes or create a new one. But after reading official docs, I've decided not to use any theme in my previous blog version. I am going to do the same for this new project. If in the future some of my functionality will look like it could be decoupled from the blog, I will create a theme but for now, I do not see any need for one.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • pre-commit-terraform

    pre-commit git hooks to take care of Terraform configurations πŸ‡ΊπŸ‡¦

    diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca47c31..3e5cfef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,10 @@ repos: rev: v2.7.1 hooks: - id: prettier - types_or: [yaml, markdown, json] + types_or: [yaml, markdown, json, html] + additional_dependencies: + - "[email protected]" + - "[email protected]" - repo: https://github.com/antonbabenko/pre-commit-terraform rev: v1.74.1 hooks:

  • mirrors-prettier

    Discontinued mirror of the `prettier` npm package for pre-commit

    note, we also need to add prettier itself too because usually JavaScript hooks use additional_dependencies to install libraries that hook uses, here is example

  • prettier-plugin-go-template

    Fixes prettier formatting for go templates 🐹

  • djLint

    ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang

    There is also another gohtml file type formatter, you can find it here https://github.com/Riverside-Healthcare/djlint.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Estimate Cloud Costs with Terraform and InfraCost

    5 projects | dev.to | 6 Sep 2024
  • Infrastructure Essentials Part 1: A Terraform Recipe for Success

    3 projects | dev.to | 28 Jun 2024
  • Trying to learn pre-commit - how to handle multiple hooks in a small monorepo with different paths?

    1 project | /r/devops | 16 Oct 2022
  • Best approach to manage S3

    2 projects | /r/Terraform | 7 Oct 2021
  • Can you validate ".tf" files via a script ?

    1 project | /r/Terraform | 4 Sep 2021

Did you konow that Shell is
the 9th most popular programming language
based on number of metions?