Coder Social home page Coder Social logo

hugo-compress's Introduction

G'day, I'm Nicholas! ๐Ÿ‘‹

I'm a developer with a love for web development and automation.

At the moment, I'm helping organise logistics with the awesome crew at UNIHACK.

You can read posts about my interests on my blog or via my RSS feed. I tend to write about music, weekend projects and short technical dives into the software I use.

When I'm not coding, I'm likely playing brass/piano or at band rehearsal! ๐ŸŽต ๐ŸŽต ๐ŸŽต


If you'd like reach me, you can find me on the following places. My email is on the sidebar to the left!

Website โ€ข Twitter โ€ข LinkedIn

hugo-compress's People

Contributors

nchlswhttkr avatar

Watchers

 avatar  avatar

hugo-compress's Issues

Versioning releases

I can push images to the GitHub Docker Registry, which I'm going to try out. I can use these releases when building my site with GitHub Pages.

The main question is how to set up a versioning strategy. I've weighed up a few options.

A basic approach would be to only use a latest image. Each change to the Dockerfile/build script pushes a new image to this tag. The only way to go back to an earlier version is to build and push a new image. I'm also not keen to maintain the logic around releasing minor and major versions.

Semver is another approach, and would help avoid breaking changes impacting long-term users. A breaking change would most likely be caused by Hugo itself, or if this build started accepting arguments/environment variables. Breaking changes are still hard to predict though, which leads me to the last one.

Versioning by Hugo itself seems to strike a good balance. It means there can be a release history, and ties it to a Hugo release, which itself follows semver. This should be easier to maintain than semver itself. A latest tag can still be used as well.

The last option seems most suitable to me, though I'd like to be able to bump versions for new releases of other dependencies (programs used in compression). Going by this, Git SHAs is what I'll go with

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.