Skip to content

Commit

Permalink
first post
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Varanasi authored and Kaushik Varanasi committed May 21, 2023
1 parent 45f2d3c commit f598991
Show file tree
Hide file tree
Showing 8 changed files with 613 additions and 217 deletions.
Binary file added public/images/snatch.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Footer/Social.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex items-center justify-center mt-4">
<a href="#" class="ml-4" aria-label="Twitter" rel="noopener">
<a href="https://twitter.com/kaushik__v" class="ml-4" aria-label="Twitter" rel="noopener">
<svg class="h-6 w-6 hover:text-hot-pink" xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" viewBox="0 0 16 16" width="16"
height="16">
Expand All @@ -10,7 +10,7 @@
</g>
</svg>
</a>
<a href="#" class="ml-4" aria-label="YouTube"
<a href="https://www.youtube.com/channel/UC8ZV2pUQHhYcfg0cmziVd0w" class="ml-4" aria-label="YouTube"
rel="noopener">
<svg class="h-6 w-6 hover:text-hot-pink" xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" viewBox="0 0 16 16" width="16"
Expand All @@ -22,7 +22,7 @@
</g>
</svg>
</a>
<a href="#" class="ml-4" aria-label="Github" rel="noopener">
<a href="https://github.com/kaushik94" class="ml-4" aria-label="Github" rel="noopener">
<svg class="h-6 w-6 hover:text-hot-pink" xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" viewBox="0 0 16 16" width="16"
height="16">&gt;<g transform="matrix(0.6666666666666666,0,0,0.6666666666666666,0,0)">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<nav>
<div class="max-w-5xl mx-auto px-3 py-3 flex items-center justify-between h-16">
<a href="/" class="font-bold text-xl hover:text-hot-pink">Creek</a>
<a href="/" class="font-bold text-xl hover:text-hot-pink">Rocketgraph</a>
<a href="/search" class="">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
Expand Down
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interface MarkdownFrontmatter {
date: number;
}
const title = 'Creek';
const description = 'A Theme for Astro';
const title = 'Rocketgraph';
const description = 'Blog';
const seoDescription = 'Creek is a theme for Astro static site generator';
const allPosts = await Astro.glob<MarkdownFrontmatter>('./posts/*.md');
Expand Down
68 changes: 0 additions & 68 deletions src/pages/posts/how-to-compare-dates-in-javascript.md

This file was deleted.

98 changes: 0 additions & 98 deletions src/pages/posts/installing-go-on-a-mac.md

This file was deleted.

0 comments on commit f598991

Please sign in to comment.