diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | .jekyll-metadata | bin | 0 -> 2172 bytes | |||
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 248 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | _config.yml | 17 | ||||
| -rw-r--r-- | _includes/footer.html | 3 | ||||
| -rw-r--r-- | _includes/header.html | 3 | ||||
| -rw-r--r-- | _includes/site.css | 42 | ||||
| -rw-r--r-- | _layouts/index.html | 34 | ||||
| -rw-r--r-- | _layouts/page.html | 25 | ||||
| -rw-r--r-- | _layouts/post.html | 25 | ||||
| -rw-r--r-- | _posts/2011-12-31-about.md | 34 | ||||
| -rw-r--r-- | cv.md | 6 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | index.md | 7 | ||||
| -rw-r--r-- | notes.txt | 1 |
17 files changed, 452 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5af88dc --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | |||
| 2 | _site/ | ||
| 3 | .sass-cache/ | ||
diff --git a/.jekyll-metadata b/.jekyll-metadata new file mode 100644 index 0000000..1ea480f --- /dev/null +++ b/.jekyll-metadata | |||
| Binary files differ | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | source 'https://rubygems.org' | ||
| 2 | gem 'github-pages', group: :jekyll_plugins | ||
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8ad4188 --- /dev/null +++ b/Gemfile.lock | |||
| @@ -0,0 +1,248 @@ | |||
| 1 | GEM | ||
| 2 | remote: https://rubygems.org/ | ||
| 3 | specs: | ||
| 4 | activesupport (4.2.10) | ||
| 5 | i18n (~> 0.7) | ||
| 6 | minitest (~> 5.1) | ||
| 7 | thread_safe (~> 0.3, >= 0.3.4) | ||
| 8 | tzinfo (~> 1.1) | ||
| 9 | addressable (2.5.2) | ||
| 10 | public_suffix (>= 2.0.2, < 4.0) | ||
| 11 | coffee-script (2.4.1) | ||
| 12 | coffee-script-source | ||
| 13 | execjs | ||
| 14 | coffee-script-source (1.11.1) | ||
| 15 | colorator (1.1.0) | ||
| 16 | commonmarker (0.17.9) | ||
| 17 | ruby-enum (~> 0.5) | ||
| 18 | concurrent-ruby (1.0.5) | ||
| 19 | dnsruby (1.61.2) | ||
| 20 | addressable (~> 2.5) | ||
| 21 | em-websocket (0.5.1) | ||
| 22 | eventmachine (>= 0.12.9) | ||
| 23 | http_parser.rb (~> 0.6.0) | ||
| 24 | ethon (0.11.0) | ||
| 25 | ffi (>= 1.3.0) | ||
| 26 | eventmachine (1.2.7) | ||
| 27 | execjs (2.7.0) | ||
| 28 | faraday (0.15.2) | ||
| 29 | multipart-post (>= 1.2, < 3) | ||
| 30 | ffi (1.9.25) | ||
| 31 | forwardable-extended (2.6.0) | ||
| 32 | gemoji (3.0.0) | ||
| 33 | github-pages (188) | ||
| 34 | activesupport (= 4.2.10) | ||
| 35 | github-pages-health-check (= 1.8.1) | ||
| 36 | jekyll (= 3.7.3) | ||
| 37 | jekyll-avatar (= 0.6.0) | ||
| 38 | jekyll-coffeescript (= 1.1.1) | ||
| 39 | jekyll-commonmark-ghpages (= 0.1.5) | ||
| 40 | jekyll-default-layout (= 0.1.4) | ||
| 41 | jekyll-feed (= 0.10.0) | ||
| 42 | jekyll-gist (= 1.5.0) | ||
| 43 | jekyll-github-metadata (= 2.9.4) | ||
| 44 | jekyll-mentions (= 1.4.0) | ||
| 45 | jekyll-optional-front-matter (= 0.3.0) | ||
| 46 | jekyll-paginate (= 1.1.0) | ||
| 47 | jekyll-readme-index (= 0.2.0) | ||
| 48 | jekyll-redirect-from (= 0.14.0) | ||
| 49 | jekyll-relative-links (= 0.5.3) | ||
| 50 | jekyll-remote-theme (= 0.3.1) | ||
| 51 | jekyll-sass-converter (= 1.5.2) | ||
| 52 | jekyll-seo-tag (= 2.5.0) | ||
| 53 | jekyll-sitemap (= 1.2.0) | ||
| 54 | jekyll-swiss (= 0.4.0) | ||
| 55 | jekyll-theme-architect (= 0.1.1) | ||
| 56 | jekyll-theme-cayman (= 0.1.1) | ||
| 57 | jekyll-theme-dinky (= 0.1.1) | ||
| 58 | jekyll-theme-hacker (= 0.1.1) | ||
| 59 | jekyll-theme-leap-day (= 0.1.1) | ||
| 60 | jekyll-theme-merlot (= 0.1.1) | ||
| 61 | jekyll-theme-midnight (= 0.1.1) | ||
| 62 | jekyll-theme-minimal (= 0.1.1) | ||
| 63 | jekyll-theme-modernist (= 0.1.1) | ||
| 64 | jekyll-theme-primer (= 0.5.3) | ||
| 65 | jekyll-theme-slate (= 0.1.1) | ||
| 66 | jekyll-theme-tactile (= 0.1.1) | ||
| 67 | jekyll-theme-time-machine (= 0.1.1) | ||
| 68 | jekyll-titles-from-headings (= 0.5.1) | ||
| 69 | jemoji (= 0.10.0) | ||
| 70 | kramdown (= 1.16.2) | ||
| 71 | liquid (= 4.0.0) | ||
| 72 | listen (= 3.1.5) | ||
| 73 | mercenary (~> 0.3) | ||
| 74 | minima (= 2.5.0) | ||
| 75 | nokogiri (>= 1.8.2, < 2.0) | ||
| 76 | rouge (= 2.2.1) | ||
| 77 | terminal-table (~> 1.4) | ||
| 78 | github-pages-health-check (1.8.1) | ||
| 79 | addressable (~> 2.3) | ||
| 80 | dnsruby (~> 1.60) | ||
| 81 | octokit (~> 4.0) | ||
| 82 | public_suffix (~> 2.0) | ||
| 83 | typhoeus (~> 1.3) | ||
| 84 | html-pipeline (2.8.4) | ||
| 85 | activesupport (>= 2) | ||
| 86 | nokogiri (>= 1.4) | ||
| 87 | http_parser.rb (0.6.0) | ||
| 88 | i18n (0.9.5) | ||
| 89 | concurrent-ruby (~> 1.0) | ||
| 90 | jekyll (3.7.3) | ||
| 91 | addressable (~> 2.4) | ||
| 92 | colorator (~> 1.0) | ||
| 93 | em-websocket (~> 0.5) | ||
| 94 | i18n (~> 0.7) | ||
| 95 | jekyll-sass-converter (~> 1.0) | ||
| 96 | jekyll-watch (~> 2.0) | ||
| 97 | kramdown (~> 1.14) | ||
| 98 | liquid (~> 4.0) | ||
| 99 | mercenary (~> 0.3.3) | ||
| 100 | pathutil (~> 0.9) | ||
| 101 | rouge (>= 1.7, < 4) | ||
| 102 | safe_yaml (~> 1.0) | ||
| 103 | jekyll-avatar (0.6.0) | ||
| 104 | jekyll (~> 3.0) | ||
| 105 | jekyll-coffeescript (1.1.1) | ||
| 106 | coffee-script (~> 2.2) | ||
| 107 | coffee-script-source (~> 1.11.1) | ||
| 108 | jekyll-commonmark (1.2.0) | ||
| 109 | commonmarker (~> 0.14) | ||
| 110 | jekyll (>= 3.0, < 4.0) | ||
| 111 | jekyll-commonmark-ghpages (0.1.5) | ||
| 112 | commonmarker (~> 0.17.6) | ||
| 113 | jekyll-commonmark (~> 1) | ||
| 114 | rouge (~> 2) | ||
| 115 | jekyll-default-layout (0.1.4) | ||
| 116 | jekyll (~> 3.0) | ||
| 117 | jekyll-feed (0.10.0) | ||
| 118 | jekyll (~> 3.3) | ||
| 119 | jekyll-gist (1.5.0) | ||
| 120 | octokit (~> 4.2) | ||
| 121 | jekyll-github-metadata (2.9.4) | ||
| 122 | jekyll (~> 3.1) | ||
| 123 | octokit (~> 4.0, != 4.4.0) | ||
| 124 | jekyll-mentions (1.4.0) | ||
| 125 | html-pipeline (~> 2.3) | ||
| 126 | jekyll (~> 3.0) | ||
| 127 | jekyll-optional-front-matter (0.3.0) | ||
| 128 | jekyll (~> 3.0) | ||
| 129 | jekyll-paginate (1.1.0) | ||
| 130 | jekyll-readme-index (0.2.0) | ||
| 131 | jekyll (~> 3.0) | ||
| 132 | jekyll-redirect-from (0.14.0) | ||
| 133 | jekyll (~> 3.3) | ||
| 134 | jekyll-relative-links (0.5.3) | ||
| 135 | jekyll (~> 3.3) | ||
| 136 | jekyll-remote-theme (0.3.1) | ||
| 137 | jekyll (~> 3.5) | ||
| 138 | rubyzip (>= 1.2.1, < 3.0) | ||
| 139 | jekyll-sass-converter (1.5.2) | ||
| 140 | sass (~> 3.4) | ||
| 141 | jekyll-seo-tag (2.5.0) | ||
| 142 | jekyll (~> 3.3) | ||
| 143 | jekyll-sitemap (1.2.0) | ||
| 144 | jekyll (~> 3.3) | ||
| 145 | jekyll-swiss (0.4.0) | ||
| 146 | jekyll-theme-architect (0.1.1) | ||
| 147 | jekyll (~> 3.5) | ||
| 148 | jekyll-seo-tag (~> 2.0) | ||
| 149 | jekyll-theme-cayman (0.1.1) | ||
| 150 | jekyll (~> 3.5) | ||
| 151 | jekyll-seo-tag (~> 2.0) | ||
| 152 | jekyll-theme-dinky (0.1.1) | ||
| 153 | jekyll (~> 3.5) | ||
| 154 | jekyll-seo-tag (~> 2.0) | ||
| 155 | jekyll-theme-hacker (0.1.1) | ||
| 156 | jekyll (~> 3.5) | ||
| 157 | jekyll-seo-tag (~> 2.0) | ||
| 158 | jekyll-theme-leap-day (0.1.1) | ||
| 159 | jekyll (~> 3.5) | ||
| 160 | jekyll-seo-tag (~> 2.0) | ||
| 161 | jekyll-theme-merlot (0.1.1) | ||
| 162 | jekyll (~> 3.5) | ||
| 163 | jekyll-seo-tag (~> 2.0) | ||
| 164 | jekyll-theme-midnight (0.1.1) | ||
| 165 | jekyll (~> 3.5) | ||
| 166 | jekyll-seo-tag (~> 2.0) | ||
| 167 | jekyll-theme-minimal (0.1.1) | ||
| 168 | jekyll (~> 3.5) | ||
| 169 | jekyll-seo-tag (~> 2.0) | ||
| 170 | jekyll-theme-modernist (0.1.1) | ||
| 171 | jekyll (~> 3.5) | ||
| 172 | jekyll-seo-tag (~> 2.0) | ||
| 173 | jekyll-theme-primer (0.5.3) | ||
| 174 | jekyll (~> 3.5) | ||
| 175 | jekyll-github-metadata (~> 2.9) | ||
| 176 | jekyll-seo-tag (~> 2.0) | ||
| 177 | jekyll-theme-slate (0.1.1) | ||
| 178 | jekyll (~> 3.5) | ||
| 179 | jekyll-seo-tag (~> 2.0) | ||
| 180 | jekyll-theme-tactile (0.1.1) | ||
| 181 | jekyll (~> 3.5) | ||
| 182 | jekyll-seo-tag (~> 2.0) | ||
| 183 | jekyll-theme-time-machine (0.1.1) | ||
| 184 | jekyll (~> 3.5) | ||
| 185 | jekyll-seo-tag (~> 2.0) | ||
| 186 | jekyll-titles-from-headings (0.5.1) | ||
| 187 | jekyll (~> 3.3) | ||
| 188 | jekyll-watch (2.0.0) | ||
| 189 | listen (~> 3.0) | ||
| 190 | jemoji (0.10.0) | ||
| 191 | gemoji (~> 3.0) | ||
| 192 | html-pipeline (~> 2.2) | ||
| 193 | jekyll (~> 3.0) | ||
| 194 | kramdown (1.16.2) | ||
| 195 | liquid (4.0.0) | ||
| 196 | listen (3.1.5) | ||
| 197 | rb-fsevent (~> 0.9, >= 0.9.4) | ||
| 198 | rb-inotify (~> 0.9, >= 0.9.7) | ||
| 199 | ruby_dep (~> 1.2) | ||
| 200 | mercenary (0.3.6) | ||
| 201 | mini_portile2 (2.3.0) | ||
| 202 | minima (2.5.0) | ||
| 203 | jekyll (~> 3.5) | ||
| 204 | jekyll-feed (~> 0.9) | ||
| 205 | jekyll-seo-tag (~> 2.1) | ||
| 206 | minitest (5.11.3) | ||
| 207 | multipart-post (2.0.0) | ||
| 208 | nokogiri (1.8.4) | ||
| 209 | mini_portile2 (~> 2.3.0) | ||
| 210 | octokit (4.9.0) | ||
| 211 | sawyer (~> 0.8.0, >= 0.5.3) | ||
| 212 | pathutil (0.16.1) | ||
| 213 | forwardable-extended (~> 2.6) | ||
| 214 | public_suffix (2.0.5) | ||
| 215 | rb-fsevent (0.10.3) | ||
| 216 | rb-inotify (0.9.10) | ||
| 217 | ffi (>= 0.5.0, < 2) | ||
| 218 | rouge (2.2.1) | ||
| 219 | ruby-enum (0.7.2) | ||
| 220 | i18n | ||
| 221 | ruby_dep (1.5.0) | ||
| 222 | rubyzip (1.2.1) | ||
| 223 | safe_yaml (1.0.4) | ||
| 224 | sass (3.5.7) | ||
| 225 | sass-listen (~> 4.0.0) | ||
| 226 | sass-listen (4.0.0) | ||
| 227 | rb-fsevent (~> 0.9, >= 0.9.4) | ||
| 228 | rb-inotify (~> 0.9, >= 0.9.7) | ||
| 229 | sawyer (0.8.1) | ||
| 230 | addressable (>= 2.3.5, < 2.6) | ||
| 231 | faraday (~> 0.8, < 1.0) | ||
| 232 | terminal-table (1.8.0) | ||
| 233 | unicode-display_width (~> 1.1, >= 1.1.1) | ||
| 234 | thread_safe (0.3.6) | ||
| 235 | typhoeus (1.3.0) | ||
| 236 | ethon (>= 0.9.0) | ||
| 237 | tzinfo (1.2.5) | ||
| 238 | thread_safe (~> 0.1) | ||
| 239 | unicode-display_width (1.4.0) | ||
| 240 | |||
| 241 | PLATFORMS | ||
| 242 | ruby | ||
| 243 | |||
| 244 | DEPENDENCIES | ||
| 245 | github-pages | ||
| 246 | |||
| 247 | BUNDLED WITH | ||
| 248 | 1.16.3 | ||
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cfeab73 --- /dev/null +++ b/Makefile | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | run: | ||
| 2 | bundle exec jekyll serve --incremental | ||
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..988dd95 --- /dev/null +++ b/_config.yml | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | encoding: UTF-8 | ||
| 2 | exclude: | ||
| 3 | - Gemfile | ||
| 4 | - Gemfile.lock | ||
| 5 | #kramdown: | ||
| 6 | # input: GFM | ||
| 7 | # hard_wrap: false | ||
| 8 | #future: true | ||
| 9 | #jailed: false | ||
| 10 | |||
| 11 | #highlighter: rouge | ||
| 12 | markdown: kramdown | ||
| 13 | |||
| 14 | permalink: /:title | ||
| 15 | |||
| 16 | #plugins: | ||
| 17 | #- jekyll-minifier | ||
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..dc281c6 --- /dev/null +++ b/_includes/footer.html | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <footer> | ||
| 2 | @@footer@@ | ||
| 3 | </footer> | ||
diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..7f5c53d --- /dev/null +++ b/_includes/header.html | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <header> | ||
| 2 | @@header@@ | ||
| 3 | </header> | ||
diff --git a/_includes/site.css b/_includes/site.css new file mode 100644 index 0000000..5b49c7f --- /dev/null +++ b/_includes/site.css | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | html, | ||
| 2 | body { | ||
| 3 | margin: 0; | ||
| 4 | padding: 0; | ||
| 5 | } | ||
| 6 | |||
| 7 | body { | ||
| 8 | font-family: 'Times New Roman', Times, serif; | ||
| 9 | font-size: 1em; | ||
| 10 | } | ||
| 11 | |||
| 12 | article, | ||
| 13 | main, | ||
| 14 | footer, | ||
| 15 | header { | ||
| 16 | max-width: 800px; | ||
| 17 | margin: 0 auto; | ||
| 18 | } | ||
| 19 | |||
| 20 | h1 { | ||
| 21 | font-size: 200%; | ||
| 22 | } | ||
| 23 | |||
| 24 | h2 { | ||
| 25 | font-size: 180%; | ||
| 26 | } | ||
| 27 | |||
| 28 | h3 { | ||
| 29 | font-size: 160%; | ||
| 30 | } | ||
| 31 | |||
| 32 | h4 { | ||
| 33 | font-size: 140%; | ||
| 34 | } | ||
| 35 | |||
| 36 | h5 { | ||
| 37 | font-size: 120%; | ||
| 38 | } | ||
| 39 | |||
| 40 | h6 { | ||
| 41 | font-size: 100%; | ||
| 42 | } | ||
diff --git a/_layouts/index.html b/_layouts/index.html new file mode 100644 index 0000000..872cd2e --- /dev/null +++ b/_layouts/index.html | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <meta name="theme-color" content="#000000"> | ||
| 7 | <meta name="description" content="{{ page.description }}"> | ||
| 8 | <title>{{ page.title }}</title> | ||
| 9 | |||
| 10 | <style>{% include site.css %}</style> | ||
| 11 | |||
| 12 | </head> | ||
| 13 | |||
| 14 | <body> | ||
| 15 | |||
| 16 | {% include header.html %} | ||
| 17 | |||
| 18 | <main> | ||
| 19 | |||
| 20 | <ul> | ||
| 21 | {% for post in site.posts %} | ||
| 22 | <li> | ||
| 23 | {{ post.date | date: "%m/%d/%Y" }} | ||
| 24 | <a href="{{ post.url }}">{{ post.title }}</a> | ||
| 25 | </li> | ||
| 26 | {% endfor %} | ||
| 27 | </ul> | ||
| 28 | </main> | ||
| 29 | |||
| 30 | {% include footer.html %} | ||
| 31 | |||
| 32 | </body> | ||
| 33 | |||
| 34 | </html> | ||
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..b3d2fc4 --- /dev/null +++ b/_layouts/page.html | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <meta name="theme-color" content="#000000"> | ||
| 7 | <meta name="description" content="{{ page.description }}"> | ||
| 8 | <title>{{ page.title }}</title> | ||
| 9 | </head> | ||
| 10 | |||
| 11 | <body> | ||
| 12 | |||
| 13 | {% include header.html %} | ||
| 14 | |||
| 15 | <h1>page</h1> | ||
| 16 | |||
| 17 | <article> | ||
| 18 | {{ content }} | ||
| 19 | </article> | ||
| 20 | |||
| 21 | {% include footer.html %} | ||
| 22 | |||
| 23 | </body> | ||
| 24 | |||
| 25 | </html> | ||
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a6936cf --- /dev/null +++ b/_layouts/post.html | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <meta name="theme-color" content="#000000"> | ||
| 7 | <meta name="description" content="{{ page.description }}"> | ||
| 8 | <title>{{ page.title }}</title> | ||
| 9 | </head> | ||
| 10 | |||
| 11 | <body> | ||
| 12 | |||
| 13 | {% include header.html %} | ||
| 14 | |||
| 15 | <h1>post</h1> | ||
| 16 | |||
| 17 | <article> | ||
| 18 | {{ content }} | ||
| 19 | </article> | ||
| 20 | |||
| 21 | {% include footer.html %} | ||
| 22 | |||
| 23 | </body> | ||
| 24 | |||
| 25 | </html> | ||
diff --git a/_posts/2011-12-31-about.md b/_posts/2011-12-31-about.md new file mode 100644 index 0000000..b8ddc9f --- /dev/null +++ b/_posts/2011-12-31-about.md | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | --- | ||
| 2 | layout: post | ||
| 3 | title: "Welcome to Jekyll!" | ||
| 4 | date: 2015-11-17 16:16:01 -0600 | ||
| 5 | categories: | ||
| 6 | --- | ||
| 7 | |||
| 8 | Here is my page and it's awesome. | ||
| 9 | |||
| 10 | ```javascript | ||
| 11 | console.log('asasdasd'); | ||
| 12 | ``` | ||
| 13 | |||
| 14 | ```ruby | ||
| 15 | def show | ||
| 16 | @widget = Widget(params[:id]) | ||
| 17 | respond_to do |format| | ||
| 18 | format.html # show.html.erb | ||
| 19 | format.json { render json: @widget } | ||
| 20 | end | ||
| 21 | end | ||
| 22 | ``` | ||
| 23 | |||
| 24 | --- | ||
| 25 | |||
| 26 | {% highlight ruby %} | ||
| 27 | def show | ||
| 28 | @widget = Widget(params[:id]) | ||
| 29 | respond_to do |format| | ||
| 30 | format.html # show.html.erb | ||
| 31 | format.json { render json: @widget } | ||
| 32 | end | ||
| 33 | end | ||
| 34 | {% endhighlight %} | ||
| @@ -0,0 +1,6 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: "Welcome to Jekyll!" | ||
| 4 | --- | ||
| 5 | |||
| 6 | mein page | ||
diff --git a/index.html b/index.html deleted file mode 100644 index 557db03..0000000 --- a/index.html +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | Hello World | ||
diff --git a/index.md b/index.md new file mode 100644 index 0000000..a9446ba --- /dev/null +++ b/index.md | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | --- | ||
| 2 | title: index | ||
| 3 | description: some new content | ||
| 4 | layout: index | ||
| 5 | --- | ||
| 6 | |||
| 7 | Here is my page and it's awesome. | ||
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b859e08 --- /dev/null +++ b/notes.txt | |||
| @@ -0,0 +1 @@ | |||
| https://devhints.io/jekyll | |||
