site config
This commit is contained in:
parent
890ebd2346
commit
59ae95a4f3
|
@ -21,15 +21,15 @@ const users = [
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
title: 'Test Site' /* title for your website */,
|
title: 'Test Site' /* title for your website */,
|
||||||
tagline: 'A website for testing',
|
tagline: 'A website for testing',
|
||||||
url: 'https://acrylic8.github.io/' /* your website url */,
|
url: 'http://status-im.github.io/docs/' /* your website url */,
|
||||||
baseUrl: '/test3/' /* base url for your project */,
|
baseUrl: '/docs/' /* base url for your project */,
|
||||||
// For github.io type URLs, you would set the url and baseUrl like:
|
// For github.io type URLs, you would set the url and baseUrl like:
|
||||||
// url: 'https://facebook.github.io',
|
// url: 'https://facebook.github.io',
|
||||||
// baseUrl: '/test-site/',
|
// baseUrl: '/test-site/',
|
||||||
|
|
||||||
// Used for publishing and more
|
// Used for publishing and more
|
||||||
projectName: 'test3',
|
projectName: 'docs',
|
||||||
organizationName: 'acrylic8',
|
organizationName: 'status-im',
|
||||||
// For top-level user or org sites, the organization is still the same.
|
// For top-level user or org sites, the organization is still the same.
|
||||||
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
|
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
|
||||||
// organizationName: 'JoelMarcey'
|
// organizationName: 'JoelMarcey'
|
||||||
|
|
Loading…
Reference in New Issue