From adb1a4da84fdd5c12a0ed48736d1bbca69a943fa Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Thu, 19 Mar 2020 15:08:34 -0700 Subject: Add talks and platicas copyfile routes - Added images for Ubuntu post --- img/thumb-ubuntu-gf.png | Bin 0 -> 269328 bytes img/thumb-ubuntu-gf2.png | Bin 0 -> 171585 bytes img/thumb-ubuntu-gf3.png | Bin 0 -> 63527 bytes index.html | 8 ++++---- log/2011-02-17-ubuntu-shows-its-true-colors.org | 6 +++--- src/site.hs | 12 ++++++++++-- 6 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 img/thumb-ubuntu-gf.png create mode 100644 img/thumb-ubuntu-gf2.png create mode 100644 img/thumb-ubuntu-gf3.png diff --git a/img/thumb-ubuntu-gf.png b/img/thumb-ubuntu-gf.png new file mode 100644 index 0000000..5f8c587 Binary files /dev/null and b/img/thumb-ubuntu-gf.png differ diff --git a/img/thumb-ubuntu-gf2.png b/img/thumb-ubuntu-gf2.png new file mode 100644 index 0000000..38324a5 Binary files /dev/null and b/img/thumb-ubuntu-gf2.png differ diff --git a/img/thumb-ubuntu-gf3.png b/img/thumb-ubuntu-gf3.png new file mode 100644 index 0000000..12ad490 Binary files /dev/null and b/img/thumb-ubuntu-gf3.png differ diff --git a/index.html b/index.html index bdfe762..25883f9 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ GitHub

- log + log


Photo of Carlos Sosa @@ -59,9 +59,9 @@

Talks

diff --git a/log/2011-02-17-ubuntu-shows-its-true-colors.org b/log/2011-02-17-ubuntu-shows-its-true-colors.org index cc38880..c2e7d09 100755 --- a/log/2011-02-17-ubuntu-shows-its-true-colors.org +++ b/log/2011-02-17-ubuntu-shows-its-true-colors.org @@ -32,7 +32,7 @@ is faster, and it feels more natural now." #+CAPTION: I have a Totoro tattoo on my right arm. #+ATTR_HTML: :alt Totoro and Mei image :title I have a Totoro tattoo on my right arm. :align center -[[file:images/ubuntu-gf.png][file:images/thumbs/thumb-ubuntu-gf.png]] +[[file:../img/thumb-ubuntu-gf.png][file:../img/thumb-ubuntu-gf.png]] After the full installation, my girlfriend didn't install anything, until she needed several applications for her college courses. For @@ -43,7 +43,7 @@ Empathy, Gwibber, Gnome Media Player, etc... You get the idea. #+CAPTION: Enjoying Ubuntu's Desktop. #+ATTR_HTML: :alt Enjoying Ubuntu's Desktop. :align center -[[file:images/ubuntu-gf2.png][file:images/thumbs/thumb-ubuntu-gf2.png]] +[[file:../img/thumb-ubuntu-gf2.png][file:../img/thumb-ubuntu-gf2.png]] What amazes me the most, is the feeling of everything working right out of the box, and this includes the installation process. No further @@ -65,7 +65,7 @@ after that I installed via =apt-get= in the Terminal." #+CAPTION: My girlfriend's apt-get action in gnome-terminal. #+ATTR_HTML: :alt My girlfriend's apt-get action in gnome-terminal. :align center -[[file:images/ubuntu-gf3.png][file:images/thumbs/thumb-ubuntu-gf3.png]] +[[file:../img/thumb-ubuntu-gf3.png][file:../img/thumb-ubuntu-gf3.png]] This is a good starting point for her, it shows that her interest in the distro is still fresh. Like any new user, the disposition to learn diff --git a/src/site.hs b/src/site.hs index 2eaec9f..004bd88 100644 --- a/src/site.hs +++ b/src/site.hs @@ -11,8 +11,16 @@ import Site.Content main :: IO () main = hakyll $ do match "img/*" $ do - route idRoute - compile copyFileCompiler + route idRoute + compile copyFileCompiler + + match "platicas/**" $ do + route idRoute + compile copyFileCompiler + + match "talks/**" $ do + route idRoute + compile copyFileCompiler match "fonts/*" $ do route idRoute -- cgit v1.3-2-g0d8e