Skip to content

Latest commit

 

History

History
76 lines (64 loc) · 3.58 KB

File metadata and controls

76 lines (64 loc) · 3.58 KB

Software used to build the matjaz.it blog

Tools on my computer

  • The Hugo static website engine to generate the website
  • Git (quite obviously) to manage the code and content
  • A text editor, currently Emacs
  • GNU Ispell to spell-check my website's content
  • My custom shell
  • Inkscape to manipulate SVG images
  • Imagemagick to create smaller thumbnails of the images in the posts
  • Exiftool to manipulate JPG metadata, like the copyright notice

Web tools

  • Website building tools:

    • Real Favicon Generator is an awesome generator of the right way to create the favicons for your website
    • google-webfonts-helper is an extremely useful tool that organizes a Google Font and its CSS code to self-host it easily
    • Can I use tests if an HTML, CSS, JS feature is supported by the most common browsers
    • CSS Lint can find errors in the CSS code
  • Website speed and quality tests:

  • Compression and minimization:

  • HTTPS and security:

    • SSLlabs.com is the leading test on the web to check your SSL/TLS certificate
    • Securityheaders.io check and teaches you about HTTP headers you can use to improve your website's security

Third party code