Skip to content

Commit

Permalink
Expose guide to template designn
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Nov 5, 2020
1 parent 41b0c38 commit de1d827
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions notes/design/_templates.txt → notes/design/templates.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Template design
# Templates for blogging platforms

I struggled initially with theme design because I was trying to design a themes for all blogs and all material. I think the major things which complicate designs. Some sites have many posts (thousands) and are updated frequently. Some sites have few posts (ten) and are updated infrequently. The quantity of posts has a big effect on the design of the archive page in particular.
I find the process of designing templates especially difficult. I was trying to design a themes for all blogs and all material. I think the major things which complicate designs. Some sites have many posts (thousands) and are updated frequently. Some sites have few posts (ten) and are updated infrequently. The quantity of posts has a big effect on the design of the archive page in particular.

Some sites post mostly text, some mostly images, some a mix. This affects the design of the index page. For example, should you show a stream of posts in full on the index page? Or just a list of links to view the full post? Or perhaps a truncated preview of the post?

I would like to produce a few grid based themes for sites which post mostly photos. Some of cargo's grid ideas are worth exploring.

# How do popular blogging templates disrespect content?

1. Don't crop thumbnails
2. Don't truncate titles
3. Don't truncate subtitles
4. Don't distract from the text

# Fitting the form to the content

Ultimately I must bear in mind a respect for content. I am trying to design a frame for this content to hang on and it is important to avoid the tempation of designing for the frame, instead of the stuff inside (I have no ownership of that so it's hard to be proud of it).
Expand All @@ -14,14 +21,12 @@ Is cropping thumbnails justifiable? In my mind it seems like this might fall int

# Plagiarism

I've also been struggling with lifting things wholesale from a particular spot. I have been looking at Techcrunch.com far too regularly when making the design for the upcoming magazine theme, for example. This is bad.
I've also been struggling with lifting things wholesale from a particular spot. I have been looking at Techcrunch.com far too regularly when making the design for the upcoming magazine theme, for example. This is bad. I'm not obsessed with producing original work, I'm probably happier than most to lift things from a variety of sources.

# Templates
# Sites well designed

[New York Times](http://nytimes.com) - Their type treatment of Georgia was ripped and used to design the default theme.

[Subtraction](http://subtraction.com) - The original Blot template was massively influenced by Khoi Vinh's blog.

[Cargo Collective](https://cargocollective.com/) - I think they do some really interesting, thoughtful work. Stolen from their selection of themes to help make Blot's.


0 comments on commit de1d827

Please sign in to comment.