URI: 
       snap: Allow access to SSH keys and $HOME/.config/hugo - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 575d7f8068082bf75ee4939fafa186c796a06a0c
   DIR parent 739d10e8bd17347bcc33ca3920fafb0bf59b2d27
  HTML Author: Joe Mooring <joe@mooring.com>
       Date:   Wed, 26 Jul 2023 22:15:21 -0700
       
       snap: Allow access to SSH keys and $HOME/.config/hugo
       
       Closes #11288
       Diffstat:
         M snap/snapcraft.yaml                 |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
       @@ -59,6 +59,12 @@ plugs:
            interface: personal-files
            read:
              - $HOME/.config/gcloud
       +  dot-cache-hugo:
       +    interface: personal-files
       +    write:
       +      - $HOME/.cache/hugo
       +  ssh-keys:
       +    interface: ssh-keys
        
        environment:
          HOME: $SNAP_REAL_HOME
       @@ -95,6 +101,8 @@ apps:
              - dot-aws
              - dot-azure
              - dot-config-gcloud
       +      - dot-cache-hugo
       +      - ssh-keys
        
        parts:
          git: