From 8a42127f44e3fb1a2a2485cfd76d08794f7722db Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 5 Jul 2016 10:38:33 -0700 Subject: remove cruft index.html copies --- TODO | 2 +- theme/templates/index.html.path | 69 ------------------------------------ theme/templates/index.html.viewport | 70 ------------------------------------- 3 files changed, 1 insertion(+), 140 deletions(-) delete mode 100644 theme/templates/index.html.path delete mode 100644 theme/templates/index.html.viewport diff --git a/TODO b/TODO index 4687366..1a5936f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ - +- maybe viewport: - portfolio/work page - "demo" page with: img, math, table, left/right floats, right content, source code highlighting, in-line JS (?) diff --git a/theme/templates/index.html.path b/theme/templates/index.html.path deleted file mode 100644 index 49dd456..0000000 --- a/theme/templates/index.html.path +++ /dev/null @@ -1,69 +0,0 @@ -{% extends "base.html" %} - -{% block overhead %} - - - - -{% endblock %} - -{% block path %}{% endblock %} - -{% block pagetitle %}{% endblock %} - -{% block right_stuff %} -
-
-
-RSS feeds
-   - all posts (atom)
-

-Other sites
-   - github
-   - keybase
-   - the-nsa.org
-   - feed reader
-{% endblock %} - -{% block content %} -
-
-
-
-
- -{# NB: synchronize with /about/ page #} -Hi, I'm Bryan Newbold! I like to climb things and look around. Most of my work -has been dealing with the messy interfaces between information, abstraction, -and nature (eg, embedded digital electronics for scientific instruments). -You might know me from around Seattle, New York City, or Boston/Cambridge (Industry Lab, MIT). - -
-
- -

Where am I Now?

-As of Summer 2016 I am attending the Recurse -Center in New York City, becoming a stronger (and happier!) programmer. -My home has been Seattle -since Fall 2014, where I have been hiking and biking and working remotely for -Twinleaf, a small New Jersey company that -builds Atomic Magnetometers. - «previously» - -
-
- -

Sporatic Writings

-{% set recent = articles if not all_articles else all_articles %} - - -{% endblock %} diff --git a/theme/templates/index.html.viewport b/theme/templates/index.html.viewport deleted file mode 100644 index ee8ad4d..0000000 --- a/theme/templates/index.html.viewport +++ /dev/null @@ -1,70 +0,0 @@ -{% extends "base.html" %} - -{% block overhead %} - - - - - -{% endblock %} - -{% block path %}{% endblock %} - -{% block pagetitle %}{% endblock %} - -{% block right_stuff %} -
-
-
-RSS feeds
-   - all posts (atom)
-

-Other sites
-   - github
-   - keybase
-   - the-nsa.org
-   - feed reader
-{% endblock %} - -{% block content %} -
-
-
-
-
- -{# NB: synchronize with /about/ page #} -Hi, I'm Bryan Newbold! I like to climb things and look around. Most of my work -has been dealing with the messy interfaces between information, abstraction, -and nature (eg, embedded digital electronics for scientific instruments). -You might know me from around Seattle, New York City, or Boston/Cambridge (Industry Lab, MIT). - -
-
- -

Where am I Now?

-As of Summer 2016 I am attending the Recurse -Center in New York City, becoming a stronger (and happier!) programmer. -My home has been Seattle -since Fall 2014, where I have been hiking and biking and working remotely for -Twinleaf, a small New Jersey company that -builds Atomic Magnetometers. - «previously» - -
-
- -

Sporatic Writings

-{% set recent = articles if not all_articles else all_articles %} - - -{% endblock %} -- cgit v1.2.3