From 8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 05:13:18 +0200 Subject: Renamed research to sandbox experiments --- Makefile | 8 +- config | 2 +- site.tmpl | 2 + src/index.html | 6 +- .../encoding-binary-data-into-dna-sequence.md | 345 --------------------- ...digitalocean-spaces-object-storage-with-fuse.md | 260 ---------------- .../encoding-binary-data-into-dna-sequence.md | 345 +++++++++++++++++++++ ...digitalocean-spaces-object-storage-with-fuse.md | 260 ++++++++++++++++ src/static/style.css | 4 + 9 files changed, 620 insertions(+), 612 deletions(-) delete mode 100644 src/research/encoding-binary-data-into-dna-sequence.md delete mode 100644 src/research/using-digitalocean-spaces-object-storage-with-fuse.md create mode 100644 src/sandbox/encoding-binary-data-into-dna-sequence.md create mode 100644 src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md diff --git a/Makefile b/Makefile index 90e608e..7af4018 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ GS ?= gostatic -compile: +compile: clean $(GS) config -dev: +clean: -rm public -rf + +dev: clean $(GS) -w config -deploy: compile +deploy: clean compile firebase deploy diff --git a/config b/config index fa65564..cb62e2b 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ blog/*.md: template post template page -research/*.md: +sandbox/*.md: config ext .html tags tags/*.tag diff --git a/site.tmpl b/site.tmpl index dee3e7e..c01d40f 100644 --- a/site.tmpl +++ b/site.tmpl @@ -9,6 +9,8 @@ + + {{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }} diff --git a/src/index.html b/src/index.html index 383737b..0384538 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ -

Research

+

Sandbox experiments

-

Blog posts

+

Blog entries