mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-05 08:58:44 +00:00
parent
739d10e8bd
commit
575d7f8068
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,12 @@ plugs:
|
||||||
interface: personal-files
|
interface: personal-files
|
||||||
read:
|
read:
|
||||||
- $HOME/.config/gcloud
|
- $HOME/.config/gcloud
|
||||||
|
dot-cache-hugo:
|
||||||
|
interface: personal-files
|
||||||
|
write:
|
||||||
|
- $HOME/.cache/hugo
|
||||||
|
ssh-keys:
|
||||||
|
interface: ssh-keys
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
HOME: $SNAP_REAL_HOME
|
HOME: $SNAP_REAL_HOME
|
||||||
|
@ -95,6 +101,8 @@ apps:
|
||||||
- dot-aws
|
- dot-aws
|
||||||
- dot-azure
|
- dot-azure
|
||||||
- dot-config-gcloud
|
- dot-config-gcloud
|
||||||
|
- dot-cache-hugo
|
||||||
|
- ssh-keys
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue