Skip to content

Commit 5f71f36

Browse files
committed
Added some content
1 parent 663de2b commit 5f71f36

File tree

12 files changed

+334
-74
lines changed

12 files changed

+334
-74
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"spmeesseman.vscode-taskexplorer"
4+
]
5+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Codeuctivity"
4+
]
5+
}

docusaurus.config.ts

Lines changed: 67 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
6-
title: 'My Site',
7-
tagline: 'Dinosaurs are cool',
6+
title: 'codeuctivity',
7+
tagline: 'Turning Coffee into Code: A Journey of Joyful Creation',
88
favicon: 'img/favicon.ico',
99

1010
// Set the production url of your site here
11-
url: 'https://your-docusaurus-site.example.com',
11+
url: 'https://codeuctivity.github.io',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
1414
baseUrl: '/',
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.
18-
organizationName: 'facebook', // Usually your GitHub org/user name.
19-
projectName: 'docusaurus', // Usually your repo name.
18+
organizationName: 'codeuctivity', // Usually your GitHub org/user name.
19+
projectName: 'codeuctivity.github.io', // Usually your repo name.
2020

2121
onBrokenLinks: 'throw',
2222
onBrokenMarkdownLinks: 'warn',
@@ -33,20 +33,20 @@ const config: Config = {
3333
[
3434
'classic',
3535
{
36-
docs: {
37-
sidebarPath: './sidebars.ts',
38-
// Please change this to your repo.
39-
// Remove this to remove the "edit this page" links.
40-
editUrl:
41-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
42-
},
43-
blog: {
44-
showReadingTime: true,
45-
// Please change this to your repo.
46-
// Remove this to remove the "edit this page" links.
47-
editUrl:
48-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
49-
},
36+
// docs: {
37+
// sidebarPath: './sidebars.ts',
38+
// // Please change this to your repo.
39+
// // Remove this to remove the "edit this page" links.
40+
// editUrl:
41+
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
42+
// },
43+
// blog: {
44+
// showReadingTime: true,
45+
// // Please change this to your repo.
46+
// // Remove this to remove the "edit this page" links.
47+
// editUrl:
48+
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
49+
// },
5050
theme: {
5151
customCss: './src/css/custom.css',
5252
},
@@ -57,75 +57,83 @@ const config: Config = {
5757
themeConfig: {
5858
// Replace with your project's social card
5959
image: 'img/docusaurus-social-card.jpg',
60+
colorMode: {
61+
defaultMode: 'dark',
62+
disableSwitch: false,
63+
respectPrefersColorScheme: true,
64+
},
6065
navbar: {
61-
title: 'My Site',
66+
title: 'codeuctivity',
6267
logo: {
63-
alt: 'My Site Logo',
68+
alt: 'codeuctivity Logo',
6469
src: 'img/logo.svg',
6570
},
6671
items: [
72+
// {
73+
// type: 'docSidebar',
74+
// sidebarId: 'tutorialSidebar',
75+
// position: 'left',
76+
// label: 'Tutorial',
77+
// },
78+
// {to: '/blog', label: 'Blog', position: 'left'},
6779
{
68-
type: 'docSidebar',
69-
sidebarId: 'tutorialSidebar',
70-
position: 'left',
71-
label: 'Tutorial',
72-
},
73-
{to: '/blog', label: 'Blog', position: 'left'},
74-
{
75-
href: 'https://github.com/facebook/docusaurus',
80+
href: 'https://github.com/codeuctivity',
7681
label: 'GitHub',
7782
position: 'right',
7883
},
7984
],
8085
},
8186
footer: {
82-
style: 'dark',
8387
links: [
88+
// {
89+
// title: 'Docs',
90+
// items: [
91+
// {
92+
// label: 'Tutorial',
93+
// to: '/docs/intro',
94+
// },
95+
// ],
96+
// },
8497
{
85-
title: 'Docs',
86-
items: [
87-
{
88-
label: 'Tutorial',
89-
to: '/docs/intro',
90-
},
91-
],
92-
},
93-
{
94-
title: 'Community',
98+
title: 'Things',
9599
items: [
96-
{
97-
label: 'Stack Overflow',
98-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
99-
},
100-
{
101-
label: 'Discord',
102-
href: 'https://discordapp.com/invite/docusaurus',
103-
},
104-
{
105-
label: 'Twitter',
106-
href: 'https://twitter.com/docusaurus',
100+
{
101+
label: 'Nuget',
102+
href: 'https://www.nuget.org/packages?q=Codeuctivity',
107103
},
104+
// {
105+
// label: 'Stack Overflow',
106+
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
107+
// },
108+
// {
109+
// label: 'Discord',
110+
// href: 'https://discordapp.com/invite/docusaurus',
111+
// },
112+
// {
113+
// label: 'Twitter',
114+
// href: 'https://twitter.com/docusaurus',
115+
// },
108116
],
109117
},
110118
{
111-
title: 'More',
119+
title: 'More Things',
112120
items: [
113-
{
114-
label: 'Blog',
115-
to: '/blog',
116-
},
121+
// {
122+
// label: 'Blog',
123+
// to: '/blog',
124+
// },
117125
{
118126
label: 'GitHub',
119-
href: 'https://github.com/facebook/docusaurus',
127+
href: 'https://github.com/codeuctivity',
120128
},
121129
],
122130
},
123131
],
124-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
132+
copyright: `Copyright © ${new Date().getFullYear()} codeuctivity`,
125133
},
126134
prism: {
127-
theme: prismThemes.github,
128135
darkTheme: prismThemes.dracula,
136+
theme: prismThemes.github,
129137
},
130138
} satisfies Preset.ThemeConfig,
131139
};

src/components/HomepageFeatures/index.tsx

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,40 @@ type FeatureItem = {
1010

1111
const FeatureList: FeatureItem[] = [
1212
{
13-
title: 'Easy to Use',
14-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
13+
title: 'Visual comparing',
14+
Svg: require('@site/static/img/NuGet.svg').default,
1515
description: (
1616
<>
17-
Docusaurus was designed from the ground up to be easily installed and
18-
used to get your website up and running quickly.
17+
Compare images. One of my nuget packages.<br></br><a href="https://www.nuget.org/packages/Codeuctivity.ImageSharpCompare/">
18+
<img src="https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt="Nuget" />
19+
</a>
1920
</>
2021
),
2122
},
2223
{
23-
title: 'Focus on What Matters',
24-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
24+
title: 'Encrypt your PDFs',
25+
Svg: require('@site/static/img/lockpdfy.svg').default,
2526
description: (
2627
<>
27-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
28-
ahead and move your docs into the <code>docs</code> directory.
28+
Encrypt and decrypt PDFs using LockPDFy. On premise and open source. <a href="https://www.microsoft.com/store/productId/9NC5KPZM2ZRM">
29+
<img src="https://img.shields.io/badge/Windows%20Store-LockPDFy-green?style=flat&logo=windows" alt="Windows Store" />
30+
</a>
31+
<a href="https://play.google.com/store/apps/details?id=com.codeuctivity.LockPDFy">
32+
<img src="https://img.shields.io/badge/Google%20Play%20Store-LockPDFy-green?style=flat&logo=android" alt="Google Play Store" />
33+
</a>
34+
2935
</>
3036
),
3137
},
3238
{
33-
title: 'Powered by React',
34-
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
39+
title: 'Digitalize austrian invoices',
40+
Svg: require('@site/static/img/bonreader.svg').default,
3541
description: (
3642
<>
37-
Extend or customize your website layout by reusing React. Docusaurus can
38-
be extended while reusing the same header and footer.
43+
Scan QR codes on printed invoices and extract, store and export contained data.
44+
<a href="https://play.google.com/store/apps/details?id=com.codeuctivity.bonreaderPro">
45+
<img src="https://img.shields.io/badge/Google%20Play%20Store-BonReader-green?style=flat&logo=android" alt="Google Play Store" />
46+
</a>
3947
</>
4048
),
4149
},

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ function HomepageHeader() {
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
1919
<div className={styles.buttons}>
20-
<Link
20+
{/* <Link
2121
className="button button--secondary button--lg"
2222
to="/docs/intro">
2323
Docusaurus Tutorial - 5min ⏱️
24-
</Link>
24+
</Link> */}
2525
</div>
2626
</div>
2727
</header>

static/img/NuGet.png

5.02 KB
Loading

static/img/NuGet.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)