Added an option to display a custom footer

Added an option in config file.
Added a component which renders the custom footer or a default footer if
no custom footer is defined.
Updated readme file with related instructions.
This commit is contained in:
Christian Sarnataro
2023-01-04 20:36:03 +01:00
parent a7fa79b3ee
commit fff850f94f
6 changed files with 106 additions and 33 deletions

View File

@@ -82,6 +82,11 @@ const config = {
to: '2014',
},
],
// Optional custom footer. See README file, section "custom-footer", for details
/*
footer: '[...]',
*/
// Display blog posts from your medium or dev account. (Optional)
blog: {
source: 'dev', // medium | dev