diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-04 21:12:59 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-04 21:12:59 +0100 |
| commit | d69086a1b2d7d6e6def55f35e30d0623701de011 (patch) | |
| tree | 1f73899aa4bcb9ecf0600f0d95f5909c79818780 /builder/paths.py | |
| parent | 966e27c7418d6e188ea4b1f651a5e6c67495b765 (diff) | |
embedding images
Diffstat (limited to 'builder/paths.py')
| -rw-r--r-- | builder/paths.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builder/paths.py b/builder/paths.py new file mode 100644 index 00000000..356f2f3d --- /dev/null +++ b/builder/paths.py @@ -0,0 +1,6 @@ + +s3_site_path = "v1/site" +s3_datasets_path = "v1" # datasets is already in the filename +public_path = "../site/public" +content_path = "../site/content" +template_path = "../site/templates" |
