From 36c9afce798abd7341158092c82c3f840938774b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Garc=C3=ADa?= Date: Thu, 22 Sep 2016 21:30:41 -0500 Subject: [PATCH 01/25] Changed highlighter --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3c15154..85e2b4b 100755 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # top level stuff you probably don't need to touch -highlighter: pygments +highlighter: rouge markdown: rdiscount rdiscount: extensions: [smart] From b7dee760133d0f70570c687d443d0f51c910cdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Garc=C3=ADa?= Date: Thu, 22 Sep 2016 21:32:19 -0500 Subject: [PATCH 02/25] removed rdiscount --- _config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_config.yml b/_config.yml index 85e2b4b..5614842 100755 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,5 @@ # top level stuff you probably don't need to touch highlighter: rouge -markdown: rdiscount -rdiscount: - extensions: [smart] permalink: /:title paginate: 5 gems: [jekyll-paginate] From fa6cff8421c9ff5500d89d5ce70f14533b5fd865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Garc=C3=ADa?= Date: Tue, 25 Oct 2016 23:43:13 -0500 Subject: [PATCH 03/25] Added English --- _config.yml | 4 ++++ _includes/header.html | 2 +- blog-en.html | 29 +++++++++++++++++++++++++++++ index.html | 4 +++- projects.html | 24 ++++++++++++++++++++++++ proyectos.html | 2 +- start.html | 21 +++++++++++++++++++++ 7 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 blog-en.html create mode 100644 projects.html create mode 100644 start.html diff --git a/_config.yml b/_config.yml index 5614842..78d9c64 100755 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,8 @@ t: projects: name: 'PROJECTS' url: 'projects' + home: + url: 'start' # resume: # name: 'RESUME' # url: 'resume' @@ -51,6 +53,8 @@ t: projects: name: 'PROYECTOS' url: 'proyectos' + home: + url: '' # resume: # name: 'CURRÍCULUM' # url: 'cv' \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 2972a8f..67ce760 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,7 @@