-
Notifications
You must be signed in to change notification settings - Fork 3
Add blog #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Add blog #61
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f904552
Init blog
biow0lf 305c8a6
Cleanup
biow0lf 5b27232
Cleanup
biow0lf b7620a5
Update
biow0lf 4411d3e
Update
biow0lf 104dc3e
Update
biow0lf 8728fc3
Update
biow0lf d3cbd9f
Update
biow0lf b76122c
Update
biow0lf d1e7a99
Update
biow0lf 1504a2b
Update
biow0lf 3dd04a7
Update
biow0lf 665a1d9
Update
biow0lf c592605
Update
biow0lf ed40f2c
Update
biow0lf 6836992
Cleanup
biow0lf f3edad6
Cleanup
biow0lf 873b9dc
Update
biow0lf 4a205a9
Update
biow0lf c6e6287
Update
biow0lf 5e90d13
Update
biow0lf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ exclude: | |
| - Gemfile | ||
| - Gemfile.lock | ||
| - bin | ||
| - CNAME | ||
| - lib | ||
| - tmp | ||
| - vendor | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| _site | ||
| .sass-cache | ||
| .jekyll-cache | ||
| .jekyll-metadata | ||
| vendor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 4.0.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| --- | ||
| permalink: /404.html | ||
| layout: page | ||
| --- | ||
|
|
||
| <style type="text/css" media="screen"> | ||
| .container { | ||
| margin: 10px auto; | ||
| max-width: 600px; | ||
| text-align: center; | ||
| } | ||
| h1 { | ||
| margin: 30px 0; | ||
| font-size: 4em; | ||
| line-height: 1; | ||
| letter-spacing: -1px; | ||
| } | ||
| </style> | ||
|
|
||
| <div class="container"> | ||
| <h1>404</h1> | ||
|
|
||
| <p><strong>Page not found :(</strong></p> | ||
| <p>The requested page could not be found.</p> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| source "https://rubygems.org" | ||
|
|
||
| gem "jekyll" | ||
| gem "minima" | ||
|
|
||
| group :jekyll_plugins do | ||
| gem "jekyll-feed" | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,246 @@ | ||
| GEM | ||
| remote: https://rubygems.org/ | ||
| specs: | ||
| addressable (2.9.0) | ||
| public_suffix (>= 2.0.2, < 8.0) | ||
| base64 (0.3.0) | ||
| bigdecimal (4.1.2) | ||
| colorator (1.1.0) | ||
| concurrent-ruby (1.3.6) | ||
| csv (3.3.5) | ||
| em-websocket (0.5.3) | ||
| eventmachine (>= 0.12.9) | ||
| http_parser.rb (~> 0) | ||
| eventmachine (1.2.7) | ||
| ffi (1.17.4) | ||
| ffi (1.17.4-aarch64-linux-gnu) | ||
| ffi (1.17.4-aarch64-linux-musl) | ||
| ffi (1.17.4-arm-linux-gnu) | ||
| ffi (1.17.4-arm-linux-musl) | ||
| ffi (1.17.4-arm64-darwin) | ||
| ffi (1.17.4-x86-linux-gnu) | ||
| ffi (1.17.4-x86-linux-musl) | ||
| ffi (1.17.4-x86_64-darwin) | ||
| ffi (1.17.4-x86_64-linux-gnu) | ||
| ffi (1.17.4-x86_64-linux-musl) | ||
| forwardable-extended (2.6.0) | ||
| google-protobuf (4.35.0) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-aarch64-linux-gnu) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-aarch64-linux-musl) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-arm64-darwin) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-x86-linux-gnu) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-x86-linux-musl) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-x86_64-darwin) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-x86_64-linux-gnu) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| google-protobuf (4.35.0-x86_64-linux-musl) | ||
| bigdecimal | ||
| rake (~> 13.3) | ||
| http_parser.rb (0.8.1) | ||
| i18n (1.14.8) | ||
| concurrent-ruby (~> 1.0) | ||
| jekyll (4.4.1) | ||
| addressable (~> 2.4) | ||
| base64 (~> 0.2) | ||
| colorator (~> 1.0) | ||
| csv (~> 3.0) | ||
| em-websocket (~> 0.5) | ||
| i18n (~> 1.0) | ||
| jekyll-sass-converter (>= 2.0, < 4.0) | ||
| jekyll-watch (~> 2.0) | ||
| json (~> 2.6) | ||
| kramdown (~> 2.3, >= 2.3.1) | ||
| kramdown-parser-gfm (~> 1.0) | ||
| liquid (~> 4.0) | ||
| mercenary (~> 0.3, >= 0.3.6) | ||
| pathutil (~> 0.9) | ||
| rouge (>= 3.0, < 5.0) | ||
| safe_yaml (~> 1.0) | ||
| terminal-table (>= 1.8, < 4.0) | ||
| webrick (~> 1.7) | ||
| jekyll-feed (0.17.0) | ||
| jekyll (>= 3.7, < 5.0) | ||
| jekyll-sass-converter (3.1.0) | ||
| sass-embedded (~> 1.75) | ||
| jekyll-seo-tag (2.9.0) | ||
| jekyll (>= 3.8, < 5.0) | ||
| jekyll-watch (2.2.1) | ||
| listen (~> 3.0) | ||
| json (2.19.8) | ||
| kramdown (2.5.2) | ||
| rexml (>= 3.4.4) | ||
| kramdown-parser-gfm (1.1.0) | ||
| kramdown (~> 2.0) | ||
| liquid (4.0.4) | ||
| listen (3.10.0) | ||
| logger | ||
| rb-fsevent (~> 0.10, >= 0.10.3) | ||
| rb-inotify (~> 0.9, >= 0.9.10) | ||
| logger (1.7.0) | ||
| mercenary (0.4.0) | ||
| minima (2.5.2) | ||
| jekyll (>= 3.5, < 5.0) | ||
| jekyll-feed (~> 0.9) | ||
| jekyll-seo-tag (~> 2.1) | ||
| pathutil (0.16.2) | ||
| forwardable-extended (~> 2.6) | ||
| public_suffix (7.0.5) | ||
| rake (13.4.2) | ||
| rb-fsevent (0.11.2) | ||
| rb-inotify (0.11.1) | ||
| ffi (~> 1.0) | ||
| rexml (3.4.4) | ||
| rouge (4.7.0) | ||
| safe_yaml (1.0.5) | ||
| sass-embedded (1.100.0) | ||
| google-protobuf (~> 4.31) | ||
| rake (>= 13) | ||
| sass-embedded (1.100.0-aarch64-linux-android) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-aarch64-linux-gnu) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-aarch64-linux-musl) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-arm-linux-androideabi) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-arm-linux-gnueabihf) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-arm-linux-musleabihf) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-arm64-darwin) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-riscv64-linux-android) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-riscv64-linux-gnu) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-riscv64-linux-musl) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-x86_64-darwin) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-x86_64-linux-android) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-x86_64-linux-gnu) | ||
| google-protobuf (~> 4.31) | ||
| sass-embedded (1.100.0-x86_64-linux-musl) | ||
| google-protobuf (~> 4.31) | ||
| terminal-table (3.0.2) | ||
| unicode-display_width (>= 1.1.1, < 3) | ||
| unicode-display_width (2.6.0) | ||
| webrick (1.9.2) | ||
|
|
||
| PLATFORMS | ||
| aarch64-linux-android | ||
| aarch64-linux-gnu | ||
| aarch64-linux-musl | ||
| arm-linux-androideabi | ||
| arm-linux-gnu | ||
| arm-linux-gnueabihf | ||
| arm-linux-musl | ||
| arm-linux-musleabihf | ||
| arm64-darwin | ||
| riscv64-linux-android | ||
| riscv64-linux-gnu | ||
| riscv64-linux-musl | ||
| ruby | ||
| x86-linux-gnu | ||
| x86-linux-musl | ||
| x86_64-darwin | ||
| x86_64-linux-android | ||
| x86_64-linux-gnu | ||
| x86_64-linux-musl | ||
|
|
||
| DEPENDENCIES | ||
| jekyll | ||
| jekyll-feed | ||
| minima | ||
|
|
||
| CHECKSUMS | ||
| addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af | ||
| base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b | ||
| bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd | ||
| bundler (4.0.13) sha256=19f08be7f27022cf0b89f27da0b044ae075e8270a9ef44ad248a932614e1ca3b | ||
| colorator (1.1.0) sha256=e2f85daf57af47d740db2a32191d1bdfb0f6503a0dfbc8327d0c9154d5ddfc38 | ||
| concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab | ||
| csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f | ||
| em-websocket (0.5.3) sha256=f56a92bde4e6cb879256d58ee31f124181f68f8887bd14d53d5d9a292758c6a8 | ||
| eventmachine (1.2.7) sha256=994016e42aa041477ba9cff45cbe50de2047f25dd418eba003e84f0d16560972 | ||
| ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf | ||
| ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df | ||
| ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39 | ||
| ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564 | ||
| ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95 | ||
| ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b | ||
| ffi (1.17.4-x86-linux-gnu) sha256=38e150df5f4ca555e25beca4090823ae09657bceded154e3c52f8631c1ed72cf | ||
| ffi (1.17.4-x86-linux-musl) sha256=fbeec0fc7c795bcf86f623bb18d31ea1820f7bd580e1703a3d3740d527437809 | ||
| ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496 | ||
| ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d | ||
| ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e | ||
| forwardable-extended (2.6.0) sha256=1bec948c469bbddfadeb3bd90eb8c85f6e627a412a3e852acfd7eaedbac3ec97 | ||
| google-protobuf (4.35.0) sha256=95346162c792ed78c9a28cbf2d937a53f706de6df36a27471582f63f03c30c0d | ||
| google-protobuf (4.35.0-aarch64-linux-gnu) sha256=2cabd61b420918aec1564f9f7414e455bf922d20c5f8139d62783df5558a7aea | ||
| google-protobuf (4.35.0-aarch64-linux-musl) sha256=f6b11f3420a4564f68e8233c95eac6924f6a727dfc2f81a56af2e09add551501 | ||
| google-protobuf (4.35.0-arm64-darwin) sha256=66ab26d3fc82b8950702e53ab16c198e3c0ea3f2a38aaaf1f32152da45593ac5 | ||
| google-protobuf (4.35.0-x86-linux-gnu) sha256=7a5b5681c7d7bf28e1a6e285e45bf55c4ef47b7b1ca8af6ff79964255efece9a | ||
| google-protobuf (4.35.0-x86-linux-musl) sha256=f481b63b176c0335db8b50e46f033c0956857a599d9feafdd891a5c18ce28d43 | ||
| google-protobuf (4.35.0-x86_64-darwin) sha256=05eb5c8bc9899135befff496fc0a3642e7ff3d0943f043841dcc456f5654fea0 | ||
| google-protobuf (4.35.0-x86_64-linux-gnu) sha256=999226f3b00cd9fddb1b26851d16060212fa1d90c406aaad47e574682b716059 | ||
| google-protobuf (4.35.0-x86_64-linux-musl) sha256=be0218520d77b2aee898b363514b03819f6f63f9c041ae0d0d79b4ce5247bffd | ||
| http_parser.rb (0.8.1) sha256=9ae8df145b39aa5398b2f90090d651c67bd8e2ebfe4507c966579f641e11097a | ||
| i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5 | ||
| jekyll (4.4.1) sha256=4c1144d857a5b2b80d45b8cf5138289579a9f8136aadfa6dd684b31fe2bc18c1 | ||
| jekyll-feed (0.17.0) sha256=689aab16c877949bb9e7a5c436de6278318a51ecb974792232fd94d8b3acfcc3 | ||
| jekyll-sass-converter (3.1.0) sha256=83925d84f1d134410c11d0c6643b0093e82e3a3cf127e90757a85294a3862443 | ||
| jekyll-seo-tag (2.9.0) sha256=0260015a8e1df9bf195cdfb0c675b7b2883fd8cbf12556e1c1cbe36a831c6852 | ||
| jekyll-watch (2.2.1) sha256=bc44ed43f5e0a552836245a54dbff3ea7421ecc2856707e8a1ee203a8387a7e1 | ||
| json (2.19.8) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa | ||
| kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa | ||
| kramdown-parser-gfm (1.1.0) sha256=fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729 | ||
| liquid (4.0.4) sha256=4fcfebb1a045e47918388dbb7a0925e7c3893e58d2bd6c3b3c73ec17a2d8fdb3 | ||
| listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2 | ||
| logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203 | ||
| mercenary (0.4.0) sha256=b25a1e4a59adca88665e08e24acf0af30da5b5d859f7d8f38fba52c28f405138 | ||
| minima (2.5.2) sha256=9c434e3b7bc4a0f0ab488910438ed3757a0502ff1060d172f361907fc38aa45a | ||
| pathutil (0.16.2) sha256=e43b74365631cab4f6d5e4228f812927efc9cb2c71e62976edcb252ee948d589 | ||
| public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623 | ||
| rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701 | ||
| rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe | ||
| rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e | ||
| rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142 | ||
| rouge (4.7.0) sha256=dba5896715c0325c362e895460a6d350803dbf6427454f49a47500f3193ea739 | ||
| safe_yaml (1.0.5) sha256=a6ac2d64b7eb027bdeeca1851fe7e7af0d668e133e8a88066a0c6f7087d9f848 | ||
| sass-embedded (1.100.0) sha256=b7d4831f304be5ba8717b2a1307644164b63dc158113a67f469e90578d3fc092 | ||
| sass-embedded (1.100.0-aarch64-linux-android) sha256=9603e1c26bea0396e849e3c3bb75b6843a43bae7a32c580084fd6c64260d9ef8 | ||
| sass-embedded (1.100.0-aarch64-linux-gnu) sha256=c13187f8eaae7e7e64246b18eb896534a84465a17198829ef65730db4662860e | ||
| sass-embedded (1.100.0-aarch64-linux-musl) sha256=1b0945a66cd4e40f505db73b1e790e2561e07e6d9fd04ef6ebbf279835666b3f | ||
| sass-embedded (1.100.0-arm-linux-androideabi) sha256=9948122504b69e20dc82a3b8fc20b3a61ea58a4713a713f64630b4c9a36f11e1 | ||
| sass-embedded (1.100.0-arm-linux-gnueabihf) sha256=a2de272bb02977ea91acaf3fecb6d8e09e4989501efbfc5375da4b5e7bff001d | ||
| sass-embedded (1.100.0-arm-linux-musleabihf) sha256=ce19837c10bab5ae6785f10b435a57a64ca027a99875cd701dc6fd3af317cbe5 | ||
| sass-embedded (1.100.0-arm64-darwin) sha256=d294b32c3b7bed293ad39bd392713c07f1df5454e65fa0f8d80dadbdba8a0cf4 | ||
| sass-embedded (1.100.0-riscv64-linux-android) sha256=148669225f027eeedea0a27e474dc69448567c030c56792114894f55a68af38e | ||
| sass-embedded (1.100.0-riscv64-linux-gnu) sha256=880ff1fca280b45b4d223366606aa634177adf38e793ad521426be7ad70a1ef2 | ||
| sass-embedded (1.100.0-riscv64-linux-musl) sha256=a8568d17343dcf0278d48b2efb4b3490ebe3ba0279ec4d69753e8ce4fd0614fa | ||
| sass-embedded (1.100.0-x86_64-darwin) sha256=3db80c837a60712de3461d5aa1be43c7056a0584d7182a8ae7a8996d64ab46d3 | ||
| sass-embedded (1.100.0-x86_64-linux-android) sha256=1600dbddf82c83344a5bc2a5e163081efdf15661f782922603574328888cd2cc | ||
| sass-embedded (1.100.0-x86_64-linux-gnu) sha256=58dd0a8a4f0dd78881b90d8b0e4d0eed042d54865b19b71384d91091ade93e18 | ||
| sass-embedded (1.100.0-x86_64-linux-musl) sha256=03dbee81bf93e770c725caf0c895e04c7b049ebef56b8a7002fcf21e6bedf7c5 | ||
| terminal-table (3.0.2) sha256=f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91 | ||
| unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a | ||
| webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131 | ||
|
|
||
| BUNDLED WITH | ||
| 4.0.13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # 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: Errbit Blog | ||
| email: igor.zubkov@gmail.com | ||
| description: >- # this means to ignore newlines until "baseurl:" | ||
| Updates from Errbit, the open source error catcher you can host | ||
| yourself. Follow along for new releases, project news, and practical | ||
| guides for tracking errors in your apps. | ||
| baseurl: "/blog" # the subpath of your site, e.g. /blog | ||
| url: "https://errbit.com" # the base hostname & protocol for your site, e.g. http://example.com | ||
| # twitter_username: jekyllrb | ||
| # github_username: jekyll | ||
|
|
||
| # Build settings | ||
| theme: minima | ||
| plugins: | ||
| - jekyll-feed | ||
|
|
||
| # 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/ |
Empty file.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.