+
+
+
+
+
+
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..0fc9b93
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,33 @@
+source "https://rubygems.org"
+# Hello! This is where you manage which Jekyll version is used to run.
+# When you want to use a different version, change it below, save the
+# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
+#
+# bundle exec jekyll serve
+#
+# This will help ensure the proper Jekyll version is running.
+# Jekyll redirect for homepage
+gem 'jekyll-redirect-from'
+
+# Happy Jekylling!
+gem "jekyll", "~> 4.2.0"
+# This is the default theme for new Jekyll sites. You may change this to anything you like.
+gem "minima", "~> 2.5"
+# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
+# uncomment the line below. To upgrade, run `bundle update github-pages`.
+# gem "github-pages", group: :jekyll_plugins
+# If you have any plugins, put them here!
+group :jekyll_plugins do
+ gem "jekyll-feed", "~> 0.12"
+end
+
+# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
+# and associated library.
+platforms :mingw, :x64_mingw, :mswin, :jruby do
+ gem "tzinfo", "~> 1.2"
+ gem "tzinfo-data"
+end
+
+# Performance-booster for watching directories on Windows
+gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
+
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..dd06d16
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,83 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ colorator (1.1.0)
+ concurrent-ruby (1.1.9)
+ em-websocket (0.5.2)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0.6.0)
+ eventmachine (1.2.7)
+ ffi (1.15.3)
+ 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-redirect-from (0.16.0)
+ jekyll (>= 3.3, < 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.7.0)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ mercenary (0.4.0)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ public_suffix (4.0.6)
+ rb-fsevent (0.11.0)
+ 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 (~> 4.2.0)
+ jekyll-feed (~> 0.12)
+ jekyll-redirect-from
+ minima (~> 2.5)
+ tzinfo (~> 1.2)
+ tzinfo-data
+ wdm (~> 0.1.1)
+
+BUNDLED WITH
+ 2.2.25
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..7ed1a39
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,63 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely edit after that. If you find
+# yourself editing this file very often, consider using Jekyll's data files
+# feature for the data you need to update frequently.
+#
+# 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: Example123
+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
+twitter_username: jekyllrb
+github_username: jekyll
+
+# Build settings
+theme: minima
+markdown: kramdown
+plugins:
+ - jekyll-feed
+ - jekyll-redirect-from
+
+
+sass:
+ sass_dir: assets/
+ add_charset: true
+ style: :compressed
+
+# Exclude from processing.
+# 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/
+# - vendor/bundle/
+# - vendor/cache/
+# - vendor/gems/
+# - vendor/ruby/
diff --git a/_data/navigation.yml b/_data/navigation.yml
new file mode 100644
index 0000000..1ef8646
--- /dev/null
+++ b/_data/navigation.yml
@@ -0,0 +1,5 @@
+- title: home
+ url: "/"
+
+- title: documentation
+ url: "/documentation"
diff --git a/_includes/nav.html b/_includes/nav.html
new file mode 100644
index 0000000..fda7b02
--- /dev/null
+++ b/_includes/nav.html
@@ -0,0 +1,80 @@
+{% assign navs = include.nav | default: site.data.navigation %}
+
+{% unless include.wrap == false %}
+
+{% endunless %}
diff --git a/_includes/nav_dir.html b/_includes/nav_dir.html
new file mode 100644
index 0000000..eeb1f90
--- /dev/null
+++ b/_includes/nav_dir.html
@@ -0,0 +1,10 @@
+{% comment %}
+This builds upon nav.html, but feeds it the current directory as the
+navigation source. It's intended for use in special layouts that are
+assigned by directories, but also can be used in individual files.
+
+TODO: Add filtering and weighted sorting.
+{% endcomment %}
+
+{% assign current_dir = site.html_pages | where: "dir", page.dir %}
+{% include nav.html nav=current_dir %}
\ No newline at end of file
diff --git a/_includes/page_footer.html b/_includes/page_footer.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/page_header.html b/_includes/page_header.html
new file mode 100644
index 0000000..f19f393
--- /dev/null
+++ b/_includes/page_header.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+ {% if site.data.navigation %}
+
+
+ {% include nav.html role="navigation" %}
+
+
+ {% endif %}
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..40c18d6
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,12 @@
+---
+layout: essential
+---
+{% include page_header.html %}
+
+
\ No newline at end of file
diff --git a/_layouts/essential.html b/_layouts/essential.html
new file mode 100644
index 0000000..54c38c3
--- /dev/null
+++ b/_layouts/essential.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+ {% if page.title %}{{ page.title }} — {% endif %}{{ site.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ content }}
+
+
+
\ No newline at end of file
diff --git a/_posts/2021-08-10-welcome-to-jekyll.markdown b/_posts/2021-08-10-welcome-to-jekyll.markdown
new file mode 100644
index 0000000..7e40943
--- /dev/null
+++ b/_posts/2021-08-10-welcome-to-jekyll.markdown
@@ -0,0 +1,29 @@
+---
+layout: post
+title: "Welcome to Jekyll!"
+date: 2021-08-10 11:44:17 -0400
+categories: jekyll update
+---
+You’ll find this post in `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
+
+Jekyll requires blog post files to be named according to the following format:
+
+`YEAR-MONTH-DAY-title.MARKUP`
+
+Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
+
+Jekyll also offers powerful support for code snippets:
+
+{% highlight ruby %}
+def print_hi(name)
+ puts "Hi, #{name}"
+end
+print_hi('Tom')
+#=> prints 'Hi, Tom' to STDOUT.
+{% endhighlight %}
+
+Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
+
+[jekyll-docs]: https://jekyllrb.com/docs/home
+[jekyll-gh]: https://github.com/jekyll/jekyll
+[jekyll-talk]: https://talk.jekyllrb.com/
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..d5a2b78
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,10 @@
+
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com
+
+
You can find the source code for Minima at GitHub:
+jekyll /
+minima
+
+
You can find the source code for Jekyll at GitHub:
+jekyll /
+jekyll
+
diff --git a/assets/lib/navbar.sass b/assets/lib/navbar.sass
new file mode 100644
index 0000000..3ee0b11
--- /dev/null
+++ b/assets/lib/navbar.sass
@@ -0,0 +1,274 @@
+//// Defaults
+
+// Padding defaults
+$nav-padding: 0.75ex !default
+$nav-padding-ratio: 2.5 !default
+$nav-padding-y: $nav-padding !default
+$nav-padding-x: $nav-padding-y * $nav-padding-ratio !default
+
+// Color defaults
+$nav-color: transparent !default
+$nav-text-color: white
+$nav-menu-color: $grey-color-light !default
+$nav-menu-top-color: $nav-menu-color !default
+$nav-menu-top-text-color: $nav-text-color !default
+$nav-highlight-color: $brand-color !default
+$nav-highlight-text-color: #fff !default
+
+// Icons
+$nav-icon-opacity: 0.5 !default
+$nav-icon-menu: "≡" !default
+$nav-icon-right: "⯈" !default
+$nav-icon-down: "▾" !default
+
+// Styling defaults (shadow and rounded radius)
+$nav-menu-shadow: 2px 2px 2px rgba(black, 0.125) !default
+$nav-menu-radius: 3px !default
+
+// Animation timing defaults
+$nav-animation: 150ms !default
+$nav-menu-animation: $nav-animation * 2 !default
+$nav-mobile-menu-animation: all 300ms ease-in-out
+
+// These should be set in theme.scss/theme.sass or minima already...
+// but just in case, we're defining fallbacks here
+$on-palm: 600px !default
+$on-laptop: 800px !default
+
+// Responsive breakpoint
+$nav-min-width: $on-laptop !default
+
+// Mobile menu colors
+$nav-mobile-text: white !default
+$nav-mobile-text-shadow: 1px 1px 0 darken($brand-color, 30%) !default
+$nav-mobile-menu: darken($brand-color, 20%) !default
+$nav-mobile-menu-highlight: mix($nav-mobile-menu, $nav-mobile-text, 80%) !default
+$nav-mobile-button-size: 32px !default
+
+
+// Native iOS or Android fonts when installed, else use website fonts
+$nav-mobile-font-family: -apple-system-font, "Roboto", "Droid Sans", $base-font-family !default
+
+@media screen and (min-width: $nav-min-width + 1)
+ nav.menu
+ position: relative
+ z-index: 100
+ cursor: default
+
+ // Cleafix hack to make nav act more like block
+ // without having to set an overflow property
+ // (which would hide menus)
+ &::after
+ content: ""
+ display: table
+ clear: both
+
+ // Remove list styles
+ ul, li
+ transition: all $nav-animation
+ list-style: none
+ margin: 0
+ padding: 0
+
+ a, span
+ transition: all $nav-menu-animation
+ display: block
+ color: $nav-text-color !important
+ padding: $nav-padding-y $nav-padding-x
+ text-decoration: none !important
+
+ ul
+ background: $nav-color
+ float: left
+
+ ul
+ position: absolute
+ left: 0
+ top: 100%
+ visibility: hidden
+ opacity: 0
+ box-shadow: $nav-menu-shadow
+
+ li
+ &:last-child
+ border-radius: 0 0 $nav-menu-radius $nav-menu-radius
+
+ &.nav-group:hover
+ border-radius: 0 0 0 $nav-menu-radius
+
+ ul li:first-child
+ border-radius: 0 $nav-menu-radius 0 0
+
+ ul
+ left: 100%
+ top: 0
+
+ li
+ float: left
+ position: relative
+
+ > ul
+ transform: scaleY(0)
+ transform-origin: top left
+
+ ul
+ transform: scale(0)
+
+ &:hover
+ background: $nav-menu-color
+
+ li
+ background: $nav-menu-color
+
+ > ul
+ // Activate the immediate submenu
+ visibility: visible
+ opacity: 1
+ // Make sure menus are on top (z-index is relative to parent z-index)
+ z-index: 1
+ transform: scale(1)
+
+ a, span
+ margin: 0 #{$nav-padding-x * -1}
+ padding: $nav-padding-y #{$nav-padding-x * 2}
+
+ li:last-child a, span
+ margin-bottom: #{$nav-padding-y * -4}
+ padding-bottom: #{$nav-padding-y * 5}
+
+ li
+ width: 100%
+ white-space: nowrap
+ min-width: 10rem
+
+ &:hover,
+ li:hover
+ background: $nav-highlight-color
+
+ > a
+ color: $nav-highlight-text-color !important
+
+ > ul > li
+
+ &:hover
+ background: $nav-menu-top-color
+
+ > a
+ color: $nav-menu-top-text-color !important
+
+ &.nav-group >
+ a, span
+ &::after
+ opacity: $nav-icon-opacity
+ content: $nav-icon-down
+ margin-left: 1ex
+
+ li .nav-group >
+ a, span
+ &::after
+ content: ""
+ display: inline-block
+ width: 3ex
+
+ &::before
+ opacity: $nav-icon-opacity
+ content: $nav-icon-right
+ float: right
+
+@media screen and (max-width: $nav-min-width)
+ nav
+ font-family: $nav-mobile-font-family
+ z-index: 1000
+ cursor: default
+
+ ul, li
+ padding: 0
+ margin: 0
+ list-style: none
+
+ li.active
+ background-color: $nav-mobile-menu-highlight
+
+ nav > .nav-menu
+ transition: $nav-mobile-menu-animation
+ visibility: hidden
+ position: fixed
+ top: 0
+ left: -100%
+ overflow: auto
+ height: 100vh
+ background-color: $nav-mobile-menu
+ z-index: 2
+ box-shadow: 0 0 6px rgba(black, 0.25)
+ min-width: 25vw
+ max-width: 75vw
+ padding: $nav-mobile-button-size 0 0 1ex
+
+ > li
+ margin-top: 2ex
+
+ ul
+ padding: 0 2ex 0 2ex
+
+ a, span
+ display: block
+ padding: 0 1ex
+ color: $nav-mobile-text !important
+ text-shadow: $nav-mobile-text-shadow
+
+ span
+ opacity: 0.4
+
+ nav > .nav-screen
+ transition: $nav-mobile-menu-animation
+ opacity: 0
+
+ .nav-toggle:before
+ transition: $nav-mobile-menu-animation
+ display: block
+ width: $nav-mobile-button-size
+ height: $nav-mobile-button-size
+ cursor: pointer
+ content: $nav-icon-menu
+ font-size: $nav-mobile-button-size
+ color: $nav-text-color
+ background: $nav-menu-color
+ z-index: 3
+ position: fixed
+ top: 0
+ left: 0
+ padding: 0.5ex
+ line-height: $nav-mobile-button-size
+ border-radius: $nav-menu-radius
+
+ .nav-check:checked + nav >
+ .nav-menu
+ visibility: visible
+ left: 0
+ display: block
+
+ .nav-screen
+ position: fixed
+ top: 0
+ left: 0
+ right: 0
+ bottom: 0
+ z-index: 1
+ background: black
+ opacity: 0.5
+
+ .nav-toggle:before
+ background: transparent
+
+.nav-check
+ display: none
+
+//// Make the masthead a menu
+// It's also possible to extend nav.menu for other nav elements
+// ...or make nav elements with a class of menu in document bodies too
+.masthead nav
+ @extend nav, .menu
+
+@media screen and (max-width: $nav-min-width)
+ .masthead .hgroup
+ padding-left: calc(#{$nav-mobile-button-size} + 1.5ex)
diff --git a/assets/main.scss b/assets/main.scss
new file mode 100644
index 0000000..89f54ae
--- /dev/null
+++ b/assets/main.scss
@@ -0,0 +1,7 @@
+---
+
+---
+
+@charset "utf-8";
+
+@import "site";
\ No newline at end of file
diff --git a/assets/site.sass b/assets/site.sass
new file mode 100644
index 0000000..197df9c
--- /dev/null
+++ b/assets/site.sass
@@ -0,0 +1,151 @@
+@import url('https://fonts.googleapis.com/css?family=Copse|Share+Tech+Mono')
+
+// Our variables
+$base-font-family: "Copse", sans-serif
+$base-font-size: 18px
+$base-font-weight: 200
+$small-font-size: $base-font-size * 0.875
+$base-line-height: 1.5
+$mono-font-family: "Share Tech Mono", monospace
+
+$spacing-unit: 1rem
+
+$text-color: #def
+$background-color: #777
+$brand-color: #b3d1ff
+
+$grey-color: #112
+$grey-color-light: lighten($grey-color, 6%)
+$grey-color-dark: darken($grey-color, 6%)
+
+// Width of the content area
+$content-width: 1170px
+
+$nav-menu-color: rgba(black, 0.75)
+$nav-highlight-color: #4faffa
+$nav-menu-top-color: linear-gradient(to top, $nav-highlight-color 4px, $nav-menu-color 4px, transparent)
+$nav-text-color: $text-color !default
+$nav-highlight-text-color: #fff
+$nav-menu-top-text-color: #fff
+
+// Import partials from the `minima` theme.
+@import minima
+
+// Sticky footer
+
+
+// Navbar (check out lib/navbar.sass for customizable options)
+@import lib/navbar.sass
+
+
+
+
+// Minima also includes a mixin for defining media queries.
+// Use media queries like this:
+// @include media-query($on-palm) {
+// .wrapper {
+// padding-right: $spacing-unit / 2;
+// padding-left: $spacing-unit / 2;
+// }
+// }
+
+html
+ background-color: black
+ background-image: url("../images/background.png")
+ background-size: tile
+ background-attachment: fixed
+
+body
+ background: radial-gradient(ellipse at center top, rgba(0,0,0,0) 100%, rgba(0,0,0,0.3) 100%)
+
+.masthead
+ box-sizing: border-box
+ background: rgba(black, 0.4) // this is also the background of navbar, navbar itself is transparent..
+ float: left
+ width: 100%
+ line-height: 45px
+ padding-left: calc((100vw - #{$content-width}) / 2)
+
+ .hgroup
+ float: left
+
+ h1
+ margin: 0
+
+ .logo
+ margin: 10px 24px 0 20px
+
+ .nav-wrap
+ float: center
+
+ > nav > ul > li >
+ a, span
+ text-transform: uppercase
+ font-weight: bold
+
+ > a
+ color: #999 !important
+
+ ul ul
+ line-height: $base-line-height
+
+.page-content
+ padding: 2rem 1em 0
+
+.post-meta
+ color: #def
+
+h1, h2, h3, h4, h5, h6
+ font-family: $base-font-family
+
+.intro
+ font-weight: 200
+ padding: 48px 0 12px
+ margin: -7rem 0 3em
+ font-weight: 200
+ font-size: 22.5px
+ text-shadow: 0 0 0 $text-color
+
+ h1
+ font-weight: 200
+ color: #def
+ text-shadow: 0px 0.5px 12px rgba(0,0,0,0.4)
+ font-size: 67.5px
+ line-height: 1
+ padding-top: 2rem
+
+ .btn
+ margin: 1ex 0 0
+ display: inline-block
+ color: white
+ font-size: 32px
+ font-weight: 600
+ text-shadow: 0 0.5px 2px rgba(0,0,0,0.3)
+ background: goldenrod
+ background: linear-gradient(to bottom, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%)
+ padding: 0 32px 0 32px
+ border-radius: 60px
+ text-align: center
+ border: 2px solid #cc6611
+
+hr
+ margin: 2rem 0
+ border: 1px solid mix($text-color, $background-color, 50)
+
+pre, code, .highlighter-rouge .highlight
+ font-family: $mono-font-family
+ background-color: $grey-color
+
+.highlighter-rouge
+ z-index: 1
+ opacity: 0.7
+
+footer
+ background: rgba(black, 0.4) // this is also the background of navbar, navbar itself is transparent..
+ text-align: center
+ padding: 1.5em
+ font-size: 0.8em
+
+ a.license img
+ border-width: 0
+
diff --git a/documentation.md b/documentation.md
new file mode 100644
index 0000000..fa253f6
--- /dev/null
+++ b/documentation.md
@@ -0,0 +1,6 @@
+Contributor.Link is about more than just connecting contributors to projects. We are also here to provide support for new contributors, so they can learn the best ways to join and contribute to a project. At the same time, we will work with participating projects to ensure their community is as welcoming to all contributors as possible!
+
+The resources to accomplish this can be found on this page, which will grow as Contyribuitor.Link does!
+
+- **Contributor guidelines.** Looking for a project? Or you've found a project that you really like and aren't sure how to begin? Our [contributor guidelines](/contribguide) will walk you through the process of getting your started in open source quickly and seamlessly!
+- **Community guidelines.** If your project is actively seeking new contributors, there are some easy paths to take to ensure your [community onboarding process](/communityguide) is simple and clear.
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 0000000..ab2e51a
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1,17 @@
+Jekyll2021-08-20T10:29:03-04:00/feed.xmlExample123Write 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.Welcome to Jekyll!2021-08-10T11:44:17-04:002021-08-10T11:44:17-04:00/jekyll/update/2021/08/10/welcome-to-jekyll<p>You’ll find this post in <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
+
+<p>Jekyll requires blog post files to be named according to the following format:</p>
+
+<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
+
+<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
+
+<p>Jekyll also offers powerful support for code snippets:</p>
+
+<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
+ <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
+<span class="k">end</span>
+<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
+<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
+
+<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>You’ll find this post in _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.
\ No newline at end of file
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..2935085
--- /dev/null
+++ b/index.md
@@ -0,0 +1,7 @@
+---
+
+layout: essential
+---
+
+{% include page_header.html %}
+## something123
\ No newline at end of file
diff --git a/jekyll/update/2021/08/10/welcome-to-jekyll.html b/jekyll/update/2021/08/10/welcome-to-jekyll.html
new file mode 100644
index 0000000..59441b5
--- /dev/null
+++ b/jekyll/update/2021/08/10/welcome-to-jekyll.html
@@ -0,0 +1,18 @@
+
You’ll find this post in _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.
+
+
Jekyll requires blog post files to be named according to the following format:
+
+
YEAR-MONTH-DAY-title.MARKUP
+
+
Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
+
+
Jekyll also offers powerful support for code snippets:
+
+
+
+
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.
+
diff --git a/redirects.json b/redirects.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/redirects.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file