From d3534969bd96f6931c50fb5e6c39569257ff4883 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 25 Mar 2020 06:06:44 +0100 Subject: Cleaned up some content --- content/2015-03-07-curriculum-vitae.md | 2 +- content/2017-03-07-golang-profiling-simplified.md | 2 +- content/2017-04-17-what-i-ve-learned-developing-ad-server.md | 2 +- .../2017-04-21-profiling-python-web-applications-with-visual-tools.md | 2 +- content/2017-08-11-simple-iot-application.md | 2 +- .../2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md | 2 +- content/2019-01-03-encoding-binary-data-into-dna-sequence.md | 2 +- content/2019-10-14-simplifying-and-reducing-clutter.md | 2 +- ...19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'content') diff --git a/content/2015-03-07-curriculum-vitae.md b/content/2015-03-07-curriculum-vitae.md index 0409c3a..b215b03 100644 --- a/content/2015-03-07-curriculum-vitae.md +++ b/content/2015-03-07-curriculum-vitae.md @@ -1,5 +1,5 @@ ~ title: Curriculum Vitae -~ slug: /curriculum-vitae +~ slug: /curriculum-vitae.html ~ date: 2018-01-16 ~ template: page ~ hide: true diff --git a/content/2017-03-07-golang-profiling-simplified.md b/content/2017-03-07-golang-profiling-simplified.md index 938fd21..d5a9541 100644 --- a/content/2017-03-07-golang-profiling-simplified.md +++ b/content/2017-03-07-golang-profiling-simplified.md @@ -1,6 +1,6 @@ ~ title: Golang profiling simplified ~ description: Golang profiling demystified -~ slug: /golang-profiling-simplified +~ slug: /golang-profiling-simplified.html ~ date: 2017-03-07 ~ template: post ~ hide: false diff --git a/content/2017-04-17-what-i-ve-learned-developing-ad-server.md b/content/2017-04-17-what-i-ve-learned-developing-ad-server.md index e8e7a29..d5f06b3 100644 --- a/content/2017-04-17-what-i-ve-learned-developing-ad-server.md +++ b/content/2017-04-17-what-i-ve-learned-developing-ad-server.md @@ -1,6 +1,6 @@ ~ title: What I've learned developing ad server ~ description: Lessons I learned developing contextual ad server -~ slug: /what-i-ve-learned-developing-ad-server +~ slug: /what-i-ve-learned-developing-ad-server.html ~ date: 2017-04-17 ~ template: post ~ hide: false diff --git a/content/2017-04-21-profiling-python-web-applications-with-visual-tools.md b/content/2017-04-21-profiling-python-web-applications-with-visual-tools.md index 73b48c6..98a1971 100644 --- a/content/2017-04-21-profiling-python-web-applications-with-visual-tools.md +++ b/content/2017-04-21-profiling-python-web-applications-with-visual-tools.md @@ -1,6 +1,6 @@ ~ title: Profiling Python web applications with visual tools ~ description: Missing link when debugging and profiling python web application -~ slug: /profiling-python-web-applications-with-visual-tools +~ slug: /profiling-python-web-applications-with-visual-tools.html ~ date: 2017-04-21 ~ template: post ~ hide: false diff --git a/content/2017-08-11-simple-iot-application.md b/content/2017-08-11-simple-iot-application.md index ae9e362..1b99eb1 100644 --- a/content/2017-08-11-simple-iot-application.md +++ b/content/2017-08-11-simple-iot-application.md @@ -1,6 +1,6 @@ ~ title: Simple IOT application supported by real-time monitoring and data history ~ description: Develop simple IOT application with Arduino MKR1000 and Python -~ slug: /simple-iot-application +~ slug: /simple-iot-application.html ~ date: 2017-08-11 ~ template: post ~ hide: false diff --git a/content/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md b/content/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md index 81194c6..93a167e 100644 --- a/content/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md +++ b/content/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md @@ -1,6 +1,6 @@ ~ title: Using DigitalOcean Spaces Object Storage with FUSE ~ description: Using DigitalOcean Spaces Object Storage with FUSE -~ slug: /using-digitalocean-spaces-object-storage-with-fuse +~ slug: /using-digitalocean-spaces-object-storage-with-fuse.html ~ date: 2018-01-16 ~ template: post ~ hide: false diff --git a/content/2019-01-03-encoding-binary-data-into-dna-sequence.md b/content/2019-01-03-encoding-binary-data-into-dna-sequence.md index 9cd5ed7..335b868 100644 --- a/content/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/content/2019-01-03-encoding-binary-data-into-dna-sequence.md @@ -1,6 +1,6 @@ ~ title: Encoding binary data into DNA sequence ~ description: Imagine a world where you could go outside and take a leaf from a tree and put it through your ~ personal DNA sequencer and get data like music, videos or computer programs from it -~ slug: /encoding-binary-data-into-dna-sequence +~ slug: /encoding-binary-data-into-dna-sequence.html ~ date: 2019-01-03 ~ template: post ~ hide: false diff --git a/content/2019-10-14-simplifying-and-reducing-clutter.md b/content/2019-10-14-simplifying-and-reducing-clutter.md index 968b961..580839b 100644 --- a/content/2019-10-14-simplifying-and-reducing-clutter.md +++ b/content/2019-10-14-simplifying-and-reducing-clutter.md @@ -1,6 +1,6 @@ ~ title: Simplifying and reducing clutter in my life and work ~ description: Simplifying and reducing clutter in my life and work -~ slug: /simplifying-and-reducing-clutter +~ slug: /simplifying-and-reducing-clutter.html ~ date: 2019-10-14 ~ template: post ~ hide: false diff --git a/content/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md b/content/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md index 58946d6..33e35cb 100644 --- a/content/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md +++ b/content/2019-10-19-using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.md @@ -1,6 +1,6 @@ ~ title: Using sentiment analysis for click‑bait detection in RSS feeds ~ description: Using Python with sentiment analysis to detect if titles in RSS feeds are click-bait -~ slug: /using-sentiment-analysis-for-click-bait-detection-in-rss-feeds +~ slug: /using-sentiment-analysis-for-click-bait-detection-in-rss-feeds.html ~ date: 2019-10-19 ~ template: post ~ hide: false -- cgit v1.2.3