Skip to content
Snippets Groups Projects
Commit 1f378581 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update pages and README.md

- Adapt this to work under page/docusaurus
- Add content to website pointing back to https://gitlab.com/pages/docusaurus
- Add info in README.md
- Change mod for files that were 755
parent ddc5f23f
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -11,27 +11,27 @@
// List of projects/orgs using your project for the users page.
const users = [
{
caption: 'User1',
caption: 'GitLab',
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/image.jpg'.
image: '/img/undraw_open_source.svg',
infoLink: 'https://www.facebook.com',
infoLink: 'https://about.gitlab.com',
pinned: true,
},
];
const siteConfig = {
title: 'Test Site', // Title for your website.
tagline: 'A website for testing',
url: 'https://johncoghlan.gitlab.io', // Your website URL
baseUrl: '/docs/', // Base URL for your project */
title: 'GitLab Pages', // Title for your website.
tagline: 'A website built by GitLab Pages',
url: 'https://pages.gitlab.io', // Your website URL
baseUrl: '/docusaurus/', // Base URL for your project */
// For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io',
// baseUrl: '/test-site/',
// Used for publishing and more
projectName: 'test-site',
organizationName: 'facebook',
projectName: 'docusaurus',
organizationName: 'GitLab',
// 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...
// organizationName: 'JoelMarcey'
......@@ -73,7 +73,7 @@ const siteConfig = {
*/
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright: `Copyright © ${new Date().getFullYear()} Your Name or Your Company Name`,
copyright: `Copyright © ${new Date().getFullYear()} GitLab`,
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks.
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment