Last active
January 26, 2020 04:05
-
-
Save haigopi/81e644551605437a88d199e94bcfed9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
pathPrefix: '/', // Prefix for all links. If you deploy your site to example.com/portfolio your pathPrefix should be "portfolio" | |
title: 'allibilli', // Navigation and Site Title | |
titleAlt: 'a modern way of reading news', // Title for JSONLD | |
description: 'ui by Gopi K Kancharla', | |
url: 'https://allibilli.com', // Domain of your site. No trailing slash! | |
favicon: 'src/images/logo1.png', // Used for manifest favicon generation | |
author: 'Gopi K Kancharla', // Author for schemaORGJSONL | |
linkedin: '/in/haigopi', // Linked in Username | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment