Arlo Belshee

Results 11 issues of Arlo Belshee

I am managing several sites in a single git repo (unusual, but makes sense in this case). Thus, I cloned the starter into `this_repo/sites/my-site/`. The precommit link & tests don't...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
technical-debt

This updates to the latest version of C# (.Net 5, C# 10). I also set up the missing project reference between the test and main projects.

As JavaScript framework churn continues, and as a result of the highly divisive Vue 3 release, I suggest dropping VuePress in favor of VitePress. FYI > However, maintaining two SSGs...

type: feature

Computes a reasonable expires header for caching: 1 minute if there is no cache busting as part of the filename, 10 years if there is. Currently only supports cache busting...

Allows a user to customize the name for the error page served for their website. It still defaults to `error.html`.

The prior attempt at this bugfix used string.replace(str, str), which just replaces the first instance. Switched to using a regex replace so that it would replace globally.

odatagen has some resources in the bundle. It doesn't handle these resources correctly. As a result, it only works when it is run from certain paths. It also ends up...

Move everything from CodePlex except the discussion forum, then disable things there and make big, obvious pointers to here.

**Is your feature request related to a problem?** I frequently encounter 4 problems: 1. It is difficult to manage non-simultaneous release for multiple applications that share the same database. 2....

enhancement