Skip to content

Commit

Permalink
move authors.yml to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 29, 2023
1 parent b997bbe commit 9647862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: Config = {
* Path to data on filesystem relative to site dir.
*/
path: './events',
authorsMapPath: '../blog/authors.yml',
authorsMapPath: '../authors.yml',
exclude: [ '**/README.md' ],
showReadingTime: true,
// Please change this to your repo.
Expand Down Expand Up @@ -80,7 +80,8 @@ const config: Config = {
isPreview ? 'https://github.com/cronica-it/preview/edit/master/website/' : 'https://github.com/cronica-it/cronica-it.github.io/edit/master/website/',
blogSidebarTitle: 'Articole',
blogSidebarCount: 'ALL',
},
authorsMapPath: '../authors.yml',
},
theme: {
customCss: './src/css/custom.css',
},
Expand Down

0 comments on commit 9647862

Please sign in to comment.