diff --git a/conf.py b/conf.py index bbfb5a42..f9c90bf7 100644 --- a/conf.py +++ b/conf.py @@ -40,11 +40,12 @@ NAVIGATION_LINKS = { } GLOBAL_CONTEXT_FILLER = [] THEME = 'canterville' -LOGO_URL = 'https://getnikola.com/assets/img/logo.svg' +LOGO_URL = '/assets/img/favicon.ico' GLOBAL_CONTEXT = { 'TWITTER_URL': 'https://twitter.com/duckunix', 'FLICKR_URL': 'https://www.flickr.com/photos/duckunix/', - 'BANNER_URL': '/assets/img/beach.jpg' + 'BANNER_URL': '/assets/img/beach.jpg', + 'LOGO_URL': '/assets/img/favicon.ico' } TIMEZONE = "America/Chicago" DATE_FORMAT = 'YYYY-MM-dd' @@ -137,3 +138,15 @@ LESS_COMPILER = 'lessc' LESS_OPTIONS = [] SASS_COMPILER = 'sass' SASS_OPTIONS = [] +#----------- +# One or more folders containing galleries. The format is a dictionary of +# {"source": "relative_destination"}, where galleries are looked for in +# "source/" and the results will be located in +# "OUTPUT_PATH/relative_destination/gallery_name" +# Default is: +GALLERY_FOLDERS = {"galleries": "galleries"} +# More gallery options: +THUMBNAIL_SIZE = 180 +MAX_IMAGE_SIZE = 1280 +USE_FILENAME_AS_TITLE = True +EXTRA_IMAGE_EXTENSIONS = [] diff --git a/galleries/grafitti/20190505183341-1.jpg b/galleries/grafitti/20190505183341-1.jpg new file mode 100644 index 00000000..f06b79e5 Binary files /dev/null and b/galleries/grafitti/20190505183341-1.jpg differ diff --git a/galleries/grafitti/20190505183341.jpg b/galleries/grafitti/20190505183341.jpg new file mode 100644 index 00000000..d24f9e18 Binary files /dev/null and b/galleries/grafitti/20190505183341.jpg differ diff --git a/galleries/grafitti/20190505183410-1.jpg b/galleries/grafitti/20190505183410-1.jpg new file mode 100644 index 00000000..bf090283 Binary files /dev/null and b/galleries/grafitti/20190505183410-1.jpg differ diff --git a/galleries/grafitti/20190505183410.jpg b/galleries/grafitti/20190505183410.jpg new file mode 100644 index 00000000..13330ac8 Binary files /dev/null and b/galleries/grafitti/20190505183410.jpg differ diff --git a/galleries/grafitti/20190505183632.jpg b/galleries/grafitti/20190505183632.jpg new file mode 100644 index 00000000..de07f791 Binary files /dev/null and b/galleries/grafitti/20190505183632.jpg differ diff --git a/galleries/grafitti/20190505183856.jpg b/galleries/grafitti/20190505183856.jpg new file mode 100644 index 00000000..bd9b8452 Binary files /dev/null and b/galleries/grafitti/20190505183856.jpg differ diff --git a/galleries/grafitti/20190505183906.jpg b/galleries/grafitti/20190505183906.jpg new file mode 100644 index 00000000..8818eea9 Binary files /dev/null and b/galleries/grafitti/20190505183906.jpg differ diff --git a/galleries/grafitti/20190505183926.jpg b/galleries/grafitti/20190505183926.jpg new file mode 100644 index 00000000..4e9a11a8 Binary files /dev/null and b/galleries/grafitti/20190505183926.jpg differ diff --git a/galleries/grafitti/20190505183957.jpg b/galleries/grafitti/20190505183957.jpg new file mode 100644 index 00000000..5c6b5d16 Binary files /dev/null and b/galleries/grafitti/20190505183957.jpg differ diff --git a/galleries/grafitti/20190505184051.jpg b/galleries/grafitti/20190505184051.jpg new file mode 100644 index 00000000..933e4d24 Binary files /dev/null and b/galleries/grafitti/20190505184051.jpg differ diff --git a/galleries/grafitti/20190505184302-1.jpg b/galleries/grafitti/20190505184302-1.jpg new file mode 100644 index 00000000..a946376f Binary files /dev/null and b/galleries/grafitti/20190505184302-1.jpg differ diff --git a/galleries/grafitti/20190505184302.jpg b/galleries/grafitti/20190505184302.jpg new file mode 100644 index 00000000..4ab7eb0a Binary files /dev/null and b/galleries/grafitti/20190505184302.jpg differ diff --git a/galleries/grafitti/20190505184333-1.jpg b/galleries/grafitti/20190505184333-1.jpg new file mode 100644 index 00000000..0ccf7656 Binary files /dev/null and b/galleries/grafitti/20190505184333-1.jpg differ diff --git a/galleries/grafitti/20190505184333.jpg b/galleries/grafitti/20190505184333.jpg new file mode 100644 index 00000000..c7395dc0 Binary files /dev/null and b/galleries/grafitti/20190505184333.jpg differ diff --git a/galleries/grafitti/20190505184438.jpg b/galleries/grafitti/20190505184438.jpg new file mode 100644 index 00000000..f512ead6 Binary files /dev/null and b/galleries/grafitti/20190505184438.jpg differ diff --git a/galleries/grafitti/20190505184556.jpg b/galleries/grafitti/20190505184556.jpg new file mode 100644 index 00000000..41dc86f2 Binary files /dev/null and b/galleries/grafitti/20190505184556.jpg differ diff --git a/galleries/grafitti/20190505184616.jpg b/galleries/grafitti/20190505184616.jpg new file mode 100644 index 00000000..c5e46550 Binary files /dev/null and b/galleries/grafitti/20190505184616.jpg differ diff --git a/galleries/grafitti/20190505184748.jpg b/galleries/grafitti/20190505184748.jpg new file mode 100644 index 00000000..cea898a0 Binary files /dev/null and b/galleries/grafitti/20190505184748.jpg differ diff --git a/galleries/grafitti/20190505184944.jpg b/galleries/grafitti/20190505184944.jpg new file mode 100644 index 00000000..508699da Binary files /dev/null and b/galleries/grafitti/20190505184944.jpg differ diff --git a/galleries/grafitti/20190505185109.jpg b/galleries/grafitti/20190505185109.jpg new file mode 100644 index 00000000..d4203500 Binary files /dev/null and b/galleries/grafitti/20190505185109.jpg differ diff --git a/galleries/grafitti/20190505185146.jpg b/galleries/grafitti/20190505185146.jpg new file mode 100644 index 00000000..9219028c Binary files /dev/null and b/galleries/grafitti/20190505185146.jpg differ diff --git a/galleries/grafitti/20190505185213.jpg b/galleries/grafitti/20190505185213.jpg new file mode 100644 index 00000000..86dc4b7b Binary files /dev/null and b/galleries/grafitti/20190505185213.jpg differ diff --git a/galleries/grafitti/20190505185223-1.jpg b/galleries/grafitti/20190505185223-1.jpg new file mode 100644 index 00000000..2c661f8d Binary files /dev/null and b/galleries/grafitti/20190505185223-1.jpg differ diff --git a/galleries/grafitti/20190505185223.jpg b/galleries/grafitti/20190505185223.jpg new file mode 100644 index 00000000..59dc5c42 Binary files /dev/null and b/galleries/grafitti/20190505185223.jpg differ diff --git a/galleries/grafitti/20190505185243.jpg b/galleries/grafitti/20190505185243.jpg new file mode 100644 index 00000000..fac95e18 Binary files /dev/null and b/galleries/grafitti/20190505185243.jpg differ diff --git a/galleries/grafitti/20190505185632.jpg b/galleries/grafitti/20190505185632.jpg new file mode 100644 index 00000000..01172ebe Binary files /dev/null and b/galleries/grafitti/20190505185632.jpg differ diff --git a/galleries/grafitti/20190505185801-1.jpg b/galleries/grafitti/20190505185801-1.jpg new file mode 100644 index 00000000..cb497f56 Binary files /dev/null and b/galleries/grafitti/20190505185801-1.jpg differ diff --git a/galleries/grafitti/20190505185801.jpg b/galleries/grafitti/20190505185801.jpg new file mode 100644 index 00000000..3b9dc119 Binary files /dev/null and b/galleries/grafitti/20190505185801.jpg differ diff --git a/themes/canterville/assets/img/favicon.ico b/themes/canterville/assets/img/favicon.ico new file mode 100644 index 00000000..4f01fd86 Binary files /dev/null and b/themes/canterville/assets/img/favicon.ico differ