diff --git a/_config.yml b/_config.yml index 94182982..82a6257a 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,11 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://www.privacyguides.org" # the base hostname & protocol for your site, e.g. http://example.com sass: sass_dir: _sass +collections_dir: collections +collections: + evergreen: + output: true + permalink: /:name # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000..cb795150 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,5 @@ +
Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt.
+ +Unless otherwise noted, the content of this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.
diff --git a/_layouts/default.html b/_layouts/default.html index 4cd9c4e3..30651b7f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,5 +8,10 @@