fipamothemekit/pug.config.js

13 lines
580 B
JavaScript
Raw Normal View History

module.exports = {
2020-05-07 21:15:11 +02:00
locals: {
title: 'Fipamo Theme Kit',
keywords:
'creative technoglogist, graphic design, web development, designer developer, social thought, political discussion, music producer, creative culture, black creative, black geek',
description:
'The home site of Creative Technologist, music maker, and social philoshoper, Ro. Ha, I know. Me too.',
content_index: 'This is some page content... for your broke ass',
content_page: 'This is some page content... for your broke ass',
bucket: [{ item: 'one' }, { item: 'two' }, { item: 'three' }]
}
};