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:
'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: {
// this is for the rss feed
// RSS feed
name: 'My Web Development Blog',
description:
'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',
tagPlural: 'Tags',
tagMore: 'More tags:',
// feed links are looped over in the head.
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
// pagination
paginationLabel: 'Blog',
paginationPage: 'Page',
paginationPrevious: 'Previous',