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:
|
||||
'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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue