diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/experiments/encoding-binary-data-into-dna-sequence.md (renamed from src/sandbox/encoding-binary-data-into-dna-sequence.md) | 2 | ||||
| -rw-r--r-- | src/experiments/profiling-python-web-applications-with-visual-tools.md (renamed from src/sandbox/profiling-python-web-applications-with-visual-tools.md) | 2 | ||||
| -rw-r--r-- | src/experiments/simple-iot-application.md (renamed from src/sandbox/simple-iot-application.md) | 2 | ||||
| -rw-r--r-- | src/experiments/using-digitalocean-spaces-object-storage-with-fuse.md (renamed from src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md) | 2 | ||||
| -rw-r--r-- | src/feed.atom | 2 | ||||
| -rw-r--r-- | src/index.html | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/sandbox/encoding-binary-data-into-dna-sequence.md b/src/experiments/encoding-binary-data-into-dna-sequence.md index 3bfeaab..cc42bd7 100644 --- a/src/sandbox/encoding-binary-data-into-dna-sequence.md +++ b/src/experiments/encoding-binary-data-into-dna-sequence.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | title: Encoding binary data into DNA sequence | 1 | title: Encoding binary data into DNA sequence |
| 2 | date: 2019-01-03 | 2 | date: 2019-01-03 |
| 3 | tags: research | 3 | tags: experiment |
| 4 | hide: false | 4 | hide: false |
| 5 | ---- | 5 | ---- |
| 6 | 6 | ||
diff --git a/src/sandbox/profiling-python-web-applications-with-visual-tools.md b/src/experiments/profiling-python-web-applications-with-visual-tools.md index e99b9ff..29e16d7 100644 --- a/src/sandbox/profiling-python-web-applications-with-visual-tools.md +++ b/src/experiments/profiling-python-web-applications-with-visual-tools.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | title: Profiling Python web applications with visual tools | 1 | title: Profiling Python web applications with visual tools |
| 2 | date: 2017-04-21 | 2 | date: 2017-04-21 |
| 3 | tags: blog | 3 | tags: experiment |
| 4 | hide: false | 4 | hide: false |
| 5 | ---- | 5 | ---- |
| 6 | 6 | ||
diff --git a/src/sandbox/simple-iot-application.md b/src/experiments/simple-iot-application.md index 2b7d67f..b8744e6 100644 --- a/src/sandbox/simple-iot-application.md +++ b/src/experiments/simple-iot-application.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | title: Simple IOT application supported by real-time monitoring and data history | 1 | title: Simple IOT application supported by real-time monitoring and data history |
| 2 | date: 2017-08-11 | 2 | date: 2017-08-11 |
| 3 | tags: blog | 3 | tags: experiment |
| 4 | hide: false | 4 | hide: false |
| 5 | ---- | 5 | ---- |
| 6 | 6 | ||
diff --git a/src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md b/src/experiments/using-digitalocean-spaces-object-storage-with-fuse.md index 099fbef..bc00d1e 100644 --- a/src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md +++ b/src/experiments/using-digitalocean-spaces-object-storage-with-fuse.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | title: Using DigitalOcean Spaces Object Storage with FUSE | 1 | title: Using DigitalOcean Spaces Object Storage with FUSE |
| 2 | date: 2018-01-16 | 2 | date: 2018-01-16 |
| 3 | tags: research | 3 | tags: experiment |
| 4 | hide: false | 4 | hide: false |
| 5 | ---- | 5 | ---- |
| 6 | 6 | ||
diff --git a/src/feed.atom b/src/feed.atom index 33fa07f..dda420c 100644 --- a/src/feed.atom +++ b/src/feed.atom | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | {{ end }} | 30 | {{ end }} |
| 31 | {{ end }} | 31 | {{ end }} |
| 32 | 32 | ||
| 33 | {{ with .Site.Pages.Children "sandbox/" }} | 33 | {{ with .Site.Pages.Children "experiments/" }} |
| 34 | {{ range .Slice 0 5 }} | 34 | {{ range .Slice 0 5 }} |
| 35 | <entry> | 35 | <entry> |
| 36 | <id>{{ .Url }}</id> | 36 | <id>{{ .Url }}</id> |
diff --git a/src/index.html b/src/index.html index 921bbf7..c0767b0 100644 --- a/src/index.html +++ b/src/index.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h2>Sandbox experiments</h2> | 1 | <h2>Experiments</h2> |
| 2 | <ul class="article-list"> | 2 | <ul class="article-list"> |
| 3 | {{ range .Site.Pages.Children "sandbox/" }} | 3 | {{ range .Site.Pages.Children "experiments/" }} |
| 4 | <li> | 4 | <li> |
| 5 | {{ template "date" .Date }} | 5 | {{ template "date" .Date }} |
| 6 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> | 6 | <a href="{{ $.Rel .Url }}" title="{{ .Title }}">{{ .Title }}</a> |
