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 --- Makefile | 2 +- content/2015-03-07-curriculum-vitae.md | 2 +- content/2017-03-07-golang-profiling-simplified.md | 2 +- ...04-17-what-i-ve-learned-developing-ad-server.md | 2 +- ...ng-python-web-applications-with-visual-tools.md | 2 +- content/2017-08-11-simple-iot-application.md | 2 +- ...digitalocean-spaces-object-storage-with-fuse.md | 2 +- ...01-03-encoding-binary-data-into-dna-sequence.md | 2 +- .../2019-10-14-simplifying-and-reducing-clutter.md | 2 +- ...alysis-for-click-bait-detection-in-rss-feeds.md | 2 +- firebase.json | 27 +--------------------- templates/partials/navigation.twig | 2 +- 12 files changed, 12 insertions(+), 37 deletions(-) diff --git a/Makefile b/Makefile index 642ae7a..7f415c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ dev: - browser-sync ./public/ -w --no-notify --no-open --extensions=.html + browser-sync start --server ./public --watch --no-open --no-notify clean: rm -rf public/* 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 diff --git a/firebase.json b/firebase.json index 47a26f2..33bfcd9 100644 --- a/firebase.json +++ b/firebase.json @@ -11,32 +11,7 @@ "redirects": [ { "source": "/experiments/encoding-binary-data-into-dna-sequence.html", - "destination": "/encoding-binary-data-into-dna-sequence", - "type": 301 - }, - { - "source": "/experiments/using-digitalocean-spaces-object-storage-with-fuse.html", - "destination": "/using-digitalocean-spaces-object-storage-with-fuse", - "type": 301 - }, - { - "source": "/experiments/simple-iot-application.html", - "destination": "/simple-iot-application", - "type": 301 - }, - { - "source": "/experiments/profiling-python-web-applications-with-visual-tools.html", - "destination": "/profiling-python-web-applications-with-visual-tools", - "type": 301 - }, - { - "source": "/notes/what-i-ve-learned-developing-ad-server.html", - "destination": "/what-i-ve-learned-developing-ad-server", - "type": 301 - }, - { - "source": "/notes/golang-profiling-simplified.html", - "destination": "/golang-profiling-simplified", + "destination": "/encoding-binary-data-into-dna-sequence.html", "type": 301 } ] diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig index bb76d2b..cff6152 100644 --- a/templates/partials/navigation.twig +++ b/templates/partials/navigation.twig @@ -1,6 +1,6 @@ -- cgit v1.2.3