Skip to content

Commit

Permalink
configure site
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimEhsan committed Aug 3, 2024
1 parent 53d292d commit cbd943f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({

// description: "Crowd sourced collection of interview questions of different BD tech companies",
base: '/interview-questions-bangladesh/',
cleanUrls: true,
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down Expand Up @@ -34,6 +35,14 @@ export default defineConfig({

socialLinks: [
{ icon: 'github', link: 'https://github.com/TamimEhsan/interview-questions-bangladesh' }
]
],
editLink: {
pattern: 'https://github.com/TamimEhsan/interview-questions-bangladesh/edit/master/:path',
text: 'Contribute to this page on GitHub'
},
search: {
provider: 'local'
},
lastUpdated: true
}
})
12 changes: 9 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ hero:
# link: /api-examples

features:
- title: 10+ companies
- icon:
src: /resource/office-building.png
title: 10+ companies
details: Collection of questions asked in multiple top companies of Bangladesh
- title: 100+ questions
- icon:
src: /resource/checklist.png
title: 100+ questions
details: Details and solutions of 100+ questions
- title: Tips and tricks
- icon:
src: /resource/lightbulb.png
title: Tips and tricks
details: Tips related to specific companies or overall interview preparation
---

Binary file added resource/checklist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/lightbulb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/office-building.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbd943f

Please sign in to comment.