decentral1se
3 years ago
1 changed files with 4 additions and 2 deletions
@ -1,6 +1,8 @@ |
|||||
|
import os |
||||
|
|
||||
# a publicly accessible ICS calendar |
# a publicly accessible ICS calendar |
||||
calendar_url= '' |
calendar_url = os.environ.get('CALENDAR_URL', '') |
||||
|
|
||||
# your Hugo content directory |
# your Hugo content directory |
||||
output_dir = '' |
output_dir = os.environ.get('OUTPUT_DIR', '') |
||||
|
|
||||
|
Loading…
Reference in new issue