An open API service indexing awesome lists of open source software.

https://github.com/jmooring/hosting-netlify

This is a test of hosting a Hugo site on Netlify
https://github.com/jmooring/hosting-netlify

Last synced: 4 months ago
JSON representation

This is a test of hosting a Hugo site on Netlify

Awesome Lists containing this project

README

          

# Hosting Test - Netlify

[![Netlify Status](https://api.netlify.com/api/v1/badges/55080532-e59b-46ab-a994-851d6af5fce8/deploy-status)](https://app.netlify.com/projects/hosting-netlify/deploys)

This is a test of hosting a Hugo site on Netlify.

This site:

1. Includes content from a Hugo module
1. Transpiles Sass to CSS using Dart Sass
1. Performs vendor prefixing of CSS rules using the postcss, postcss-cli, and autoprefixer Node.js packages
1. Processes CSS files using the tailwindcss and @tailwindcss-cli Node.js packages
1. Encodes images to the WebP format
1. Includes a content file named hugö.md to verify that the Git `core.quotepath` setting is `false` [^1]

[^1]: See [issue #9810](https://github.com/gohugoio/hugo/issues/9810). Git's `core.quotepath` setting is `false` if `/tests/hugö` has a non-zero "last modified" date.