diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 264717b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: ruby -rvm: - - 2.3.3 - -install: - - bundle install -script: - - bundle exec jekyll build - - rake check - -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - -sudo: false # route your build to the container-based infrastructure for a faster build diff --git a/404.html b/404.html new file mode 100644 index 0000000..3969180 --- /dev/null +++ b/404.html @@ -0,0 +1,24 @@ +--- +layout: page +--- + + + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
diff --git a/404.md b/404.md deleted file mode 100644 index 3e6b7b1..0000000 --- a/404.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: content -title: "404: Page not found" ---- - -Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again. - diff --git a/CNAME b/CNAME deleted file mode 100644 index 13be74a..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -speice.io \ No newline at end of file diff --git a/Gemfile b/Gemfile index c48f30d..3031ef3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,29 @@ source "https://rubygems.org" -gem "jekyll", "3.4.3" -gem "html-proofer" -gem "rb-fsevent", "0.9.8" -gem "jgd", "1.11" +# 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. +# Happy Jekylling! +gem "jekyll", "~> 3.8.3" +gem "texture" + +# 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-livereload' + gem "jekyll-feed", "~> 0.6" + gem "jekyll-remote-theme" end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0" if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index a4e8ef0..40a5613 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,84 +4,75 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) + concurrent-ruby (1.1.6) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) - eventmachine (1.2.5) - ffi (1.11.3) + eventmachine (1.2.7) + ffi (1.12.2) forwardable-extended (2.6.0) - html-proofer (3.14.1) - addressable (~> 2.3) - mercenary (~> 0.3) - nokogiri (~> 1.10) - parallel (~> 1.3) - rainbow (~> 3.0) - typhoeus (~> 1.3) - yell (~> 2.0) http_parser.rb (0.6.0) - jekyll (3.4.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.8.6) addressable (~> 2.4) colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (~> 1.7) + rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-livereload (0.2.2) - em-websocket (~> 0.5) - jekyll (~> 3.0) + jekyll-feed (0.13.0) + jekyll (>= 3.7, < 5.0) + jekyll-remote-theme (0.4.2) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-watch (1.5.1) + jekyll-seo-tag (2.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) listen (~> 3.0) - jgd (1.11) - jekyll (>= 1.5.1) - trollop (= 2.1.2) - kramdown (1.16.2) - liquid (3.0.6) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + kramdown (1.17.0) + liquid (4.0.3) + listen (3.2.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.4.0) - nokogiri (1.10.5) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - pathutil (0.16.1) + pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.1) - rainbow (3.0.0) - rb-fsevent (0.9.8) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (1.11.1) - ruby_dep (1.5.0) - safe_yaml (1.0.4) - sass (3.5.5) + public_suffix (4.0.4) + rb-fsevent (0.10.3) + rb-inotify (0.10.1) + ffi (~> 1.0) + rouge (3.17.0) + rubyzip (2.3.0) + safe_yaml (1.0.5) + sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - trollop (2.1.2) - typhoeus (1.3.1) - ethon (>= 0.9.0) - yell (2.2.0) + texture (0.3) + jekyll (~> 3.7) + jekyll-seo-tag (~> 2.1) PLATFORMS ruby DEPENDENCIES - html-proofer - jekyll (= 3.4.3) - jekyll-livereload - jgd (= 1.11) - rb-fsevent (= 0.9.8) + jekyll (~> 3.8.3) + jekyll-feed (~> 0.6) + jekyll-remote-theme + texture + tzinfo-data BUNDLED WITH 1.17.3 diff --git a/LICENSE b/LICENSE deleted file mode 100644 index c9f7ed1..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017 Mike JS. Choi - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/README.md b/README.md deleted file mode 100644 index e3d84ce..0000000 --- a/README.md +++ /dev/null @@ -1,63 +0,0 @@ -

- -

- A minimalistic Jekyll Theme -
-
- - -

-

-
- -Paper is a minimal Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. The styling is purposely minimalistic so that you can add your own flare to the website. - -Live demo of the theme can be seen [here](https://deadbeef.me/paper-jekyll-theme/). I'm also currently using this theme on my [personal blog](https://www.deadbeef.me). - -## Features -- Compatible with Jekyll 3.x and **Github Pages** -- Live local reloading for faster development -- **Responsive layout** built-in -- Supports Jekyll's built-in Sass/SCSS preprocessor -- Supports **Google Analytics** -- Supports **Disqus** for commenting -- Minimum Dependencies -- Rakefile for automation - - `rake check` - Check links/html files of the generated site - - `rake clean` - Clean up generated site - - `rake post` - Begin a new post in `./_posts` - - `rake preview` - Preview with livereload on local machine - -## Usage -``` -git clone https://github.com/mkchoi212/paper-jekyll-theme.git -bundle install -rake preview -``` - -Then, go to your favorite brower and type in the address `http://127.0.0.1:YOUR_PORT_NUM_HERE` to preview your website. - -### Customization -To customize various details - title/description of the website, your SNS accout names, etc - edit the `_config.yml` file. - -### Adding posts -``` -rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"] -``` -This will create a markdown file in the default folder where all posts are stored in Jekyll; `_post`. - -If you wish to **change the directory where posts are saved**, go to the `Rakefile` and edit the `CONFIG = { 'posts': CUSTOM_PATH_HERE }`. This will allow `rake post` to know where to save the new posts to. - -The **drafts** you are working on can be saved in the `_drafts` directory. When you push your code to the server, files in this directory will NOT be included to the list o posts. - -# License -The MIT License (MIT) - -Copyright (c) 2017 Mike JS. Choi - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/Rakefile b/Rakefile deleted file mode 100644 index dbde40c..0000000 --- a/Rakefile +++ /dev/null @@ -1,118 +0,0 @@ - -# -## Customize post location and post extensions -# - -baseurl = `cat ./_config.yml | awk '/baseurl/ { print $2 }' | sed 's/\"//g'` - -SOURCE = "." -CONFIG = { - 'posts' => File.join(SOURCE, "_posts"), - 'post_ext' => "md", - 'theme_package_version' => "0.1.0" -} - -# -## Color console outout support just because :D -# -module Colors - def colorize(text, color_code) - "\033[#{color_code}m#{text}\033[0m" - end - - { - :black => 30, - :red => 31, - :green => 32, - :yellow => 33, - :blue => 34, - :cyan => 36, - }.each do |key, color_code| - define_method key do |text| - colorize(text, color_code) - end - end -end -include Colors - -# -## Just typing `rake` will invoke `rake preview` -# -task :default => :preview -load '_rake-configuration.rb' if File.exist?('_rake-configuration.rb') - -desc 'Preview with livereload on local machine' -task :preview => :clean do - puts green "Starting livereload server" - jekyll('serve -L --drafts') -end -task :serve => :preview - -desc 'Clean up generated site' -task :clean do - cleanup -end - -desc 'Check links for generated site' -task :check do - STDOUT.sync = true - cleanup - jekyll("build -d _site#{baseurl}") - puts cyan "Running html proofer..." - puts `htmlproofer --assume-extension --alt-ignore '/.*/' ./_site` -end - -desc 'Deploy site' -task :deploy do - sh 'jgd -b deploy' -end - -# Usage: rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"] -desc "Begin a new post in #{CONFIG['posts']}" -task :post do - abort("rake aborted: '#{CONFIG['posts']}' directory not found.") unless FileTest.directory?(CONFIG['posts']) - title = ENV["title"] || "new-post" - tags = ENV["tags"] || "[]" - category = ENV["category"] || "" - category = "\"#{category.gsub(/-/,' ')}\"" if !category.empty? - slug = title.downcase.strip.gsub(' ', '-').gsub(/[^\w-]/, '') - begin - date = (ENV['date'] ? Time.parse(ENV['date']) : Time.now).strftime('%Y-%m-%d') - rescue => e - puts red "Error - date format must be YYYY-MM-DD, please check you typed it correctly!" - exit -1 - end - filename = File.join(CONFIG['posts'], "#{date}-#{slug}.#{CONFIG['post_ext']}") - if File.exist?(filename) - abort("rake aborted!") if ask("#{filename} already exists. Do you want to overwrite?", ['y', 'n']) == 'n' - end - - puts cyan "Creating new post: #{filename}" - open(filename, 'w') do |post| - post.puts "---" - post.puts "layout: post" - post.puts "title: \"#{title.gsub(/-/,' ')}\"" - post.puts 'description: ""' - post.puts "category: #{category}" - post.puts "tags: #{tags}" - post.puts "---" - post.puts "{% include JB/setup %}" - end -end # task :post - -# -## General support functions -# - -def cleanup - sh 'rm -rf _site' -end - -def jekyll(directives = '') - sh 'jekyll ' + directives -end - -def rake_running - `ps | grep 'rake' | grep -v 'grep' | wc -l`.to_i > 1 -end - diff --git a/_config.yml b/_config.yml index 7d8612b..9f9c8cd 100644 --- a/_config.yml +++ b/_config.yml @@ -1,26 +1,44 @@ +# 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. + # Site settings -title: "speice.io" -description: "The Old Speice Guy" - -author: Bradlee Speice +# 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: speice.io +description: The Old Speice Guy email: bradlee@speice.io -twitter_username: -github_username: - baseurl: "" # the subpath of your site, e.g. /blog -url: "https://speice.io" # the base hostname & protocol for your site - -google_analytics_id: -disqus_id: -isso_url: "https://comments.speice.io/" +url: "https://speice.io/" # the base hostname & protocol for your site, e.g. http://example.com +github_username: bspeice # Build settings -include: [_pages] markdown: kramdown +# theme: texture +remote_theme: thelehhman/texture +plugins: + - jekyll-feed + - jekyll-remote-theme + +include: [_pages] permalink: /:year/:month/:title.html -sass: - style: compressed - -exclude: [vendor] - +# Exclude from processing. +# The following items will not be processed, by default. Create a custom list +# to override the default setting. +# exclude: +# - Gemfile +# - Gemfile.lock +# - node_modules +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_includes/analytics.html b/_includes/analytics.html deleted file mode 100644 index bd289d3..0000000 --- a/_includes/analytics.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if site.google_analytics_id %} - -{% endif %} diff --git a/_includes/disqus.html b/_includes/disqus.html deleted file mode 100644 index d2eb891..0000000 --- a/_includes/disqus.html +++ /dev/null @@ -1,17 +0,0 @@ - - diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 5e83489..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html index 5fb426e..ec0f85d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,12 +1,7 @@ - - - - - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} - - - - - - - + + + + + +{{ page.title | default: site.title }} +{% seo %} \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 52b39e0..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,11 +0,0 @@ -
-

{{ site.title}}

- {% if page.title == 'Home' %} -

{{ site.description }}

- {% endif %} -

- Home Projects AboutRSS -

-
diff --git a/_includes/isso.html b/_includes/isso.html deleted file mode 100644 index 7707848..0000000 --- a/_includes/isso.html +++ /dev/null @@ -1,5 +0,0 @@ - - - -
diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..2b2b35d --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/_includes/page_header.html b/_includes/page_header.html new file mode 100644 index 0000000..e486090 --- /dev/null +++ b/_includes/page_header.html @@ -0,0 +1,15 @@ +
+

{{ site.title }}

+

{{ site.description }}

+ +
\ No newline at end of file diff --git a/_layouts/content.html b/_layouts/content.html deleted file mode 100644 index 14f4a64..0000000 --- a/_layouts/content.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: page ---- -
-
-

{{ page.title }}

-
-
- {{ content }} -
- -
diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 8ff3aef..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,12 +0,0 @@ - - - {% include head.html %} - -
- {{ content }} -
- {% if jekyll.environment == 'production' %} - {% include analytics.html %} - {% endif %} - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 8d495a1..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default ---- -
- {% include header.html %} -
- {{ content }} -
- {% include footer.html %} -
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 6b93989..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: page ---- -
-
-

{{ page.title }}

-
-

{{ page.description }}

-

-
- - -
- {{ content }} -
- - - - {% if page.comments != false and site.disqus_id %} -
-
- {% include disqus.html %} -
- {% endif %} -
diff --git a/_pages/about.md b/_pages/about.md index 699dc7d..3bbc04a 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -1,5 +1,5 @@ --- -layout: content +layout: page title: About permalink: /about/ --- diff --git a/_pages/projects.md b/_pages/projects.md index 9049540..b477294 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -1,5 +1,5 @@ --- -layout: content +layout: page title: Projects permalink: /projects/ --- diff --git a/_posts/2019-06-31-high-performance-systems.md b/_posts/2019-06-31-high-performance-systems.md index 2100dcb..881e512 100644 --- a/_posts/2019-06-31-high-performance-systems.md +++ b/_posts/2019-06-31-high-performance-systems.md @@ -48,7 +48,7 @@ Even though everyone has different needs, there are still common things to look - [In Python](https://rushter.com/blog/python-garbage-collector/), individual objects are collected if the reference count reaches 0, and each generation is collected if `num_alloc - num_dealloc > gc_threshold` whenever an allocation happens. The GIL is acquired for the duration of generational collection. - Java has [many](https://docs.oracle.com/en/java/javase/12/gctuning/parallel-collector1.html#GUID-DCDD6E46-0406-41D1-AB49-FB96A50EB9CE) [different](https://docs.oracle.com/en/java/javase/12/gctuning/garbage-first-garbage-collector.html#GUID-ED3AB6D3-FD9B-4447-9EDF-983ED2F7A573) [collection](https://docs.oracle.com/en/java/javase/12/gctuning/garbage-first-garbage-collector-tuning.html#GUID-90E30ACA-8040-432E-B3A0-1E0440AB556A) [algorithms](https://docs.oracle.com/en/java/javase/12/gctuning/z-garbage-collector1.html#GUID-A5A42691-095E-47BA-B6DC-FB4E5FAA43D0) to choose from, each with different characteristics. The default algorithms (Parallel GC in Java 8, G1 in Java 9) freeze the JVM while collecting, while more recent algorithms ([ZGC](https://wiki.openjdk.java.net/display/zgc) and [Shenandoah](https://wiki.openjdk.java.net/display/shenandoah)) are designed to keep "stop the world" to a minimum by doing collection work in parallel. -**Allocation**: Every language has a different way of interacting with "heap" memory, but the principle is the same: running the allocator to allocate/deallocate memory takes time that can often be put to better use. Understanding when your language interacts with the allocator is crucial, and not always obvious. For example: C++ and Rust don't allocate heap memory for iterators, but Java does (meaning potential GC pauses). Take time to understand heap behavior (I made a [a guide for Rust](https://speice.io/2019/02/understanding-allocations-in-rust.html)), and look into alternative allocators ([jemalloc](http://jemalloc.net/), [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html)) that might run faster than the operating system default. +**Allocation**: Every language has a different way of interacting with "heap" memory, but the principle is the same: running the allocator to allocate/deallocate memory takes time that can often be put to better use. Understanding when your language interacts with the allocator is crucial, and not always obvious. For example: C++ and Rust don't allocate heap memory for iterators, but Java does (meaning potential GC pauses). Take time to understand heap behavior (I made a [a guide for Rust](/2019/02/understanding-allocations-in-rust.html)), and look into alternative allocators ([jemalloc](http://jemalloc.net/), [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html)) that might run faster than the operating system default. **Data Layout**: How your data is arranged in memory matters; [data-oriented design](https://www.youtube.com/watch?v=yy8jQgmhbAU) and [cache locality](https://www.youtube.com/watch?v=2EWejmkKlxs&feature=youtu.be&t=1185) can have huge impacts on performance. The C family of languages (C, value types in C#, C++) and Rust all have guarantees about the shape every object takes in memory that others (e.g. Java and Python) can't make. [Cachegrind](http://valgrind.org/docs/manual/cg-manual.html) and kernel [perf](https://perf.wiki.kernel.org/index.php/Main_Page) counters are both great for understanding how performance relates to memory layout. diff --git a/_posts/2019-12-14-release-the-gil.md b/_posts/2019-12-14-release-the-gil.md index ae5e94c..927bb69 100644 --- a/_posts/2019-12-14-release-the-gil.md +++ b/_posts/2019-12-14-release-the-gil.md @@ -6,9 +6,9 @@ category: tags: [python] --- -Complaining about the [Global Interpreter Lock](https://wiki.python.org/moin/GlobalInterpreterLock)(GIL) seems like a rite of passage for Python developers. It's easy to criticize a design decision made before multi-core CPU's were widely available, but the fact that it's still around indicates that it generally works [Good](https://wiki.c2.com/?PrematureOptimization) [Enough](https://wiki.c2.com/?YouArentGonnaNeedIt). Besides, there are simple and effective workarounds; it's not hard to start a [new process](https://docs.python.org/3/library/multiprocessing.html) and use message passing to synchronize code running in parallel. +Complaining about the [Global Interpreter Lock](https://wiki.python.org/moin/GlobalInterpreterLock) (GIL) seems like a rite of passage for Python developers. It's easy to criticize a design decision made before multi-core CPU's were widely available, but the fact that it's still around indicates that it generally works [Good](https://wiki.c2.com/?PrematureOptimization) [Enough](https://wiki.c2.com/?YouArentGonnaNeedIt). Besides, there are simple and effective workarounds; it's not hard to start a [new process](https://docs.python.org/3/library/multiprocessing.html) and use message passing to synchronize code running in parallel. -Still, wouldn't it be nice to have more than a single active interpreter thread? In an age of asynchronicity and $M:N$ threading, Python seems lacking. The ideal scenario is to take advantage of both Python's productivity and the modern CPU's parallel capabilities. +Still, wouldn't it be nice to have more than a single active interpreter thread? In an age of asynchronicity and *M:N* threading, Python seems lacking. The ideal scenario is to take advantage of both Python's productivity and the modern CPU's parallel capabilities. Presented below are two strategies for releasing the GIL's icy grip without giving up on what makes Python a nice language to start with. Bear in mind: these are just the tools, no claim is made about whether it's a good idea to use them. Very often, unlocking the GIL is an [XY problem](https://en.wikipedia.org/wiki/XY_problem); you want application performance, and the GIL seems like an obvious bottleneck. Remember that any gains from running code in parallel come at the expense of project complexity; messing with the GIL is ultimately messing with Python's memory model. @@ -71,7 +71,6 @@ _ = cython_gil(N); >
 > CPU times: user 365 ms, sys: 0 ns, total: 365 ms
-> 
 > Wall time: 372 ms
 > 
diff --git a/_sass/base/_reset.scss b/_sass/base/_reset.scss deleted file mode 100644 index 5b95d15..0000000 --- a/_sass/base/_reset.scss +++ /dev/null @@ -1,174 +0,0 @@ -/* ========================================================================== - Reset - ========================================================================== */ - -/* Reset Modified from Normalize.css */ - -/* Base Reset */ - -* { - margin: 0; - padding: 0; -} - -*, *:before, *:after { box-sizing: inherit; } - - -html { - min-height: 100%; - box-sizing: border-box; - -webkit-tap-highlight-color: transparent; - font-size: 62.5%; // Make it easy to calculate rems to px -} - -body { - @include ff--sans-serif(400); - -webkit-font-smoothing: antialiased; - overflow-x: hidden; -} - -article, -aside, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section { - display: block; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: 400; - color: $c-base__02; -} - - -/* Media */ -audio, canvas, progress, video { - display: inline-block; - vertical-align: baseline; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -/* Images */ - -[hidden], template { display: none; } - -img { - max-width: 100%; - font-style: italic; - vertical-align: middle; - border: 0; -} - -svg:not(:root) { overflow: hidden; } - -svg { - pointer-events: none; - max-height: 100% -} - -.center { - text-align: center; -} - -/* Links */ - -a { - color: $c-accent__blue; - background-color: transparent; - text-decoration: none; - - position: relative; - display: inline-block; - padding: 1px 1px; - transition: color ease 0.3s; - - /* Hover animation effect for all buttons */ - &::after { - content: ''; - position: absolute; - z-index: -1; - width: 100%; - height: 0%; - left: 0; - bottom: 0; - background-color: $c-accent__blue; - transition: all ease 0.3s; - } - - &:hover { - color: white; - border-bottom-style: solid; - &::after { - height: 100%; - } - } - -} - -/* Override hover animation with no-hov class */ -a.no-hov { - &:after { - content: none - } - - &:hover { - color: $c-accent__darkblue - } -} - -a.nav { - padding: 10px 35px; - overflow:hidden; -} -a.nav:before { - font-family: FontAwesome; - content:"\f07a"; - position: absolute; - top: 11px; - left: -30px; - transition: all 200ms ease; -} - -abbr[title] { border-bottom: 1px dotted; } -b, strong { font-weight: bold; } -i, em { font-weight: italic; } - -/* Content */ - -figure { - margin: 0; -} - - -hr { - margin-top: 2.5rem; - margin-bottom: 2.5rem; - width: 100%; - height: 1px; - border: 0; - background: #EFF1F3; -} - -/* Code Blocks */ - -pre { overflow: auto; } - -small { - color: gray; -} - diff --git a/_sass/components/_archives.scss b/_sass/components/_archives.scss deleted file mode 100644 index 9f32dc8..0000000 --- a/_sass/components/_archives.scss +++ /dev/null @@ -1,54 +0,0 @@ -/* ========================================================================== - Archives - ========================================================================== */ - -.c-archives { - margin-bottom: 10rem; -} - -.c-archives__year { - margin-bottom: 2.5rem; - @include fs--heading-1; -} - -.c-archives__list { - margin-bottom: 2.5rem; - list-style: none; -} - -.c-archives__item { - padding-top: 2.5rem; - padding-bottom: 2.5rem; - border-top: 1px solid #EFF1F3; - @media screen and (min-width: $bp__sm) { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - - h3 { - @include fs--body; - } - - p { - @include fs--body; - color: #515862; - } - - a { - border-bottom-style: none; - } -} - diff --git a/_sass/components/_article.scss b/_sass/components/_article.scss deleted file mode 100644 index 46979ca..0000000 --- a/_sass/components/_article.scss +++ /dev/null @@ -1,163 +0,0 @@ -/* ========================================================================== - Article - ========================================================================== */ - -.c-article { - margin-bottom: 10rem; // 100px -} - -.c-article__header { - margin-bottom: 2rem; // 50px - @media screen and (min-width: $bp__sm) { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: baseline; - -webkit-align-items: baseline; - -ms-flex-align: baseline; - align-items: baseline; - } -} - -.c-article__title { - @include fs--heading-1; - color: $c-base__02; -} - -.c-article__description { - @include fs--heading-2; - color: $c-base__01; -} - -.c-article__time { - @include fs--body; - color: $c-base__01; -} - -.c-article__main { - margin-bottom: 5rem; // 50px - @include fs--body; - color: $c-base__01; - - > * { - margin-bottom: 1.8rem; // 18px - } - - h2 { - @include fs--heading-2; - } - - h3 { - @include fs--heading-3; - } - - h4 { - @include fs--heading-4; - } - - h5 { - @include fs--body; - } - - strong { - color: $c-base__02; - font-weight: 700; - } - - blockquote { - margin-left: 0; - margin-right: 0; - padding-left: 1.8rem; // 18px - border-left: 5px solid #ccc; - } - - ul, - ol { - margin-left: 2.1rem; - } - - li { - margin-top: 1em; - } - - .web-container { - position: relative; - width: 100%; - max-width: 100%; - height: 0; - padding-bottom: 62.5%; - border: 1px solid #cacaca; - overflow: hidden; - } - - .web-container iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - max-width: 100%; - height: 100%; - } - - a { - border-bottom-color: $c-accent__blue; - border-bottom-style: dotted; - border-bottom-width: 1px; - } - - table { - border-collapse: collapse; - border-style: hidden; - } - - td, th { - padding-left: .1em; - padding-right: 2em; - border-style: solid; - border-width: .1em; - } -} - -.c-article__footer { -} - -.pagenav { - width: 100%; - text-align: center; - border: 1px solid LightGrey; - border-left-color: transparent; - border-right-color: transparent; - font-size: 18px; - overflow: hidden; - margin-bottom: 8rem; -} - -.pagenav div { - border-color: transparent; -} - -.wrapper { - padding: 10px; - border: 1px solid LightGrey; - display: inline-block; - margin: 0 auto; -} - -#left { - float: left; - text-align: left; -} - -#right { - float: right; - text-align: right; -} - diff --git a/_sass/components/_page.scss b/_sass/components/_page.scss deleted file mode 100644 index 05a178c..0000000 --- a/_sass/components/_page.scss +++ /dev/null @@ -1,48 +0,0 @@ -/* ========================================================================== - Page - ========================================================================== */ - -.c-page { -} - -.c-page__header { - margin-bottom: 10rem; // 100px - - h1 { - margin-bottom: 2.5rem; // 25px - @include fs--heading-2; - color: $c-base__02; - } - - p { - @include fs--meta; - } - - a { - border-bottom-style: none; - } -} - -.c-page__footer { - margin-bottom: 10rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - p { - @include fs--body; - color: $c-base__01; - } -} - diff --git a/_sass/components/_tag.scss b/_sass/components/_tag.scss deleted file mode 100644 index 1317e5f..0000000 --- a/_sass/components/_tag.scss +++ /dev/null @@ -1,72 +0,0 @@ -/* ========================================================================== - Tip - ========================================================================== */ - -.c-tags { - list-style: none; - margin: 0; - overflow: hidden; - padding: 0; -} - -.c-tags li { - float: left; -} - -.c-tag { - background: #eee; - border-radius: 3px 0 0 3px; - color: #999; - display: inline-block; - height: 26px; - line-height: 26px; - padding: 0 20px 0 23px; - position: relative; - margin: 0 10px 50px 0; - text-decoration: none; - -webkit-transition: color 0.2s; -} - -.c-tag::before { - background: #fff; - border-radius: 10px; - box-shadow: inset 0 1px rgba(0, 0, 0, 0.25); - content: ''; - height: 6px; - left: 10px; - position: absolute; - width: 6px; - top: 10px; -} - -.c-tag::after { - background: #fff; - border-bottom: 13px solid transparent; - border-left: 10px solid #eee; - border-top: 13px solid transparent; - content: ''; - position: absolute; - right: 0; - top: 0; -} - -.c-tag:hover { - background-color: $c-accent__blue; - color: white; -} - -.c-tag:hover::after { - border-left-color: $c-accent__blue; -} - -.c-c-tag { - margin-right: 1rem; - position: relative; - white-space: nowrap; - @include fs--body; - &:before { - color: $c-base__0; - content: '#\2009'; - } -} - diff --git a/_sass/helpers/_mixins.scss b/_sass/helpers/_mixins.scss deleted file mode 100644 index 75bba16..0000000 --- a/_sass/helpers/_mixins.scss +++ /dev/null @@ -1,84 +0,0 @@ -/* ========================================================================== - Mixins - ========================================================================== */ - -// Clearfix -@mixin clearfix { - &:before, - &:after { - content: " "; - display: table; - } - &:after { - clear: both; - } -} - -// Font families -@mixin ff--sans-serif($font-weight: normal) { - font-family: 'Lato', sans-serif; - font-weight: $font-weight; -} - -@mixin ff--code { - font-family: 'Hasklig', monospace; -} - -// Font sizing -@mixin fs--title { - line-height: 1.5; - font-size: 4.8rem; // 48px -} - -@mixin fs--heading-1 { - line-height: 1.5; - font-size: 3.2rem; // 32px -} - -@mixin fs--heading-2 { - line-height: 1.5; - font-size: 2.4rem; // 24px -} - -@mixin fs--heading-3 { - line-height: 1.5; - font-size: 2rem; // 20px -} - -@mixin fs--heading-4 { - line-height: 1.6; - font-size: 1.8rem; // 18px -} - -@mixin fs--body { - line-height: 1.5; - font-size: 1.8rem; // 18px -} - -@mixin fs--meta { - line-height: 1; - font-size: 1.8rem; // 18px -} - -@mixin fs--caption { - line-height: 1; - font-size: 1.6rem; // 16px -} - -@mixin fs--code { - font-size: 1.4rem; - line-height: 1.5; -} - -// Visually hide content -@mixin visually-hidden { - position: absolute; - margin: -1px; - border: 0; - padding: 0; - width: 1px; - height: 1px; - overflow: hidden; - clip: rect(0 0 0 0); -} - diff --git a/_sass/helpers/_variables.scss b/_sass/helpers/_variables.scss deleted file mode 100644 index 4489b03..0000000 --- a/_sass/helpers/_variables.scss +++ /dev/null @@ -1,22 +0,0 @@ -/* ========================================================================== - Variabeles - ========================================================================== */ - -$c-base__03: #0D2B35; -$c-base__02: #163541; -$c-base__01: #5C6E74; -$c-base__00: #697B82; -$c-base__0: #869395; -$c-base__1: #96A0A0; -$c-base__2: #EDE7D6; -$c-base__3: #FCF5E4; - -$c-accent__blue: #0067FB; -$c-accent__darkblue: #0029F9; -$c-accent__green: #8BE367; - -// Breakpoints -$bp__sm: 45rem; // 450px - -// Misc -$m-border: 1px solid $c-base__2; diff --git a/_sass/utilities/_layout.scss b/_sass/utilities/_layout.scss deleted file mode 100644 index 493d3e2..0000000 --- a/_sass/utilities/_layout.scss +++ /dev/null @@ -1,13 +0,0 @@ -/* ========================================================================== - Layout - ========================================================================== */ - -.u-container { - max-width: 72rem; // 620px - margin-right: auto; - margin-left: auto; - padding-top: 10rem; // 100px - padding-right: 1rem; // 10px - padding-left: 1rem; // 10px -} - diff --git a/_sass/utilities/_separator.scss b/_sass/utilities/_separator.scss deleted file mode 100644 index 665793a..0000000 --- a/_sass/utilities/_separator.scss +++ /dev/null @@ -1,13 +0,0 @@ -/* ========================================================================== - Separator - ========================================================================== */ - -.u-separate { - margin-right: .45rem; - margin-left: .25rem; - color: $c-base__01; - &:after { - content: '\00a0/'; - } -} - diff --git a/_sass/vendor/_highlight.scss b/_sass/vendor/_highlight.scss deleted file mode 100644 index 43a23b9..0000000 --- a/_sass/vendor/_highlight.scss +++ /dev/null @@ -1,85 +0,0 @@ -/* Solarized Dark - -For use with Jekyll and Pygments - -http://ethanschoonover.com/solarized - -SOLARIZED HEX ROLE ---------- -------- ------------------------------------------ -base03 #002b36 background -base01 #586e75 comments / secondary content -base1 #93a1a1 body text / default code / primary content -orange #cb4b16 constants -red #dc322f regex, special keywords -blue #268bd2 reserved keywords -cyan #2aa198 strings, numbers -green #859900 operators, other keywords -*/ - -pre, code { - @include ff--code; - @include fs--code; -} - -pre { - margin-left: -999em; - margin-right: -999em; - padding: 1.5em 999em 1.5em 999em; -} - -// Controls inline backtick blocks -code.highlighter-rouge { - white-space: nowrap; - font-size: 1.6rem; -} - -.highlight { - border: 1px solid #E8E8EB; - - .gutter { - padding: 1.2rem; - border-right: 1px solid #E8E8EB; - } - - .code { - padding: 1.2rem; - } -} -span.lineno { - padding: 1rem; - border-right: 1px solid #E8E8EB; -} -.highlight .hll { background-color: #ffffcc } -.highlight { background: #fcfcfc; } -.highlight .c { color: #008000 } /* Comment */ -//.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #0000ff } /* Keyword */ -.highlight .cm { color: #008000 } /* Comment.Multiline */ -.highlight .cp { color: #0000ff } /* Comment.Preproc */ -.highlight .c1 { color: #008000 } /* Comment.Single */ -.highlight .cs { color: #008000 } /* Comment.Special */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gh { font-weight: bold } /* Generic.Heading */ -.highlight .gp { font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { font-weight: bold } /* Generic.Subheading */ -.highlight .kc { color: #0000ff } /* Keyword.Constant */ -.highlight .kd { color: #0000ff } /* Keyword.Declaration */ -.highlight .kn { color: #0000ff } /* Keyword.Namespace */ -.highlight .kp { color: #0000ff } /* Keyword.Pseudo */ -.highlight .kr { color: #0000ff } /* Keyword.Reserved */ -.highlight .kt { color: #2b91af } /* Keyword.Type */ -.highlight .s { color: #a31515 } /* Literal.String */ -.highlight .nc { color: #2b91af } /* Name.Class */ -.highlight .ow { color: #0000ff } /* Operator.Word */ -.highlight .sb { color: #a31515 } /* Literal.String.Backtick */ -.highlight .sc { color: #a31515 } /* Literal.String.Char */ -.highlight .sd { color: #a31515 } /* Literal.String.Doc */ -.highlight .s2 { color: #a31515 } /* Literal.String.Double */ -.highlight .se { color: #a31515 } /* Literal.String.Escape */ -.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */ -.highlight .si { color: #a31515 } /* Literal.String.Interpol */ -.highlight .sx { color: #a31515 } /* Literal.String.Other */ -.highlight .sr { color: #a31515 } /* Literal.String.Regex */ -.highlight .s1 { color: #a31515 } /* Literal.String.Single */ -.highlight .ss { color: #a31515 } /* Literal.String.Symbol */ diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..e07ecfc --- /dev/null +++ b/assets/css/fonts.css @@ -0,0 +1,15 @@ +@font-face { + font-family: 'JetBrains Mono'; + src: url('/assets/font/JetBrainsMono-Regular.woff2') format('woff2'), + url('/assets/font/JetBrainsMono-Regular.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Lato'; + src: url('/assets/font/lato-regular-webfont.woff2') format('woff2'), + url('/assets/font/lato-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..6b1f8e2 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,97 @@ +--- +--- + +// Import the theme rules +@import "theme"; + +body { + max-width: 100%; + overflow-x: hidden; + font-family: 'Lato', sans-serif; +} + +.navbar { + color: $gray; +} + +.separator { + margin-right: .45rem; + margin-left: .25rem; + color: #000; + &:after { + content: '\00a0/'; + } +} + +header { + padding-top: 80px; + padding-bottom: 0; +}; + +header h1,h2 { + color: #000; +} + +.post-description { + color: #555; +} + +.post-container a { + color: #555; + border-bottom-color: $gray; + border-bottom-style: dotted; + border-bottom-width: 1px; + + position: relative; + display: inline-block; + padding: 1px 1px; + transition: color ease 0.3s; + + &::after { + content: ''; + position: absolute; + z-index: -1; + width: 100%; + height: 0%; + left: 0; + bottom: 0; + background-color: $gray; + transition: all ease 0.3s; + } + + &:hover { + color: #fff; + border-bottom-style: solid; + &::after { + height: 100%; + } + } +} + +body pre { + font-size: 15px; +} + +pre.highlight, code { + font-family: 'JetBrains Mono', monospace; +} + +div.highlighter-rouge { + // Default theme uses `width: 100vw`, which while cool, does cause the page + // to exceed screen width and trigger horizontal scrolling. No bueno. + width: 99vw; +} + +.post-date { + // On the front page, make sure titles don't force wrapping the date box content + text-align: right; + white-space: nowrap; +} + +blockquote { + color: #555; + right: 100px; + margin-left: 0; + padding-left: 1.8rem; + border-left: 5px solid $gray; +} \ No newline at end of file diff --git a/assets/font/JetBrainsMono-Regular.woff b/assets/font/JetBrainsMono-Regular.woff new file mode 100644 index 0000000..dc1d85f Binary files /dev/null and b/assets/font/JetBrainsMono-Regular.woff differ diff --git a/assets/font/JetBrainsMono-Regular.woff2 b/assets/font/JetBrainsMono-Regular.woff2 new file mode 100644 index 0000000..fdf95dd Binary files /dev/null and b/assets/font/JetBrainsMono-Regular.woff2 differ diff --git a/assets/webfonts/lato-regular-webfont.woff b/assets/font/lato-regular-webfont.woff similarity index 100% rename from assets/webfonts/lato-regular-webfont.woff rename to assets/font/lato-regular-webfont.woff diff --git a/assets/webfonts/lato-regular-webfont.woff2 b/assets/font/lato-regular-webfont.woff2 similarity index 100% rename from assets/webfonts/lato-regular-webfont.woff2 rename to assets/font/lato-regular-webfont.woff2 diff --git a/assets/icon.svg b/assets/icon.svg deleted file mode 100644 index bccc326..0000000 --- a/assets/icon.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/assets/webfonts/hasklig-semibold-webfont.woff b/assets/webfonts/hasklig-semibold-webfont.woff deleted file mode 100644 index 340084a..0000000 Binary files a/assets/webfonts/hasklig-semibold-webfont.woff and /dev/null differ diff --git a/assets/webfonts/hasklig-semibold-webfont.woff2 b/assets/webfonts/hasklig-semibold-webfont.woff2 deleted file mode 100644 index 38059a6..0000000 Binary files a/assets/webfonts/hasklig-semibold-webfont.woff2 and /dev/null differ diff --git a/css/fonts.css b/css/fonts.css deleted file mode 100644 index 0578f83..0000000 --- a/css/fonts.css +++ /dev/null @@ -1,17 +0,0 @@ -@font-face { - font-family: 'Hasklig'; - src: url('/assets/webfonts/hasklig-semibold-webfont.woff2') format('woff2'), - url('/assets/webfonts/hasklig-semibold-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; - -} - -@font-face { - font-family: 'Lato'; - src: url('/assets/webfonts/lato-regular-webfont.woff2') format('woff2'), - url('/assets/webfonts/lato-regular-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; - -} \ No newline at end of file diff --git a/css/main.scss b/css/main.scss deleted file mode 100644 index 6810d48..0000000 --- a/css/main.scss +++ /dev/null @@ -1,30 +0,0 @@ ---- -# Main scss file ---- -@charset "utf-8"; - -// Helpers -@import - 'helpers/mixins', - 'helpers/variables'; - -// Base -@import - 'base/reset'; - -// Utilities -@import - 'utilities/layout', - 'utilities/separator'; - -// Components -@import - 'components/page', - 'components/article', - 'components/tag', - 'components/archives'; - -// Vendor -@import - 'vendor/highlight'; - diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 25c2e13..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/feed.xml b/feed.xml deleted file mode 100644 index a6628bd..0000000 --- a/feed.xml +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: null ---- - - - - {{ site.title | xml_escape }} - {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ - - {{ site.time | date_to_rfc822 }} - {{ site.time | date_to_rfc822 }} - Jekyll v{{ jekyll.version }} - {% for post in site.posts limit:10 %} - - {{ post.title | xml_escape }} - {{ post.content | xml_escape }} - {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {% for tag in post.tags %} - {{ tag | xml_escape }} - {% endfor %} - {% for cat in post.categories %} - {{ cat | xml_escape }} - {% endfor %} - - {% endfor %} - - diff --git a/index.html b/index.html deleted file mode 100644 index 4ed2952..0000000 --- a/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: page -title: Home ---- -
- - {% for post in site.posts %} - {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} - {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} - {% if forloop.first %} -

{{this_year}}

- - {% else %} - {% if this_year != next_year %} - -

{{next_year}}

-
diff --git a/index.md b/index.md new file mode 100644 index 0000000..0671507 --- /dev/null +++ b/index.md @@ -0,0 +1,6 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +---