diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 10:07:17 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 10:07:17 +0200 |
| commit | 629d3907b89f795667ba5fe2f31b790bf56093cd (patch) | |
| tree | f3f4658193807af09d660feab5ba0ceb44ce9ff0 | |
| parent | 7ee6133bf574c0f8169db4c21768f25032a14eb1 (diff) | |
| download | mitjafelicijan.com-629d3907b89f795667ba5fe2f31b790bf56093cd.tar.gz | |
Renamed sandbox to experiments
| -rw-r--r-- | config | 2 | ||||
| -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 |
7 files changed, 8 insertions, 8 deletions
| @@ -15,7 +15,7 @@ notes/*.md: | |||
| 15 | template post | 15 | template post |
| 16 | template page | 16 | template page |
| 17 | 17 | ||
| 18 | sandbox/*.md: | 18 | experiments/*.md: |
| 19 | config | 19 | config |
| 20 | ext .html | 20 | ext .html |
| 21 | tags tags/*.tag | 21 | tags tags/*.tag |
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> |
