Sha256: 67137ce06318679fe5675cd5f70d8f0e962d17243df18a30a8f00bf6232b5118
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ const siteConfig = { title: 'Clowne' /* title for your website */, tagline: 'A flexible gem for cloning your models', url: 'http://clowne.evilmartians.io' /* your website url */, cname: 'clowne.evilmartians.io', baseUrl: '/' /* base url for your project */, customDocsPath: '../docs', projectName: 'clowne', headerLinks: [ {doc: 'basic_example', label: 'Docs'}, {href: 'https://github.com/palkan/clowne', label: 'GitHub'}, ], users: [], /* users, */ /* path to images for header/footer */ // headerIcon: 'img/docusaurus.svg', favicon: 'img/favicon/favicon.ico', /* colors for website */ colors: { primaryColor: '#9FA628', // '#ff5e5e' secondaryColor: '#e3e3e3', }, // This copyright info is used in /core/Footer.js and blog rss/atom feeds. copyright: 'Copyright © ' + new Date().getFullYear() + ' Evil Martians', // organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME highlight: { // Highlight.js theme to use for syntax highlighting in code blocks theme: 'atom-one-light', }, scripts: ['https://buttons.github.io/buttons.js'], // You may provide arbitrary config keys to be used as needed by your template. repoUrl: 'https://github.com/palkan/clowne', gemUrl: 'https://rubygems.org/gems/clowne', gaTrackingId: 'UA-104346673-2', }; module.exports = siteConfig;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clowne-1.1.0 | docs/web/siteConfig.js |
clowne-1.0.0 | docs/web/siteConfig.js |