Skip to content

Commit

Permalink
πŸ“‹ show all blogs
Browse files Browse the repository at this point in the history
πŸ“‹ show all blogs
  • Loading branch information
KaradzaJuraj authored Feb 29, 2024
2 parents 0d6cd73 + 4fd14b3 commit cd6f298
Showing 1 changed file with 64 additions and 63 deletions.
127 changes: 64 additions & 63 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,50 @@

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Cyclops',
tagline: 'Dev friendly Kubernetes',
favicon: 'img/logo.png',
title: "Cyclops",
tagline: "Dev friendly Kubernetes",
favicon: "img/logo.png",

// Set the production url of your site here
url: 'https://cyclops-ui.github.io',
url: "https://cyclops-ui.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: "/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'cyclops-ui', // Usually your GitHub org/user name.
projectName: 'cyclops-ui.github.io', // Usually your repo name.
organizationName: "cyclops-ui", // Usually your GitHub org/user name.
projectName: "cyclops-ui.github.io", // Usually your repo name.

onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
defaultLocale: "en",
locales: ["en"],
},

presets: [
[
'@docusaurus/preset-classic',
"@docusaurus/preset-classic",
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
sidebarPath: require.resolve("./sidebars.js"),
},
gtag: {
trackingID: 'G-MNT2DFSGCM',
trackingID: "G-MNT2DFSGCM",
anonymizeIP: true,
},
blog: {
showReadingTime: true,
blogSidebarCount: "ALL",
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
customCss: require.resolve("./src/css/custom.css"),
},
}),
],
Expand All @@ -55,38 +56,38 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/which-would-you-prefer.png',
image: "img/which-would-you-prefer.png",
announcementBar: {
backgroundColor: '#68b6ac',
textColor: '#ffffff',
backgroundColor: "#222222",
textColor: "#ffffff",
isCloseable: false,

content:
'<b>πŸ”” We are launching our first release on <a href="https://www.producthunt.com/products/cyclops">Product Hunt</a> - show us your support πŸ””</b>'
'<b>⭐ We are <a href="https://github.com/cyclops-ui/cyclops">open-source on GitHub</a> - show us your support by giving us a star ⭐</b>',
},
navbar: {
title: 'Cyclops',
title: "Cyclops",
logo: {
alt: 'Cyclops logo',
src: 'img/logo.png',
alt: "Cyclops logo",
src: "img/logo.png",
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Docs',
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "Docs",
},
{to: 'blog', label: 'Blog', position: 'left'},
{ to: "blog", label: "Blog", position: "left" },
{
href: 'https://www.linkedin.com/company/cyclops-ui',
position: 'right',
className: 'header-linkedin-link',
href: "https://www.linkedin.com/company/cyclops-ui",
position: "right",
className: "header-linkedin-link",
},
{
href: 'https://github.com/cyclops-ui/cyclops',
position: 'right',
className: 'header-github-link',
href: "https://github.com/cyclops-ui/cyclops",
position: "right",
className: "header-github-link",
},
{
href: "https://discord.com/invite/8ErnK3qDb3",
Expand All @@ -96,71 +97,71 @@ const config = {
],
},
footer: {
style: 'dark',
style: "dark",
links: [
{
title: 'Docs',
title: "Docs",
items: [
{
label: 'About',
to: '/docs/about',
label: "About",
to: "/docs/about",
},
{
label: 'Installation',
to: '/docs/installation/prerequisites',
label: "Installation",
to: "/docs/installation/prerequisites",
},
],
},
{
title: 'Community',
title: "Community",
items: [
{
label: 'Discord',
href: 'https://discord.com/invite/8ErnK3qDb3',
label: "Discord",
href: "https://discord.com/invite/8ErnK3qDb3",
},
{
label: 'DEV Community',
href: 'https://dev.to/cyclops-ui'
label: "DEV Community",
href: "https://dev.to/cyclops-ui",
},
{
label: 'Product Hunt',
href: 'https://www.producthunt.com/products/cyclops'
}
label: "Product Hunt",
href: "https://www.producthunt.com/products/cyclops",
},
],
},
{
title: 'More',
title: "More",
items: [
{
label: 'GitHub',
href: 'https://github.com/cyclops-ui/cyclops',
label: "GitHub",
href: "https://github.com/cyclops-ui/cyclops",
},
{
label: 'Schedule a demo',
href: 'https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform',
label: "Schedule a demo",
href: "https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform",
},
{
label: 'Leave your feedback',
href: 'https://forms.gle/jrwcBHRtpwmK91v47'
}
label: "Leave your feedback",
href: "https://forms.gle/jrwcBHRtpwmK91v47",
},
],
},
{
title: 'Contact',
title: "Contact",
items: [
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/cyclops-ui/',
label: "LinkedIn",
href: "https://www.linkedin.com/company/cyclops-ui/",
},
{
html: '[email protected]',
}
]
}
html: "[email protected]",
},
],
},
],
},
colorMode: {
defaultMode: 'light',
defaultMode: "light",
disableSwitch: true,
},
}),
Expand Down

0 comments on commit cd6f298

Please sign in to comment.