Make article links single-character
This commit is contained in:
parent
afcf272607
commit
1c3ae5b8f8
|
@ -3,6 +3,7 @@ Date: 2021-04-08
|
||||||
Category: Writing
|
Category: Writing
|
||||||
Summary: Details about the backup system for all of my data.
|
Summary: Details about the backup system for all of my data.
|
||||||
Wide: true
|
Wide: true
|
||||||
|
Short: 1
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ Date: 2021-04-10
|
||||||
Category: Writing
|
Category: Writing
|
||||||
Summary: Bypass ISP blocked ports using VPN port forwarding for public access.
|
Summary: Bypass ISP blocked ports using VPN port forwarding for public access.
|
||||||
Wide: true
|
Wide: true
|
||||||
|
Short: 2
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: Hand of Ozymandias
|
||||||
Date: 2012-03-23
|
Date: 2012-03-23
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: A withered hand I welded out of scrap metal.
|
Summary: A withered hand I welded out of scrap metal.
|
||||||
|
Short: 3
|
||||||
|
|
||||||
I was visiting my cousins in Radium, BC and decided to learn stick welding at
|
I was visiting my cousins in Radium, BC and decided to learn stick welding at
|
||||||
their shop. I wanted to create a sculpture, so with pieces of scrap metal I
|
their shop. I wanted to create a sculpture, so with pieces of scrap metal I
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: LED Dress
|
||||||
Date: 2016-03-18
|
Date: 2016-03-18
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: A dress made out of LEDs that twinkle like stars.
|
Summary: A dress made out of LEDs that twinkle like stars.
|
||||||
|
Short: 4
|
||||||
|
|
||||||
A friend of mine was attending a stars and constellations themed ball. She
|
A friend of mine was attending a stars and constellations themed ball. She
|
||||||
wanted to wear a dress that was lit up with LEDs acting as twinkling stars.
|
wanted to wear a dress that was lit up with LEDs acting as twinkling stars.
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: Remote Control Light Switch
|
||||||
Date: 2014-10-09
|
Date: 2014-10-09
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: A device to toggle my lights remotely.
|
Summary: A device to toggle my lights remotely.
|
||||||
|
Short: 5
|
||||||
|
|
||||||
I wanted the ability to toggle my bedroom light remotely for convenience. I
|
I wanted the ability to toggle my bedroom light remotely for convenience. I
|
||||||
designed a circuit that allows me to control my light with any
|
designed a circuit that allows me to control my light with any
|
||||||
|
|
|
@ -3,6 +3,7 @@ Date: 2020-10-31
|
||||||
Category: Writing
|
Category: Writing
|
||||||
Summary: A recommendation on which flavour of Linux to run.
|
Summary: A recommendation on which flavour of Linux to run.
|
||||||
Wide: true
|
Wide: true
|
||||||
|
Short: 6
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: Man's Reach Exceeds His Grasp
|
||||||
Date: 2012-04-11
|
Date: 2012-04-11
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: My first attempt at painting with acrylic.
|
Summary: My first attempt at painting with acrylic.
|
||||||
|
Short: 7
|
||||||
|
|
||||||
The painting is called “Man’s Reach Exceeds His Grasp”. I've always wanted to
|
The painting is called “Man’s Reach Exceeds His Grasp”. I've always wanted to
|
||||||
try painting and thought I had a good idea, so after a couple of drawings I
|
try painting and thought I had a good idea, so after a couple of drawings I
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: Automatic Plant Waterer
|
||||||
Date: 2014-06-05
|
Date: 2014-06-05
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: A device that automatically waters plants.
|
Summary: A device that automatically waters plants.
|
||||||
|
short: 8
|
||||||
|
|
||||||
One day I decided watering my one plant was too much work, so I automated it.
|
One day I decided watering my one plant was too much work, so I automated it.
|
||||||
It's also great for when I'm on vacation. The plant is a year old now and
|
It's also great for when I'm on vacation. The plant is a year old now and
|
||||||
|
|
|
@ -2,6 +2,7 @@ Title: Solar Car
|
||||||
Date: 2013-04-27
|
Date: 2013-04-27
|
||||||
Category: Creations
|
Category: Creations
|
||||||
Summary: About my time volunteering with the University of Calgary Solar Car Team, where I designed a maximum power point tracker.
|
Summary: About my time volunteering with the University of Calgary Solar Car Team, where I designed a maximum power point tracker.
|
||||||
|
Short: 9
|
||||||
|
|
||||||
I joined the University of Calgary Solar Car Team in my first semester for a
|
I joined the University of Calgary Solar Car Team in my first semester for a
|
||||||
chance to learn things, gain practical experience, and meet people that share my
|
chance to learn things, gain practical experience, and meet people that share my
|
||||||
|
|
|
@ -56,8 +56,8 @@ CATEGORIES_SAVE_AS = ''
|
||||||
TAGS_SAVE_AS = ''
|
TAGS_SAVE_AS = ''
|
||||||
|
|
||||||
INDEX_SAVE_AS = 'index.html'
|
INDEX_SAVE_AS = 'index.html'
|
||||||
ARTICLE_URL = '{date:%d}'
|
ARTICLE_URL = '{short}'
|
||||||
ARTICLE_SAVE_AS = '{date:%d}/index.html'
|
ARTICLE_SAVE_AS = '{short}/index.html'
|
||||||
PAGE_URL = '{slug}'
|
PAGE_URL = '{slug}'
|
||||||
PAGE_SAVE_AS = '{slug}/index.html'
|
PAGE_SAVE_AS = '{slug}/index.html'
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,12 @@ Hi, I'm Tanner! I do firmware and web development in Calgary.
|
||||||
|
|
||||||
Please sign my <a href=g>Guest Book</a>!
|
Please sign my <a href=g>Guest Book</a>!
|
||||||
|
|
||||||
==[ Contact Info
|
--[ Contact Info
|
||||||
|
|
||||||
Email: site2@tannercollin.com
|
Email: site2@tannercollin.com
|
||||||
Telegram: @tannercollin
|
Telegram: @tannercollin
|
||||||
|
|
||||||
==[ Resume
|
--[ Resume
|
||||||
|
|
||||||
Firmware Engineer at Cabana Blockchain, 2018-
|
Firmware Engineer at Cabana Blockchain, 2018-
|
||||||
Lead Hardware Engineer at Critical Control, 2016-2018
|
Lead Hardware Engineer at Critical Control, 2016-2018
|
||||||
|
@ -17,23 +17,23 @@ Electrical Engineer at Opener Aero, 2016-2016
|
||||||
Electrical Engineer Intern at Pason Systems, 2014-2015
|
Electrical Engineer Intern at Pason Systems, 2014-2015
|
||||||
BSc. Electrical Engineering from University of Calgary
|
BSc. Electrical Engineering from University of Calgary
|
||||||
|
|
||||||
==[ Projects
|
--[ Projects
|
||||||
|
|
||||||
<a href=q>QotNews *
|
<a href=q>QotNews*
|
||||||
<a href=n>Notica *
|
<a href=n>Notica*
|
||||||
<a href=m>Spaceport *
|
<a href=m>Spaceport*
|
||||||
<a href=t>t0txt *
|
<a href=t>t0txt*
|
||||||
<a href=s>standardnotes-fs *</a>
|
<a href=s>standardnotes-fs*</a>
|
||||||
|
|
||||||
* external link
|
* external link
|
||||||
|
|
||||||
==[ Creations
|
--[ Creations
|
||||||
|
|
||||||
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
|
{% for article in articles_page.object_list if article.category.name == 'Creations' %}
|
||||||
<a href={{ article.url }}>{{ article.title }}
|
<a href={{ article.url }}>{{ article.title }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</a>
|
</a>
|
||||||
==[ Writing
|
--[ Writing
|
||||||
|
|
||||||
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
|
{% for article in articles_page.object_list if article.category.name == 'Writing' %}
|
||||||
<a href={{ article.url }}>{{ article.title }}
|
<a href={{ article.url }}>{{ article.title }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user