title: HN Classic Stories
|
|
url: http://localhost:4000
|
|
collections:
|
|
stories:
|
|
output: true
|
|
exclude:
|
|
- vendor
|
|
- add-metadata.rb
|
|
- download.php
|
|
- __pycache__
|
|
- Gemfile.lock
|
|
- Gemfile
|
|
- newspaper.py
|
|
defaults:
|
|
- scope:
|
|
type: stories
|
|
values:
|
|
layout: article
|
|
permalink: /:path
|