Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmooring/hosting-cloudflare-pages
This is a test of hosting a Hugo site on Cloudflare Pages
https://github.com/jmooring/hosting-cloudflare-pages
Last synced: 8 days ago
JSON representation
This is a test of hosting a Hugo site on Cloudflare Pages
- Host: GitHub
- URL: https://github.com/jmooring/hosting-cloudflare-pages
- Owner: jmooring
- License: apache-2.0
- Created: 2024-11-17T00:44:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T23:36:35.000Z (2 months ago)
- Last Synced: 2025-01-17T03:38:19.434Z (10 days ago)
- Language: HTML
- Homepage: https://www.boldbeam.com
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hosting Test - Cloudflare Pages
This is a test of hosting a Hugo site on Cloudflare Pages.
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 to verify that we're using Hugo's extended edition
1. Includes a content file named hugö.md to verify that the Git `core.quotepath` setting is `false`[^1]
1. Enables site search with PagefindEdit wrangler.toml to set executable versions and system time zone.
[^1]: See [issue #9810](https://github.com/gohugoio/hugo/issues/9810). Git's `core.quotepath` setting is `false` if `/other-tests/hugö` has a non-zero "last modified" date.