Remove filler content

• move Index, Projects, and Blog to markdown instead of html files
• fix small syntax error in post-info.html, goddamn HTML and its silent
error handling 😖
• remove filler content in index, as well as some tags I was using for
testing
master
Andrew Cassidy 6 years ago committed by Andrew Cassidy
parent 77caf0c33a
commit 897fb8fd99

@ -2,3 +2,11 @@
layout: page
title: About
---
# About Me
I am a maker, programmer, and hacker living in Southern California. I'm currently studying Electrical Engineering at the University of California, Irvine. You can usually contact me through my Twitter, [@andrewncassidy](https://twitter.com/andrewncassidy).
## Contact
* [Twitter](https://twitter.com/andrewncassidy)
* [github](https://github.com/drewcassidy)

@ -1,28 +0,0 @@
---
layout: collection
title: Blog
permalink: Blog/
---
{% assign char-count = 500 %}
{% for post in site.posts %}
<article class="post-entry">
<h2 class="post-title">
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}
</a>
</h2>
{% include post-info.html tags = post.tags date=post.date%}
<div class="post-excerpt">
{{post.content | markdownify | strip_html | truncate: char-count}}
<a class="post-see-more" href="{{ post.url | prepend: site.baseurl }}">
<i>See&nbsp;More</i>
</a>
</div>
</article>
<br>
{% endfor %}

@ -0,0 +1,28 @@
---
layout: collection
title: Blog
permalink: Blog/
---
{% assign char-count = 500 %}
{% for post in site.posts %}
<article class="post-entry">
<h2 class="post-title">
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}
</a>
</h2>
{% include post-info.html tags = post.tags date=post.date %}
<div class="post-excerpt">
{{post.content | markdownify | strip_html | truncate: char-count}}
<a class="post-see-more" href="{{ post.url | prepend: site.baseurl }}">
<i>See&nbsp;More</i>
</a>
</div>
</article>
<br>
{% endfor %}

@ -1,4 +0,0 @@
---
layout: collection
title: Projects
---

@ -0,0 +1,6 @@
---
layout: collection
title: Projects
---
[There's nothing here yet!]

@ -12,6 +12,7 @@
none
{% endif %}
</small>
</td>
<td class="post-date" style="text-align:right">
<small>
<i>{{ include.date | date: "%b&nbsp;%-d,&nbsp;%Y" }}</i>

@ -1,6 +1,6 @@
---
title: Hacking a 1986 computer mouse into the 21st century
tags: electronics Apple Bluetooth retrotech foo bar biz baz zap
tags: electronics Apple Bluetooth retrotech
---
{% include figure-image.html
src="atkinson.png"

@ -1,32 +0,0 @@
---
layout: home
---
Dispassionate extraterrestrial observer science! Hypatia Flatland, as a patch of light preserve and cherish that pale blue
dot, cosmos cosmic ocean, something incredible is waiting to be known? Vastness is bearable only through love! Across
the centuries, colonies Sea of Tranquility tendrils of gossamer clouds cosmos not a sunrise but a galaxyrise venture,
vanquish the impossible cosmos radio telescope. Consciousness!
as a patch of light Hypatia hundreds of thousands ship of the imagination? Intelligent beings! Circumnavigated. Vangelis.
Cosmic ocean Flatland trillion Tunguska event! Stirred by starlight vastness is bearable only through love as a patch
of light billions upon billions, rogue permanence of the stars white dwarf how far away vastness is bearable only through
love bits of moving fluff billions upon billions.
Trillion rings of Uranus intelligent beings realm of the galaxies, prime number kindling the energy hidden in matter! Preserve
and cherish that pale blue dot. Apollonius of Perga billions upon billions culture concept of the number one Vangelis
paroxysm of global death. Cambrian explosion, hydrogen atoms intelligent beings cosmic fugue light years great turbulent
clouds hearts of the stars. Cambrian explosion rich in mystery of brilliant syntheses the sky calls to us, birth, rings
of Uranus. Billions upon billions.
Descended from astronomers. Quasar something incredible is waiting to be known white dwarf, light years, Cambrian explosion
radio telescope the only home we've ever known hearts of the stars billions upon billions brain is the seed of intelligence
hydrogen atoms! Tendrils of gossamer clouds colonies extraordinary claims require extraordinary evidence tesseract the
sky calls to us network of wormholes from which we spring, birth, something incredible is waiting to be known, Rig Veda,
cosmic ocean inconspicuous motes of rock and gas made in the interiors of collapsing stars.
The ash of stellar alchemy? Explorations dispassionate extraterrestrial observer paroxysm of global death! Are creatures
of the cosmos emerged into consciousness Orion's sword, Drake Equation, explorations. Bits of moving fluff radio telescope
galaxies a mote of dust suspended in a sunbeam rich in heavy atoms! Rig Veda consciousness, astonishment Sea of Tranquility,
decipherment as a patch of light. Rich in mystery. Science Vangelis, tesseract light years. Concept of the number one
Vangelis Flatland. Rings of Uranus tingling of the spine billions upon billions rogue, birth colonies at the edge of
forever white dwarf Flatland rings of Uranus. Gathered by gravity and billions upon billions upon billions upon billions
upon billions upon billions upon billions?

@ -0,0 +1,7 @@
---
layout: home
---
Hello! I am a maker, programmer, and hacker living in Southern California. Im currently studying Electrical Engineering at the University of California, Irvine.
I don't have much on this website right now, but I plan to document all my future and some of my past projects here, as well as blog posts documenting my progress in whatever I'm working on, or whatever other ramblings I might have.
Loading…
Cancel
Save