M source/index.md => source/index.md +7 -3
@@ 24,9 24,13 @@ In an attempt to overcome crippling perfectionism, the quality of the published
## Audience
-The goal of writing is to explain ideas and processes to my future self.
+The goal of writing is to explain ideas and processes to my future self and to present interesting and useful quips to the broader public as a whole.
-My target is the "I" who has forgotten, but remains engaged and intelligent.
+My target is the "I" who has forgotten, but remains engaged and intelligent, as well as the "You" who is reading this content now.
+
+## Privacy
+
+All software and products built should adhere to the [seven foundational principles outlined in Privacy by Design](https://swift-yeg.cloud.cybera.ca:8080/v1/AUTH_e3b719b87453492086f32f5a66c427cf/media/privacy/pbd-primer.pdf).
## License
@@ 43,7 47,7 @@ You are **free** to copy and reuse any of my content (non-commercially) as long
### NGINX Configuration
-```nginx
+```nginx
server {
listen 80 backlog=4096;
listen [::]:80 backlog=4096;
M themes/candid/layout/_partial/head.ejs => themes/candid/layout/_partial/head.ejs +1 -0
@@ 23,4 23,5 @@
<% if (theme.favicon){ %><link rel="icon" href="<%- theme.favicon %>"><% } %>
<%- css(['css/main', 'css/mathjax']) %>
<%- js(['js/darkmode.js','js/resizeCalendar.js']) %>
+ <script defer data-domain="udia.ca" src="https://plausible.io/js/plausible.js"></script>
</head>=
\ No newline at end of file