|
1 | 1 | export default defineAppConfig({ |
2 | | - logo: '/images/logo.svg', |
| 2 | + logo: '', |
3 | 3 |
|
4 | | - url: 'https://mistral.bloggrify.com/', |
| 4 | + url: 'https://notes.cnkbekir.dev/', |
5 | 5 |
|
6 | 6 | theme: 'mistral', |
7 | 7 |
|
8 | 8 | // The name of the blog itself |
9 | | - name: 'Bloggrify', |
| 9 | + name: 'cnkbekir notes', |
10 | 10 | avatar: '/images/avatar.jpg', |
11 | 11 | // The description of the blog if any |
12 | 12 | description: 'lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.', |
13 | 13 |
|
14 | | - analytics: { |
15 | | - provider: 'pirsch', |
16 | | - pirsch: { |
17 | | - code: 'UMgcWhIpdgfYXWLqLmCesiKf6vpSZBfv' |
18 | | - } |
19 | | - }, |
20 | | - |
21 | 14 | 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', |
29 | 22 |
|
30 | 23 | // possible values : 'facebook', 'twitter', 'linkedin', 'email', 'pinterest', 'reddit', 'pocket', 'whatsapp', 'telegram', 'skype' |
31 | 24 | // 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'] |
33 | 26 | }, |
34 | 27 |
|
35 | 28 | 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,}, |
41 | 30 | 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, |
46 | 32 | }, |
47 | | - |
48 | 33 | table_of_contents: false, |
49 | 34 |
|
50 | 35 | // the list of authors |
51 | 36 | // the default author will be used for all posts if no author is specified |
52 | 37 | // and the mistral theme use the default author for the main page |
53 | 38 | authors: [ |
54 | 39 | { |
55 | | - username: 'hugo', |
| 40 | + username: 'cnkbekir', |
56 | 41 | default: true, |
57 | | - name: 'Hugo Lassiège', |
| 42 | + name: 'Bekir Çankaya', |
58 | 43 | description: |
59 | | - 'Main maintainer of Bloggrify', |
60 | | - avatar: '/images/avatar.jpeg', |
| 44 | + 'Software Developer', |
| 45 | + avatar: '/images/avatar.jpg', |
61 | 46 | 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', |
70 | 49 | }, |
71 | 50 | }, |
72 | 51 | ], |
73 | 52 |
|
74 | 53 | menu: () => [ |
75 | 54 | { name: 'Home', path: '/' }, |
76 | | - { name: 'Documentation', path: '/about' }, |
77 | 55 | { name: 'Archives', path: '/archives' }, |
78 | 56 | ], |
79 | 57 |
|
|
0 commit comments