From fec4e9616fd6ceebdcba65d869f46d3e511fdad0 Mon Sep 17 00:00:00 2001 From: Gerasimos Kounadis Date: Tue, 3 Oct 2023 17:55:49 +0100 Subject: [PATCH] initialise repo --- 404.md | 5 +++ Gemfile | 8 ++++ Gemfile.lock | 100 +++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 21 ++++++++++ _config.yml | 56 +++++++++++++++++++++++++ atom.xml | 28 +++++++++++++ cv.md | 21 ++++++++++ docker-compose.yml | 7 ++++ index.md | 13 ++++++ posts.md | 9 ++++ 10 files changed, 268 insertions(+) create mode 100644 404.md create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 LICENSE create mode 100644 _config.yml create mode 100644 atom.xml create mode 100644 cv.md create mode 100644 docker-compose.yml create mode 100644 index.md create mode 100644 posts.md diff --git a/404.md b/404.md new file mode 100644 index 0000000..203000c --- /dev/null +++ b/404.md @@ -0,0 +1,5 @@ +--- +layout: default +title: "404" +permalink: /404.html +--- diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..68ce17b --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +source "https://rubygems.org" + +gem 'jekyll', '~> 4.3', '>= 4.3.2' +gem 'jekyll-feed', '~> 0.17.0' +gem 'jekyll-gist', '~> 1.5' +gem 'jekyll-paginate-v2', '~> 3.0' +gem 'jekyll-seo-tag', '~> 2.8' +gem 'jekyll-sitemap', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..a0037db --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,100 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + ffi (1.15.5) + forwardable-extended (2.6.0) + google-protobuf (3.24.1-aarch64-linux) + google-protobuf (3.24.1-x86_64-linux) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (4.3.2) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-feed (0.17.0) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.3) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (4.1.3) + ruby2_keywords (0.0.5) + safe_yaml (1.0.5) + sass-embedded (1.66.1-aarch64-linux-gnu) + google-protobuf (~> 3.23) + sass-embedded (1.66.1-x86_64-linux-gnu) + google-protobuf (~> 3.23) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.4.2) + webrick (1.8.1) + +PLATFORMS + aarch64-linux + x86_64-linux + +DEPENDENCIES + jekyll (~> 4.3, >= 4.3.2) + jekyll-feed (~> 0.17.0) + jekyll-gist (~> 1.5) + jekyll-paginate-v2 (~> 3.0) + jekyll-seo-tag (~> 2.8) + jekyll-sitemap (~> 1.4) + +BUNDLED WITH + 2.4.18 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3543095 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Michele Piazzai + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..020d491 --- /dev/null +++ b/_config.yml @@ -0,0 +1,56 @@ +# site settings + +title: gerrykou +description: Jekyll theme for a beautiful online CV +taglong: +tagshort: +url: https://cvless.netlify.app +baseurl: "" +permalink: pretty +repo: https://github.com/gerrykou/gerrykou.github.io + +# author settings + +author: + name: Gerry +photo: /assets/jpg/photo.jpg + +# social media links + +social: + github: gerrykou + linkedin: kounadisgerasimos + +# build settings + +exclude: + - LICENSE + - README.md + +plugins: + - jekyll-feed + - jekyll-gist + - jekyll-paginate-v2 + - jekyll-seo-tag + - jekyll-sitemap + +whitelist: + - jekyll-sitemap + +sass: + sass_dir: _sass + style: compressed + sourcemap: never + +feed: + path: atom.xml + +autopages: + enabled: false + +pagination: + enabled: true + per_page: 1 + sort_reverse: true + permalink: /:num/ + title: ":title · Page :num" diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000..5e5f444 --- /dev/null +++ b/atom.xml @@ -0,0 +1,28 @@ +--- +layout: null +--- + + + + + {{ site.title }} + + + {{ site.time | date_to_xmlschema }} + {{ site.url }} + + {{ site.author.name }} + {{ site.author.email }} + + + {% for post in site.posts %} + + {{ post.title | xml_escape }} + + {{ post.date | date_to_xmlschema }} + {{ site.url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..ea6846d --- /dev/null +++ b/cv.md @@ -0,0 +1,21 @@ +--- +layout: cv +title: CV +--- + +# Curriculum Vitæ + +{% include contact.html %} + +## Section + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + +* Ut enim ad minim veniam +* Quis nostrud exercitation +* Ullamco laboris nisi +* Ut aliquip ex ea commodo consequat + +### Subsection + +Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..4a3a495 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + cvless: + image: bretfisher/jekyll-serve + ports: + - "4000:4000" + volumes: + - .:/site diff --git a/index.md b/index.md new file mode 100644 index 0000000..84a5388 --- /dev/null +++ b/index.md @@ -0,0 +1,13 @@ +--- +layout: home +title: Home +--- + +# About + +Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. + +Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + + +{% include archive.html %} diff --git a/posts.md b/posts.md new file mode 100644 index 0000000..626ac8b --- /dev/null +++ b/posts.md @@ -0,0 +1,9 @@ +--- +layout: page +title: Posts +pagination: + enabled: true +--- + +{% include postlist.html %} +{% include pagination.html %}