Don't limit feed max items

This commit is contained in:
Tanner Collin 2025-06-03 16:17:15 -06:00
parent ea2c9519cd
commit 283f31aa89
10 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,7 @@ Summary: Details about the backup system for all of my data.
Image: backup1.svg
Wide: true
Tags: feed
Guid: c0afe12a1c4943839df1da082c2e0938
[TOC]

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: A withered hand I welded out of scrap metal.
Image: hand1.jpg
Tags: feed
Guid: 0bc567cd5c45479d8380214b24a35563
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 welded together this hand. The beads are far from perfect. Working with small pieces of rusted metal made it difficult.

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: A dress made out of LEDs that twinkle like stars.
Image: dress1.jpg
Tags: feed
Guid: 420a9ca8533c4667a89822d2b5df186d
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. Seven of the 28 stars are aligned to resemble the Big Dipper constellation and twinkle differently than the rest, which twinkle in a random pattern.

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: A device to toggle my lights remotely.
Image: light1.jpg
Tags: feed
Guid: 9f716895d0e7400c9538e9a5f9b327ce
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 device that can load a webpage.

View File

@ -5,6 +5,7 @@ Summary: A recommendation on which flavour of Linux to run.
Image: distro1.png
Wide: true
Tags: feed
Guid: fedd81aa796847f09e559df2d5e5e917
[TOC]

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: My first attempt at painting with acrylic.
Image: painting1.jpg
Tags: feed
Guid: a8c8430f531549418601ae166545529e
The painting is called “Mans 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 attempted to paint it. I eventually got it framed at Michaels. Many thanks to my friend Laura for the opportunity to do this, I couldn't have done it without her help.

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: A device that automatically waters plants.
Image: waterer2.jpg
Tags: feed
Guid: 42d4bea55f674ed48fa07f369bd24aeb
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 doesn't look as good as it used to (kinda like you). So this machine is like its life support.

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: About my time volunteering with the University of Calgary Solar Car Team, where I designed a maximum power point tracker.
Image: solar2.jpg
Tags: feed
Guid: 7259d46cfc0440acba56d43d1749314b
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 interests. The car was the top Canadian team in a 3000 km race from Darwin to Adelaide, Australia in 2011. We met up at a shop on campus every Saturday morning to work on the new Generation IV of the solar car.

View File

@ -4,6 +4,7 @@ Category: Creations
Summary: A coffee table made out of wooden wine creates.
Image: wine3.jpg
Tags: feed
Guid: f0e36fec844d422eb7e0d626788c7b0a
My close friend Odai saw a simple coffee table design online that was built out of four wooden wine crates. They are quite cheap and available at any hardware store. We each wanted to make one so went and bought eight crates and some plywood to use as a base.

View File

@ -18,8 +18,7 @@ TIMEZONE = 'Canada/Mountain'
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_MAX_ITEMS = 15
#FEED_MAX_ITEMS = 15
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None