diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html | 6 | ||||
| -rw-r--r-- | src/sandbox/encoding-binary-data-into-dna-sequence.md (renamed from src/research/encoding-binary-data-into-dna-sequence.md) | 0 | ||||
| -rw-r--r-- | src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md (renamed from src/research/using-digitalocean-spaces-object-storage-with-fuse.md) | 0 | ||||
| -rw-r--r-- | src/static/style.css | 4 |
4 files changed, 7 insertions, 3 deletions
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 @@ | |||
| 1 | <h2>Research</h2> | 1 | <h2>Sandbox experiments</h2> |
| 2 | <ul class="article-list"> | 2 | <ul class="article-list"> |
| 3 | {{ range .Site.Pages.Children "research/" }} | 3 | {{ range .Site.Pages.Children "sandbox/" }} |
| 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> |
| @@ -8,7 +8,7 @@ | |||
| 8 | {{ end }} | 8 | {{ end }} |
| 9 | </ul> | 9 | </ul> |
| 10 | 10 | ||
| 11 | <h2>Blog posts</h2> | 11 | <h2>Blog entries</h2> |
| 12 | <ul class="article-list"> | 12 | <ul class="article-list"> |
| 13 | {{ range .Site.Pages.Children "blog/" }} | 13 | {{ range .Site.Pages.Children "blog/" }} |
| 14 | <li> | 14 | <li> |
diff --git a/src/research/encoding-binary-data-into-dna-sequence.md b/src/sandbox/encoding-binary-data-into-dna-sequence.md index 3bfeaab..3bfeaab 100644 --- a/src/research/encoding-binary-data-into-dna-sequence.md +++ b/src/sandbox/encoding-binary-data-into-dna-sequence.md | |||
diff --git a/src/research/using-digitalocean-spaces-object-storage-with-fuse.md b/src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md index 099fbef..099fbef 100644 --- a/src/research/using-digitalocean-spaces-object-storage-with-fuse.md +++ b/src/sandbox/using-digitalocean-spaces-object-storage-with-fuse.md | |||
diff --git a/src/static/style.css b/src/static/style.css index 34cf942..4654ae7 100644 --- a/src/static/style.css +++ b/src/static/style.css | |||
| @@ -83,6 +83,10 @@ code[class*=language-] { | |||
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | @media only screen and (max-width:480px) { | 85 | @media only screen and (max-width:480px) { |
| 86 | main { | ||
| 87 | padding: 20px; | ||
| 88 | } | ||
| 89 | |||
| 86 | nav { | 90 | nav { |
| 87 | text-align: center; | 91 | text-align: center; |
| 88 | margin-bottom: initial; | 92 | margin-bottom: initial; |
