Skip to content

Commit 2b1319b

Browse files
committed
notes
1 parent fe6fd87 commit 2b1319b

File tree

15 files changed

+7601
-5970
lines changed

15 files changed

+7601
-5970
lines changed

app.config.ts

Lines changed: 19 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,57 @@
11
export default defineAppConfig({
2-
logo: '/images/logo.svg',
2+
logo: '',
33

4-
url: 'https://mistral.bloggrify.com/',
4+
url: 'https://notes.cnkbekir.dev/',
55

66
theme: 'mistral',
77

88
// The name of the blog itself
9-
name: 'Bloggrify',
9+
name: 'cnkbekir notes',
1010
avatar: '/images/avatar.jpg',
1111
// The description of the blog if any
1212
description: 'lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.',
1313

14-
analytics: {
15-
provider: 'pirsch',
16-
pirsch: {
17-
code: 'UMgcWhIpdgfYXWLqLmCesiKf6vpSZBfv'
18-
}
19-
},
20-
2114
socials: {
22-
twitter: 'https://twitter.com',
23-
mastodon: 'https://piaille.fr',
24-
youtube: 'https://youtube.com',
25-
linkedin: 'https://linkedin.com',
26-
facebook: 'https://facebook.com',
27-
instagram: 'https://instagram.com',
28-
github: 'https://github.com',
15+
twitter: '',
16+
mastodon: '',
17+
youtube: '',
18+
linkedin: 'https://www.linkedin.com/in/cnkbekir/',
19+
facebook: '',
20+
instagram: '',
21+
github: 'https://github.com/cnkbekir',
2922

3023
// possible values : 'facebook', 'twitter', 'linkedin', 'email', 'pinterest', 'reddit', 'pocket', 'whatsapp', 'telegram', 'skype'
3124
// see https://github.com/stefanobartoletti/nuxt-social-share
32-
sharing_networks: ['facebook', 'twitter', 'linkedin', 'email', 'pinterest', 'reddit', 'pocket', 'whatsapp', 'telegram', 'skype']
25+
sharing_networks: ['twitter', 'pocket']
3326
},
3427

3528
newsletter: {
36-
enabled: true,
37-
form_action: 'rssfeedpulse',
38-
provider: 'https://rssfeedpulse.com/api/campaign/996539cf-73e4-47b5-8d7c-2d7450174467/subscribe'
39-
},
40-
29+
enabled: false,},
4130
comments: {
42-
enabled: true,
43-
hyvor_talk: {
44-
website_id: '10519', // Replace with your Hyvor Talk website ID (it won't work with this one)
45-
},
31+
enabled: false,
4632
},
47-
4833
table_of_contents: false,
4934

5035
// the list of authors
5136
// the default author will be used for all posts if no author is specified
5237
// and the mistral theme use the default author for the main page
5338
authors: [
5439
{
55-
username: 'hugo',
40+
username: 'cnkbekir',
5641
default: true,
57-
name: 'Hugo Lassiège',
42+
name: 'Bekir Çankaya',
5843
description:
59-
'Main maintainer of Bloggrify',
60-
avatar: '/images/avatar.jpeg',
44+
'Software Developer',
45+
avatar: '/images/avatar.jpg',
6146
socials: {
62-
twitter: 'https://twitter.com/hugolassiege',
63-
twitter_username: 'hugolassiege',
64-
mastodon: 'https://piaille.fr/@hugolassiege',
65-
youtube: 'https://youtube.com/@eventuallycoding',
66-
linkedin: 'https://www.linkedin.com/in/hugolassiege/',
67-
// facebook: 'https://facebook.com',
68-
// instagram: 'https://instagram.com',
69-
github: 'https://github.com/hlassiege',
47+
linkedin: 'https://www.linkedin.com/in/cnkbekir/',
48+
github: 'https://github.com/cnkbekir',
7049
},
7150
},
7251
],
7352

7453
menu: () => [
7554
{ name: 'Home', path: '/' },
76-
{ name: 'Documentation', path: '/about' },
7755
{ name: 'Archives', path: '/archives' },
7856
],
7957

content/about.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

content/custom-components.md

Lines changed: 0 additions & 152 deletions
This file was deleted.

content/features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
id: "11"
2+
id: "9999"
3+
listed: false
34
title: "All features"
45
description: "Discover all the features of Bloggrify."
56
date: "2024-02-11"

content/katex.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)