From a8b510f33ef9fc6a7826b64fb3600c03338c2a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20Sch=C3=A4fer?= Date: Tue, 4 May 2021 20:25:38 +0200 Subject: [PATCH] Initial commit --- ...40b622142f1c98125abcfe89a76a661b0e8e343910 | 1 + ...2afa14ead776c7987bebeb0182a16c7238f1fdaeab | 4 + Gemfile | 14 ++++ Gemfile.lock | 73 +++++++++++++++++++ _data/navigation.yml | 4 + _includes/header.html | 0 _includes/navigation.html | 7 ++ _layouts/default.html | 13 ++++ _sass/main.scss | 24 ++++++ _site/about.html | 27 +++++++ _site/assets/css/styles.css | 7 ++ _site/assets/css/styles.css.map | 14 ++++ _site/feed.xml | 1 + _site/index.html | 25 +++++++ about.md | 8 ++ assets/css/styles.scss | 3 + index.html | 5 ++ 17 files changed, 230 insertions(+) create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/02ccefb107dd148d265f2afa14ead776c7987bebeb0182a16c7238f1fdaeab create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 _data/navigation.yml create mode 100644 _includes/header.html create mode 100644 _includes/navigation.html create mode 100644 _layouts/default.html create mode 100644 _sass/main.scss create mode 100644 _site/about.html create mode 100644 _site/assets/css/styles.css create mode 100644 _site/assets/css/styles.css.map create mode 100644 _site/feed.xml create mode 100644 _site/index.html create mode 100644 about.md create mode 100644 assets/css/styles.scss create mode 100644 index.html diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 new file mode 100644 index 0000000..d02bbe0 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 @@ -0,0 +1 @@ +I"¡{"source"=>"/home/marlin/Documents/Programming/Website", "destination"=>"/home/marlin/Documents/Programming/Website/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "livereload"=>true, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>nil}:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/02ccefb107dd148d265f2afa14ead776c7987bebeb0182a16c7238f1fdaeab b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/02ccefb107dd148d265f2afa14ead776c7987bebeb0182a16c7238f1fdaeab new file mode 100644 index 0000000..37a24fb --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/d9/02ccefb107dd148d265f2afa14ead776c7987bebeb0182a16c7238f1fdaeab @@ -0,0 +1,4 @@ +I"]

About page

+ +

This page tells you more about the website.

+:ET \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..9c7dde1 --- /dev/null +++ b/Gemfile @@ -0,0 +1,14 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +# gem "rails" + +gem "jekyll" + +group :jekyll_plugins do + gem "jekyll-feed" + gem "jekyll-seo-tag" +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3627705 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,73 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.8) + em-websocket (0.5.2) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.15.0) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + jekyll (4.2.0) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.4.0) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 2.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-seo-tag (2.7.1) + jekyll (>= 3.8, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.5.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.6) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.26.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (2.0.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.7.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + jekyll + jekyll-feed + jekyll-seo-tag + +BUNDLED WITH + 2.2.16 diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..8175ade --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,4 @@ +- name: Home + link: / +- name: About + link: /about.html diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..b1bfd19 --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,7 @@ + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..7541eb5 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,13 @@ + + + + + {{ page.title }} + + + + {% include header.html %} + {% include navigation.html %} + {{ content }} + + diff --git a/_sass/main.scss b/_sass/main.scss new file mode 100644 index 0000000..2b23216 --- /dev/null +++ b/_sass/main.scss @@ -0,0 +1,24 @@ +.nav_link { + -moz-appearance: button; + -ms-appearance: button; + -o-appearance: button; + -webkit-appearance: button; + text-decoration: none; + color: black; + padding: 16px 32px; + margin: 4px 2px; + display: inline-block; + text-align: center; + text-decoration: none; + transition-duration: 0.4s; + cursor: pointer; + border: 2px solid #008CBA; + border-radius: 5px; +} +.nav_link:hover { + background-color: #008CBA; +} +.current { + border: 2px solid #008CFF; + background-color: #008CFF; +} diff --git a/_site/about.html b/_site/about.html new file mode 100644 index 0000000..77558ef --- /dev/null +++ b/_site/about.html @@ -0,0 +1,27 @@ + + + + + About + + + + + + +

About page

+ +

This page tells you more about the website.

+ + + diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css new file mode 100644 index 0000000..9c4e457 --- /dev/null +++ b/_site/assets/css/styles.css @@ -0,0 +1,7 @@ +.nav_link { -moz-appearance: button; -ms-appearance: button; -o-appearance: button; -webkit-appearance: button; text-decoration: none; color: black; padding: 16px 32px; margin: 4px 2px; display: inline-block; text-align: center; text-decoration: none; transition-duration: 0.4s; cursor: pointer; border: 2px solid #008CBA; border-radius: 5px; } + +.nav_link:hover { background-color: #008CBA; } + +.current { border: 2px solid #008CFF; background-color: #008CFF; } + +/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/_site/assets/css/styles.css.map b/_site/assets/css/styles.css.map new file mode 100644 index 0000000..765c2d0 --- /dev/null +++ b/_site/assets/css/styles.css.map @@ -0,0 +1,14 @@ +{ + "version": 3, + "file": "styles.css", + "sources": [ + "styles.scss", + "_sass/main.scss" + ], + "sourcesContent": [ + "@import \"main\";\n", + ".nav_link {\n -moz-appearance: button;\n -ms-appearance: button;\n -o-appearance: button;\n -webkit-appearance: button;\n text-decoration: none;\n color: black;\n padding: 16px 32px;\n margin: 4px 2px;\n display: inline-block;\n text-align: center;\n text-decoration: none;\n transition-duration: 0.4s;\n cursor: pointer;\n border: 2px solid #008CBA;\n border-radius: 5px;\n}\n.nav_link:hover {\n background-color: #008CBA;\n}\n.current {\n border: 2px solid #008CFF;\n background-color: #008CFF;\n}\n" + ], + "names": [], + "mappings": "ACAA,AAAA,SAAS,CAAC,EACN,eAAe,EAAE,MAAM,EACvB,cAAc,EAAE,MAAM,EACtB,aAAa,EAAE,MAAM,EACrB,kBAAkB,EAAE,MAAM,EAC1B,eAAe,EAAE,IAAI,EACrB,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,SAAS,EAClB,MAAM,EAAE,OAAO,EACf,OAAO,EAAE,YAAY,EACrB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,IAAI,EACrB,mBAAmB,EAAE,IAAI,EACzB,MAAM,EAAE,OAAO,EACf,MAAM,EAAE,iBAAiB,EACzB,aAAa,EAAE,GAAG,GACrB;;AACD,AAAA,SAAS,CAAC,KAAK,CAAC,EACZ,gBAAgB,EAAE,OAAO,GAC5B;;AACD,AAAA,QAAQ,CAAC,EACL,MAAM,EAAE,iBAAiB,EACzB,gBAAgB,EAAE,OAAO,GAC5B" +} \ No newline at end of file diff --git a/_site/feed.xml b/_site/feed.xml new file mode 100644 index 0000000..941459d --- /dev/null +++ b/_site/feed.xml @@ -0,0 +1 @@ +Jekyll2021-05-04T20:23:58+02:00/feed.xml \ No newline at end of file diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..d3c1b26 --- /dev/null +++ b/_site/index.html @@ -0,0 +1,25 @@ + + + + + Home + + + + + + +

hello, world! 2

+ + + diff --git a/about.md b/about.md new file mode 100644 index 0000000..878bd7b --- /dev/null +++ b/about.md @@ -0,0 +1,8 @@ +--- +layout: default +title: About +--- + +# About page + +This page tells you more about the website. diff --git a/assets/css/styles.scss b/assets/css/styles.scss new file mode 100644 index 0000000..9e5cbc6 --- /dev/null +++ b/assets/css/styles.scss @@ -0,0 +1,3 @@ +--- +--- +@import "main"; diff --git a/index.html b/index.html new file mode 100644 index 0000000..2b30631 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +--- +layout: default +title: Home +--- +

{{"Hello, World! 2" | downcase}}