From 0c8219dccc1b582feedf29e133467b2acd65ea49 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 5 May 2016 15:11:53 +0200 Subject: [PATCH] Basic www.foo.be migration done --- _config.yml | 24 +- _includes/footer.html | 4 +- _includes/head.html | 5 +- _includes/navigation.html | 3 + _layouts/post.html | 1 + _pages/about.markdown | 21 +- _pages/articles.html | 3 + _pages/contact.markdown | 25 + .../2014-01-03-two-thousand-fourteen.markdown | 7 - ...4-03-02-Eavesdropping_of_Internet.markdown | 44 + _posts/2015-12-01-welcome-to-jekyll.markdown | 25 - ..._Myth_of_Vulnerability_Management.markdown | 64 + _sass/components/_article.scss | 8 +- _sass/helpers/_mixins.scss | 6 +- assets/adulau-photo.jpg | Bin 0 -> 97562 bytes assets/books.jpg | Bin 0 -> 61695 bytes assets/interception.jpg | Bin 0 -> 64699 bytes assets/key.pgp | 3363 +++++++++++++++++ build.sh | 4 + index.markdown | 59 +- 20 files changed, 3602 insertions(+), 64 deletions(-) create mode 100755 _pages/contact.markdown delete mode 100755 _posts/2014-01-03-two-thousand-fourteen.markdown create mode 100644 _posts/2014-03-02-Eavesdropping_of_Internet.markdown delete mode 100755 _posts/2015-12-01-welcome-to-jekyll.markdown create mode 100644 _posts/2016-05-04-The_Myth_of_Vulnerability_Management.markdown create mode 100644 assets/adulau-photo.jpg create mode 100644 assets/books.jpg create mode 100644 assets/interception.jpg create mode 100644 assets/key.pgp create mode 100644 build.sh diff --git a/_config.yml b/_config.yml index 1a41c71..60c03a1 100755 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,15 @@ # Site settings -title: Alex Carpenter -email: your-email@domain.com +title: Alexandre Dulaunoy - adulau - Home Page +email: a@foo.be description: > - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. -baseurl: "/material-jekyll-theme" -url: "http://alexcarpenter.me" + +baseurl: "https://www.foo.be" +url: "https://www.foo.be" fixedNav: 'true' # true or false -theme: purple # green, blue, orange, purple, grey -twitterUsername: hybrid_alex -githubUsername: alexcarpenter +theme: grey # green, blue, orange, purple, grey +twitterUsername: adulau +githubUsername: adulau +flickrUsername: adulau dribbbleUsername: codepenUsername: @@ -21,3 +20,8 @@ include: [_pages] exclude: [_site, CHANGELOG.md, LICENSE, README.md] sass: style: compressed +kramdown: + # Enable GitHub Flavored Markdown (fenced code blocks) + input: GFM + # Disable auto-generated ID's for headings + auto_ids: true diff --git a/_includes/footer.html b/_includes/footer.html index 1e8d77e..b85346f 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,10 @@