diff --git a/README.md b/README.md index 0dbb99e..ae0c45a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ It me. -# TODO +# How 2 Publish - * Way of feeding my SSB stream into here. - * Degrade image quality to 256 colors using image magick? +Run + +``` +./publish.rb +``` diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..e69cf15 --- /dev/null +++ b/publish.sh @@ -0,0 +1,2 @@ +#!/usr/bin/fish +ruby ssb_import.rb; middleman build; middleman deploy diff --git a/source/blog/ssb-S39-8iXV7KOx_eJ7PdpymwHHzzfW-Jsw8hmblo3435I=.html.markdown b/source/blog/ssb-S39-8iXV7KOx_eJ7PdpymwHHzzfW-Jsw8hmblo3435I=.html.markdown new file mode 100644 index 0000000..938a661 --- /dev/null +++ b/source/blog/ssb-S39-8iXV7KOx_eJ7PdpymwHHzzfW-Jsw8hmblo3435I=.html.markdown @@ -0,0 +1,9 @@ +--- + +title: SSB Log Entry 229 +date: 2019-11-21T20:07:20-06:00 +tags: + +--- + +That moment when your browser asks you to enable DRM so that you can watch an ad. This is insanity, folks. How did we get here? diff --git a/source/img/rainynight1.png b/source/img/rainynight1.png new file mode 100644 index 0000000..163e393 Binary files /dev/null and b/source/img/rainynight1.png differ diff --git a/source/img/statue2.jpg b/source/img/statue2.jpg new file mode 100644 index 0000000..2fd2eca Binary files /dev/null and b/source/img/statue2.jpg differ diff --git a/source/layout.erb b/source/layout.erb index e055a82..bb66826 100644 --- a/source/layout.erb +++ b/source/layout.erb @@ -17,7 +17,7 @@ <% end %> - + <%= partial "layout/header" %> diff --git a/source/layout/_header.html.erb b/source/layout/_header.html.erb index b65ffdb..73dd38a 100644 --- a/source/layout/_header.html.erb +++ b/source/layout/_header.html.erb @@ -1,10 +1,5 @@
- + 【Netscape Navigator™】 -

- - Time traveller from the year 1999. - -

diff --git a/source/layout/_sidebar.html.erb b/source/layout/_sidebar.html.erb index b0629e0..d7526b6 100644 --- a/source/layout/_sidebar.html.erb +++ b/source/layout/_sidebar.html.erb @@ -75,4 +75,5 @@ <%= link_to 'https://www.mirc.com/' do image_tag "img/mirc.gif" end %>
<%= link_to 'https://tilde.town/' do image_tag "img/tildetown.bmp" end %> + <%= link_to 'http://rainynight.city/' do image_tag "img/rainynight1.png" end %>