Skip to content

Commit 9d569f0

Browse files
committed
New scan method
1 parent eda653f commit 9d569f0

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

_posts/2026-01-25-amherst2026.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Honestly, I was so excited by these Toronto Transit Commission subway cars and t
3030
![Weathered Micro-Trains by Atlas cars](/assets/img/P1040464.JPG)
3131
Atlas recently completed their acquisition of Micro-Trains, to plenty of mixed emotions in the N scale community (and that's certainly putting it lightly). It was good to see them continuing the lineup, especially the pre-weathered offerings, with these samples of upcoming weathered boxcars and gondolas. Pre-weathered offerings seem to be a trend this year, with multiple manufacturers offering them in a variety of scales.
3232

33-
## Broadway Limited Imports
33+
## Broadway Limited Imports (BLI)
3434
![BLI S1](/assets/img/P1040420.jpg)
3535
In addition to announcing AT&SF 2900 Class Northerns, New Haven R3a Mountains, and a Conrail/CSX theater car (all in HO scale), Broadway Limited had some of their newest offerings on display. Pictured above is one of my favorite locomotives, a pre-production model of their upcoming HO scale Pennsylvania Railroad S1. Now if only they would make one in N!
3636

37-
37+
## Custom Model Railroads (CMR)
38+
![N Scale Hudson Skyscraper](/assets/img/P1040409.jpg)
39+
As always, Custom Model Railroads had an excellent display, featuring their wide lineup of both HO and N scale buildings. Their trademark use of acrylic really stands out to make excellent city structures, such as their new Hudson building with its art-deco vibes, as exemplified in the N scale version depicted above. You can even make these tall city structures taller with their add-on floors!
3840

3941
## Lionel
4042
![K4 Engineering Sample](/assets/img/P1040518.JPG)

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<section class="hero-compact">
1212
<!-- Auto collage from assets/img -->
1313
<div class="hero-collage" aria-hidden="true">
14-
{% assign imgs = site.static_files | where_exp: "f","f.path contains '/assets/img/'" %}
15-
{% assign imgs = imgs | where_exp: "f","f.path contains '.JPG' or f.path contains '.JPEG' or f.path contains '.PNG' or f.path contains '.WEBP'" %}
16-
{% for img in imgs %}
17-
<div class="hero-tile" style="background-image: url('{{ img.path | relative_url }}');"></div>
14+
{% for file in site.static_files %}
15+
{% if file.path contains '/assets/img/' and file.extname contains '.JPG'%}
16+
<div class="hero-tile" style="background-image: url('{{ file.path | relative_url }}');"></div>
17+
{% endif %}
1818
{% endfor %}
1919
</div>
2020
<div class="container">

0 commit comments

Comments
 (0)