saurabh
saurabh
Removed quotes around map and list variable types as per the latest Terraform version
Delete functionality does not work as expected. I've made a change in line 95 and tested it with curl requests, following which change produces the expected results.
Projects are displayed in the correct `weight` order on the homepage. On clicking "See all projects", the weights are disregarded and the order from the homepage is no longer maintained.
I think there's a typo in `archetypes/default.md` [here](https://github.com/paulmartins/hugo-digital-garden-theme/blob/b2dbca71daa901c94bf1e75a66e1e101f5966f61/archetypes/default.md?plain=1#L4). After changing the file to: ``` +++ title = "{{ replace .Name "-" " " | title }}" date = {{ .Date...
I installed Ubuntu on a 256GB microSD card using RPi Imager. I'm trying to port this image to an SSD. I have a USB drive `/dev/sdb1` mounted on `/mnt/usbdrive` (with...
Documentation to add a favicon, which will be displayed in the title bar.
The pages located [here](https://github.com/willfaught/paige/tree/master/exampleSite/content/content) have a weight associated with them. But in [this listing](https://willfaught.com/paige/content/) on the example site, they appear to be listed by most recently updated. Listing pages by...
Please bring this feature back :) Categories and tags look really good in a list layout the way the were. When pages were listed in a menu section, there was...
Take [this page](https://willfaught.com/paige/customizations/) for instance, where "Show Data" and "Style Data" are listed. The page "Show Data" has categories `"customization", "paige"` and tags `"show", "singles"` (from this [source](https://raw.githubusercontent.com/willfaught/paige/master/exampleSite/content/customizations/show.md)) and page...