diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 04:05:50 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 04:05:50 +0100 |
| commit | e88e83d8be2284d07c71a274e0b4f1665032502b (patch) | |
| tree | 0941ceedb04aaf1ff927684cd21bcfa5dad42e12 | |
| parent | c925fc33458fb445f10df9fa80a7ab51702203cc (diff) | |
| download | mitjafelicijan.com-e88e83d8be2284d07c71a274e0b4f1665032502b.tar.gz | |
Added weekly link subscription
| -rw-r--r-- | content/2015-03-07-curriculum-vitae copy.md (renamed from content/2015-03-07-curriculum-vitae.md) | 0 | ||||
| -rw-r--r-- | content/2020-12-25-weekly-links.md | 7 | ||||
| -rw-r--r-- | staticgen.yml | 2 | ||||
| -rw-r--r-- | templates/partials/navigation.twig | 1 | ||||
| -rw-r--r-- | templates/post.twig | 10 |
5 files changed, 14 insertions, 6 deletions
diff --git a/content/2015-03-07-curriculum-vitae.md b/content/2015-03-07-curriculum-vitae copy.md index 1b2fddf..1b2fddf 100644 --- a/content/2015-03-07-curriculum-vitae.md +++ b/content/2015-03-07-curriculum-vitae copy.md | |||
diff --git a/content/2020-12-25-weekly-links.md b/content/2020-12-25-weekly-links.md new file mode 100644 index 0000000..8bcba06 --- /dev/null +++ b/content/2020-12-25-weekly-links.md | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | ~ title: Weekly links | ||
| 2 | ~ slug: /weekly-links.html | ||
| 3 | ~ date: 2020-12-25 | ||
| 4 | ~ template: page | ||
| 5 | ~ hide: true | ||
| 6 | |||
| 7 | <iframe src="https://cdn.forms-content.sg-form.com/b9a1dea3-465a-11eb-af61-0e1900a266f8" width="610px" height="700" frameborder=0></iframe> | ||
diff --git a/staticgen.yml b/staticgen.yml index 447daa2..e37a3ec 100644 --- a/staticgen.yml +++ b/staticgen.yml | |||
| @@ -11,7 +11,7 @@ description: Fan of science fiction and dabbler in code | |||
| 11 | author: Mitja Felicijan | 11 | author: Mitja Felicijan |
| 12 | email: mitja.felicijan@gmail.com | 12 | email: mitja.felicijan@gmail.com |
| 13 | domain: https://mitjafelicijan.com | 13 | domain: https://mitjafelicijan.com |
| 14 | twitter: @mitjafelicijan | 14 | twitter: "@mitjafelicijan" |
| 15 | 15 | ||
| 16 | # use name of css file without .css extension | 16 | # use name of css file without .css extension |
| 17 | # https://github.com/highlightjs/highlight.js/tree/master/src/styles | 17 | # https://github.com/highlightjs/highlight.js/tree/master/src/styles |
diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig index cff6152..56e0ef1 100644 --- a/templates/partials/navigation.twig +++ b/templates/partials/navigation.twig | |||
| @@ -3,4 +3,5 @@ | |||
| 3 | <a href="/curriculum-vitae.html">CV</a> | 3 | <a href="/curriculum-vitae.html">CV</a> |
| 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> |
| 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> |
| 6 | <a href="/weekly-links.html">Weekly links</a> | ||
| 6 | </nav> | 7 | </nav> |
diff --git a/templates/post.twig b/templates/post.twig index 553c76e..92e7d28 100644 --- a/templates/post.twig +++ b/templates/post.twig | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | <meta name="twitter:site" content="{{ global.twitter }}"> | 24 | <meta name="twitter:site" content="{{ global.twitter }}"> |
| 25 | 25 | ||
| 26 | <link rel="alternate" type="application/atom+xml" title="{{ global.author }}'s feed" href="/feed.atom"> | 26 | <link rel="alternate" type="application/atom+xml" title="{{ global.author }}'s feed" href="/feed.atom"> |
| 27 | <link rel="stylesheet" href="/static/style.css?v={{ "now"|date("YmdHi") }}"> | 27 | <link rel="stylesheet" href="/static/style.css?v={{ " now"|date("YmdHi") }}"> |
| 28 | <link rel="icon" type="image/png" href="/static/avatar-64x64.png?v={{ "now"|date("YmdHi") }}"> | 28 | <link rel="icon" type="image/png" href="/static/avatar-64x64.png?v={{ " now"|date("YmdHi") }}"> |
| 29 | 29 | ||
| 30 | </head> | 30 | </head> |
| 31 | 31 | ||
| @@ -39,7 +39,7 @@ | |||
| 39 | <header> | 39 | <header> |
| 40 | <h1>{{ options.title }}</h1> | 40 | <h1>{{ options.title }}</h1> |
| 41 | <div class="info"> | 41 | <div class="info"> |
| 42 | <time datetime="{{ options.date|date("Y, F j") }}">{{ options.date|date("Y, F j") }}</time> | 42 | <time datetime="{{ options.date|date(" Y, F j") }}">{{ options.date|date("Y, F j") }}</time> |
| 43 | <span>by {{ global.author }}</span> | 43 | <span>by {{ global.author }}</span> |
| 44 | </div> | 44 | </div> |
| 45 | </header> | 45 | </header> |
| @@ -50,13 +50,13 @@ | |||
| 50 | 50 | ||
| 51 | {{ content }} | 51 | {{ content }} |
| 52 | 52 | ||
| 53 | <div id="replybox"></div> | 53 | {#<div id="replybox"></div> |
| 54 | <script> | 54 | <script> |
| 55 | window.replybox = { | 55 | window.replybox = { |
| 56 | site: 'm6gBxwQnbM', | 56 | site: 'm6gBxwQnbM', |
| 57 | }; | 57 | }; |
| 58 | </script> | 58 | </script> |
| 59 | <script src="https://cdn.getreplybox.com/js/embed.js"></script> | 59 | <script src="https://cdn.getreplybox.com/js/embed.js"></script>#} |
| 60 | 60 | ||
| 61 | </article> | 61 | </article> |
| 62 | 62 | ||
