restructure
This commit is contained in:
parent
fb96bc06c0
commit
0c8547779a
1 changed files with 5 additions and 3 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue