diff options
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | config | 2 | ||||
| -rw-r--r-- | site.tmpl | 2 | ||||
| -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 |
7 files changed, 15 insertions, 7 deletions
| @@ -1,11 +1,13 @@ | |||
| 1 | GS ?= gostatic | 1 | GS ?= gostatic |
| 2 | 2 | ||
| 3 | compile: | 3 | compile: clean |
| 4 | $(GS) config | 4 | $(GS) config |
| 5 | 5 | ||
| 6 | dev: | 6 | clean: |
| 7 | -rm public -rf | 7 | -rm public -rf |
| 8 | |||
| 9 | dev: clean | ||
| 8 | $(GS) -w config | 10 | $(GS) -w config |
| 9 | 11 | ||
| 10 | deploy: compile | 12 | deploy: clean compile |
| 11 | firebase deploy | 13 | firebase deploy |
| @@ -15,7 +15,7 @@ blog/*.md: | |||
| 15 | template post | 15 | template post |
| 16 | template page | 16 | template page |
| 17 | 17 | ||
| 18 | research/*.md: | 18 | sandbox/*.md: |
| 19 | config | 19 | config |
| 20 | ext .html | 20 | ext .html |
| 21 | tags tags/*.tag | 21 | tags tags/*.tag |
| @@ -9,6 +9,8 @@ | |||
| 9 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 9 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 10 | <meta name=description content="{{ html .Site.Other.Description }}"> | 10 | <meta name=description content="{{ html .Site.Other.Description }}"> |
| 11 | 11 | ||
| 12 | <link rel="preconnect" href="https://www.google-analytics.com"> | ||
| 13 | |||
| 12 | <meta name="author" content="{{ html .Site.Other.Author }}"> | 14 | <meta name="author" content="{{ html .Site.Other.Author }}"> |
| 13 | <link rel="alternate" type="application/atom+xml" title="{{ html .Site.Other.Title }} feed" href="{{ .Rel "feed.atom" }}"> | 15 | <link rel="alternate" type="application/atom+xml" title="{{ html .Site.Other.Title }} feed" href="{{ .Rel "feed.atom" }}"> |
| 14 | <title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title> | 16 | <title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title> |
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; |
