restructure

This commit is contained in:
madrilene 2024-02-13 13:07:21 +01:00
parent fb96bc06c0
commit 0c8547779a

View file

@ -25,15 +25,17 @@ module.exports = {
opengraph_default_alt: opengraph_default_alt:
'Visible content: Eleventy starter based on workflow for Cube CSS, Every Layout, Design Tokens and Tailwind for uitility, based on the concepts explained in buildexcellentwebsit.es', // alt text for default meta image 'Visible content: Eleventy starter based on workflow for Cube CSS, Every Layout, Design Tokens and Tailwind for uitility, based on the concepts explained in buildexcellentwebsit.es', // alt text for default meta image
blog: { blog: {
// this is for the rss feed // RSS feed
name: 'My Web Development Blog', name: 'My Web Development Blog',
description: description:
'Tell the word what you are writing about in your blog. It will show up on feed readers.', 'Tell the word what you are writing about in your blog. It will show up on feed readers.',
// feed links are looped over in the head. You may add more to the array.
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
// Tags
tagSingle: 'Tag', tagSingle: 'Tag',
tagPlural: 'Tags', tagPlural: 'Tags',
tagMore: 'More tags:', tagMore: 'More tags:',
// feed links are looped over in the head. // pagination
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
paginationLabel: 'Blog', paginationLabel: 'Blog',
paginationPage: 'Page', paginationPage: 'Page',
paginationPrevious: 'Previous', paginationPrevious: 'Previous',