tangled
alpha
login
or
join now
holly.mlem.systems
/
devins.page
forked from
devins.page/devins.page
0
fork
atom
my website, hosted on wisp.place
0
fork
atom
overview
issues
pulls
pipelines
chore: remove some unnecessary things
-_-
devins.page
8 months ago
60a70ea6
50b8b892
+1
-10
4 changed files
expand all
collapse all
unified
split
src
components
Comments.astro
Header.astro
pages
index.astro
styles
global.css
+1
-1
src/components/Comments.astro
···
1
1
-
<section class="giscus">
1
1
+
<section class="giscus" style="margin-block: 1rem">
2
2
<script>
3
3
function Comments() {
4
4
// the giscus stuff is a bit hacky but i have to do this so it works i have no idea why
-2
src/components/Header.astro
···
9
9
<strong>external:</strong>
10
10
<a href="mailto:devin@devins.page">email</a>,
11
11
<a href="https://github.com/intergrav">github</a>,
12
12
-
<a href="https://wetdry.world/@intergrav">mastodon</a>,
13
13
-
<a href="https://bsky.app/profile/devins.page">bluesky</a>,
14
12
<a href="https://www.last.fm/user/devin_real">last.fm</a>
15
13
</nav>
16
14
</header>
-3
src/pages/index.astro
···
1
1
---
2
2
import Layout from "../layouts/Layout.astro";
3
3
-
import Badges from "../components/Badges.astro";
4
3
---
5
4
6
5
<Layout title="home" description="hi, i'm devin! :)">
···
53
52
>devin@devins.page</a
54
53
>.
55
54
</p>
56
56
-
57
57
-
<Badges />
58
55
</Layout>
-4
src/styles/global.css
···
411
411
border-color: var(--sc-prose-bd);
412
412
border-style: solid;
413
413
}
414
414
-
415
415
-
.giscus {
416
416
-
margin-block: 1rem;
417
417
-
}