// Writing-page index. Display metadata (title, dek, tags, color, etc.) now
// lives in each article's frontmatter — see articles/README.md. This file
// only maps an id to the file that holds it.

const POSTER_C = {
  paper:   'var(--paper)',
  ink:     'var(--ink)',
  mustard: 'var(--mustard)',
  tomato:  'var(--tomato)',
  sage:    'var(--sage)',
  pink:    'var(--pink)',
  deep:    'var(--deep)',
  blue:    'var(--blue)',
  sand:    'var(--sand)',
};

const POST_INDEX = [
  { id: 'teaching-machines-to-listen', file: 'articles/teaching-machines-to-listen.md' },
];

window.POST_INDEX = POST_INDEX;
window.POSTER_C = POSTER_C;
