mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user