Skip to content

Commit 5604f16

Browse files
authored
chore: Setted up site and removed extra posts (#5)
* chore: Setted up site and removed extra posts * style: Formatted code
1 parent 7142732 commit 5604f16

File tree

5 files changed

+2
-36
lines changed

5 files changed

+2
-36
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export default defineConfig({
88
vite: {
99
plugins: [tailwindcss()],
1010
},
11+
site: "https://binarybrains-upiicsa.github.io/",
1112
});

data/repositories/100-dias-10-proyectos.md

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

data/repositories/BB-101-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'BB101'
2+
title: 'BB-101'
33
link: 'https://github.com/casco613/BB-101'
44
technologies:
55
- 'C'

src/pages/index.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import SectionContainer from "../components/SectionContainer.astro";
66
import Layout from "../layouts/Layout.astro";
77
import RepositoryCard from "../components/RepositoryCard.astro";
88
import EventCard from "../components/EventCard.astro";
9-
import { DEFAULT_REPOSITORY } from "../utils/constants";
109
1110
const CURRENT_DATE = new Date(
1211
new Date()
@@ -100,12 +99,6 @@ const events = (await getCollection("events"))
10099
))
101100
: null
102101
}
103-
<RepositoryCard
104-
title={DEFAULT_REPOSITORY.title}
105-
description={DEFAULT_REPOSITORY.description}
106-
imagePath={DEFAULT_REPOSITORY.imagePath}
107-
link={DEFAULT_REPOSITORY.link}
108-
/>
109102
</div>
110103
</SectionContainer>
111104
</main>

src/utils/constants.ts

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

0 commit comments

Comments
 (0)