]> git.dabkitsch.com - jekyll-site.git/commitdiff
indentation and jekyll updates
authorequilet <2237372+equilet@users.noreply.github.com>
Tue, 6 Dec 2022 00:27:16 +0000 (16:27 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Tue, 6 Dec 2022 00:27:16 +0000 (16:27 -0800)
.gitignore
404.html
_config.yml
style-colors.css
style-layout.css
style.css

index 1546ba94286e4eaac3e638c3fbaf3bf45951b997..f40fbd8ba564ea28e0a2501e2921909467b39887 100644 (file)
@@ -1,7 +1,5 @@
 _site
 .sass-cache
+.jekyll-cache
 .jekyll-metadata
-.DS_Store
-.jpg
-.png
-
+vendor
index c472b4ea0a781061dab1f394627222735d4215bd..086a5c9ea988c5a4d37acc5f8ea089e37cb19371 100644 (file)
--- a/404.html
+++ b/404.html
@@ -1,4 +1,5 @@
 ---
+permalink: /404.html
 layout: default
 ---
 
index 3791e5c971f45a56b74f83cf11af57e2abdd8cf4..ef7ba7c139131812456ca11f0de908c55b4072db 100644 (file)
@@ -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/
index 5a64c05ccba69f9f209a80e0ebc02db1889a8c2a..4a9e3c0bc3955968eeae5239e1ac667691c135c1 100644 (file)
@@ -8,4 +8,4 @@ a {
 }
 header a {
     color:#999;
-}
\ No newline at end of file
+}
index a44851bb271f6039be269339802ac0602b893eac..da384726c00d095740ea681cd3ad7be3286912a6 100644 (file)
@@ -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;
 }
 
 
index 456e08e7b93e3063a75ede7596658a3f016ee7f1..eb1e2ec895708b98ad5fc0480a460811588d7ee2 100644 (file)
--- 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;   
 }