Skip to content

Commit 866b33c

Browse files
committed
proj: new bashwrite, add sponsor in homepage
1 parent e9fd6b3 commit 866b33c

File tree

5 files changed

+61
-1
lines changed

5 files changed

+61
-1
lines changed

assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
background: var(--theme);
9595
width: 0%;
9696
}
97+
98+
iframe {
99+
max-width: 95%
100+
}
101+
97102
/* end custom js css */
98103

99104
* {

assets/icons/bash.svg

Lines changed: 38 additions & 0 deletions
Loading

content/_index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Hello, I am ...</h2>
4242
<p>Newbie 🥚</p>
4343
</td>
4444
<td style="border: none; padding: 0; padding-left: 1em">
45-
<p>{{< icon "flutter" >}}</p>
45+
<p>{{< icon "flutter" >}} {{< icon "bash" >}}</p>
4646
</td>
4747
</tr>
4848
</tbody>
@@ -55,3 +55,7 @@ <h2>Hello, I am ...</h2>
5555
src="https://github-readme-stats.vercel.app/api?username=raycc51&show_icons=true&theme=transparent&title_color=bf4040&icon_color=bf4040&text_color=8f8d8d&border_radius=5"
5656
alt="github stat of raycc51"
5757
/>
58+
59+
60+
<iframe src="https://github.com/sponsors/RayCC51/button" title="Sponsor RayCC51" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
61+
75.9 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
title = "BashWrite ↗️"
3+
summary = "Single bash script builds your blog"
4+
date = 2025-04-27
5+
tags = ["blog", "static-site-generator", "bash"]
6+
draft = false
7+
showDate = false
8+
showReadingTime = false
9+
showToC = false
10+
showComments = false
11+
externalUrl = "https://raycc51.github.io/BashWrite/"
12+
coverImg = "bashwrite.webp"
13+
+++

0 commit comments

Comments
 (0)