diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 14:04:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 14:15:13 -0300 |
commit | 1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191 (patch) | |
tree | 7632464151312225bf91075021c6fc5d8e2e042e | |
parent | Fix translation navigation link of collections (diff) | |
download | euandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.gz euandre.org-1cf879c3ce0ae2d2a2e94537a4e391e50e2d8191.tar.xz |
Add default links to end of slides
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 4 | ||||
-rw-r--r-- | _layouts/default.html | 7 | ||||
-rw-r--r-- | _layouts/slides.html | 2 | ||||
-rw-r--r-- | _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | 20 | ||||
-rw-r--r-- | _slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides | 14 |
5 files changed, 24 insertions, 23 deletions
diff --git a/_config.yml b/_config.yml index 5b252da..8cb88e0 100644 --- a/_config.yml +++ b/_config.yml @@ -182,6 +182,10 @@ t: fr: "aja-par-categorie.md" eo: "hml-lau-kategorio.md" slides: + these_slides: + en: "these slides" + prose_version: + en: "prose version of this presentation" name: en: "Slides" pt: "Eslaides" diff --git a/_layouts/default.html b/_layouts/default.html index 5167523..33923a9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -72,13 +72,6 @@ </li> {% endfor %} - {% assign lslidess=site.slides | where:"ref", page.ref | sort: 'lang' %} - {% for lslides in lslidess %} - <li> - <a href="{{ lslides.url }}" class="{{ lslides.lang }}">{{ lslides.lang }}</a> - </li> - {% endfor %} - {% assign lpastebins=site.pastebins | where:"ref", page.ref | sort: 'lang' %} {% for lpastebin in lpastebins %} <li> diff --git a/_layouts/slides.html b/_layouts/slides.html index 4f99f52..93b84cb 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -42,6 +42,8 @@ data-separator-notes="^\?\?\?$"> <textarea data-template> {{ content }} +1. {{ site.t.slides.these_slides[page.lang] }}: [{{ site.tld }}/{{ site.t.slides.url[page.lang] | replace: '.md', '.html' }}]({% link {{ site.t.slides.url[page.lang] }} %}) +1. [{{ site.t.slides.prose_version[page.lang]}}]({% link {{ page.article }} %}) </textarea> </section> </div> diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides index a716ae9..0b8e800 100644 --- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides @@ -1,9 +1,17 @@ --- + title: Rollout, feature flag, experiment, operational toggle + date: 2020-10-19 + layout: slides + lang: en + ref: rollout-feature-flag-experiment-operational-toggle + +article: _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md + --- # Rollout, feature flag, experiment, operational toggle @@ -330,11 +338,9 @@ You should ask yourself: References: -1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) -2. [prose version of this presentation]({% link _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md %}) -3. "[Feature Toggles (aka Feature Flags)](https://martinfowler.com/articles/feature-toggles.html)", - by Pete Hodgson -4. "[Continuous integration vs. continuous delivery vs. continuous deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)", - by Sten Pittet -5. [Accelerate](https://itrevolution.com/book/accelerate/), +1. "[Feature Toggles (aka Feature Flags)](https://martinfowler.com/articles/feature-toggles.html)", +1by Pete Hodgson +1. "[Continuous integration vs. continuous delivery vs. continuous deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)", +1by Sten Pittet +1. [Accelerate](https://itrevolution.com/book/accelerate/), by N. Forsgren, J. Humble and G. Kim diff --git a/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides index 425648f..47f5f04 100644 --- a/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides +++ b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides @@ -10,6 +10,8 @@ lang: en ref: on-local-first-beyond-the-crdt-silver-bullet +article: _articles/2020-11-14-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md + --- # On local-first @@ -259,12 +261,6 @@ The tricky part is the end of the sentence: "**in spite of the Cloud**". References: -1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) -2. [prose version of this presentation]({% link _articles/2020-11-14-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md %}) -3. "[Local-First Software: You Own Your Data, in spite of the Cloud](https://martin.kleppmann.com/papers/local-first.pdf)", - by M. Kleppmann, A. Wiggins, P. Van Hardenberg and M. F. McGranaghan -4. [The Morning Paper](https://blog.acolyer.org/2019/11/20/local-first-software/) - article -5. "[A Note on Distributed Computing][note-dist-comp]", by J. Waldo, G. Wyant, A. Wollrath and S Kendall - -[note-dist-comp]: https://web.archive.org/web/20130116163535/http://labs.oracle.com/techrep/1994/smli_tr-94-29.pdf +1. "[Local-First Software: You Own Your Data, in spite of the Cloud](https://martin.kleppmann.com/papers/local-first.pdf)", by M. Kleppmann, A. Wiggins, P. Van Hardenberg and M. F. McGranaghan +1. [The Morning Paper](https://blog.acolyer.org/2019/11/20/local-first-software/) article +1. "[A Note on Distributed Computing](https://web.archive.org/web/20130116163535/http://labs.oracle.com/techrep/1994/smli_tr-94-29.pdf)", by J. Waldo, G. Wyant, A. Wollrath and S Kendall
\ No newline at end of file |