From ef321d7ce8d5af4cc9b94b61bce3ca9a09fa8a98 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:27:16 -0800 Subject: [PATCH] indentation and jekyll updates --- .gitignore | 6 ++--- 404.html | 1 + _config.yml | 35 +++++++++++++++++++------ style-colors.css | 2 +- style-layout.css | 66 ++++++++++++++++++++++++------------------------ style.css | 28 ++++++++++---------- 6 files changed, 78 insertions(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index 1546ba9..f40fbd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ _site .sass-cache +.jekyll-cache .jekyll-metadata -.DS_Store -.jpg -.png - +vendor diff --git a/404.html b/404.html index c472b4e..086a5c9 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,5 @@ --- +permalink: /404.html layout: default --- diff --git a/_config.yml b/_config.yml index 3791e5c..ef7ba7c 100644 --- a/_config.yml +++ b/_config.yml @@ -7,29 +7,48 @@ # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. - +# +# If you need help with YAML syntax, here are some quick references for you: +# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml +# https://learnxinyminutes.com/docs/yaml/ +# # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: "////J////M////L////" +title: Your awesome title +email: your-email@example.com +description: >- # this means to ignore newlines until "baseurl:" + 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: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -permalink: /:categories/:title - +twitter_username: jekyllrb +github_username: jekyll # Build settings -markdown: kramdown +theme: minima +plugins: + - jekyll-feed # Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. +# The following items will not be processed, by default. +# Any item listed under the `exclude:` key here will be automatically added to +# the internal "default list". +# +# Excluded items can be processed by explicitly listing the directories or +# their entries' file path in the `include:` list. +# # exclude: +# - .sass-cache/ +# - .jekyll-cache/ +# - gemfiles/ # - Gemfile # - Gemfile.lock -# - node_modules +# - node_modules/ # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ diff --git a/style-colors.css b/style-colors.css index 5a64c05..4a9e3c0 100644 --- a/style-colors.css +++ b/style-colors.css @@ -8,4 +8,4 @@ a { } header a { color:#999; -} \ No newline at end of file +} diff --git a/style-layout.css b/style-layout.css index a44851b..da38472 100644 --- a/style-layout.css +++ b/style-layout.css @@ -1,75 +1,75 @@ body { font-family: 'Open Sans', sans-serif; - font-size: 0.9em; - margin:0 auto; - max-width:700px; + font-size: 0.9em; + margin:0 auto; + max-width:700px; } header { - margin:2em 0; + margin:2em 0; } header a { - text-decoration:none; + text-decoration:none; } footer { - margin:2em 0; - text-align:center; + margin:2em 0; + text-align:center; } img { - max-width: 700px; + max-width: 700px; } h2 { - margin-top:2em; - margin-bottom:1em; + margin-top:2em; + margin-bottom:1em; } /* images */ img[src*="#right"] { - float:right; - padding-left:3em; - padding-top: 1.5em; - padding-bottom: 1.5em; + float:right; + padding-left:3em; + padding-top: 1.5em; + padding-bottom: 1.5em; } img[src*="#smaller"] { - padding-top:3em; - padding-bottom:3em; + padding-top:3em; + padding-bottom:3em; } .content { - margin-top:2em; + margin-top:2em; } /* post list */ .post-list { - list-style-type: none; - margin:0 + list-style-type: none; + margin:0 } .post-list-date { - font-weight:normal; - color:#436164; - margin-top:1em; - font-style:italic; - font-size:1.2em; + font-weight:normal; + color:#436164; + margin-top:1em; + font-style:italic; + font-size:1.2em; } ul.post-list { - margin:0; - padding:0; + margin:0; + padding:0; } ul.post-list li{ - margin-bottom:2em; - margin-left:1.5em; + margin-bottom:2em; + margin-left:1.5em; } ul.post-list li h4 { - margin :0; + margin :0; } /* post page */ footer.post-footer { - text-align:left; + text-align:left; } footer.post-footer a { - text-decoration:none; - color:#666; - font-style: italic; + text-decoration:none; + color:#666; + font-style: italic; } diff --git a/style.css b/style.css index 456e08e..eb1e2ec 100644 --- a/style.css +++ b/style.css @@ -1,38 +1,38 @@ body { font-family: 'Open Sans', sans-serif; - font-size: 0.9em; - margin:0 auto; - max-width:800px; + font-size: 0.9em; + margin:0 auto; + max-width:800px; } header { - margin:2em 0; + margin:2em 0; } footer { - margin:2em 0; - text-align:center; + margin:2em 0; + text-align:center; } .content { - margin-top:2em; + margin-top:2em; } .content img { - max-width: 800px; + max-width: 800px; } .post-list { - list-style-type: none; - margin:0 + list-style-type: none; + margin:0 } ul.post-list { - margin:0; - padding:0; + margin:0; + padding:0; } ul.post-list li{ - margin-bottom:2em; + margin-bottom:2em; } ul.post-list li h4 { - margin :0; + margin :0; } -- 2.34.1