Skip to content

Commit 2bda0dc

Browse files
authored
Merge pull request #13 from odesaur/content
feat: add description on about and projects
2 parents a7eb503 + 8118810 commit 2bda0dc

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

content/about.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
---
2-
title: 'About'
3-
button: 'About'
4-
weight: 2
5-
---
1+
+++
2+
description = "fun facts about me"
3+
title = 'About'
4+
button = 'About'
5+
weight = 2
6+
+++
67

78
```bash
89
Naut@Chimkin ~ $ me -h

content/project/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
aliases = ["posts", "articles", "blog", "showcase", "docs"]
33
title = "project"
44
author = "Naut"
5-
description = "Some interesting projects that I use"
5+
description = "Some interesting projects"
66
tags = ["index"]
77
+++

content/project/telescope.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title = 'Telescope'
33
date = '2024-10-29T13:45:26-07:00'
44
author = 'Naut'
5+
description = "best nvim plugin"
56
+++
67

7-
Check out this must-have nvim project called [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) </br>
8+
Check out this must-have nvim plugin called [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) </br>
9+
Made possible by [@tjdevries](https://github.com/tjdevries) </br>
810
![telescope](/telescope.gif)

public/about/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1 class="about__title">odesaur</h1>
8787
</div>
8888
<hr>
8989
<div class="aside__content">
90-
90+
<p>fun facts about me</p>
9191

9292

9393

public/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link>https://odesaur.github.io/project/telescope/</link>
2121
<pubDate>Tue, 29 Oct 2024 13:45:26 -0700</pubDate>
2222
<guid>https://odesaur.github.io/project/telescope/</guid>
23-
<description>&lt;p&gt;Check out this must-have nvim project called &lt;a href=&#34;https://github.com/nvim-telescope/telescope.nvim&#34;&gt;telescope.nvim&lt;/a&gt; &lt;/br&gt;&#xA;&lt;img src=&#34;https://odesaur.github.io/telescope.gif&#34; alt=&#34;telescope&#34;&gt;&lt;/p&gt;</description>
23+
<description>&lt;p&gt;Check out this must-have nvim plugin called &lt;a href=&#34;https://github.com/nvim-telescope/telescope.nvim&#34;&gt;telescope.nvim&lt;/a&gt; &lt;/br&gt;&#xA;Made possible by &lt;a href=&#34;https://github.com/tjdevries&#34;&gt;@tjdevries&lt;/a&gt; &lt;/br&gt;&#xA;&lt;img src=&#34;https://odesaur.github.io/telescope.gif&#34; alt=&#34;telescope&#34;&gt;&lt;/p&gt;</description>
2424
</item>
2525
<item>
2626
<title>Stem Support</title>

public/project/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 class="about__title">odesaur</h1>
9292
</div>
9393
<hr>
9494
<div class="aside__content">
95-
<p>Some interesting projects that I use</p>
95+
<p>Some interesting projects</p>
9696

9797
</div>
9898
</section>

public/project/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link>https://odesaur.github.io/project/telescope/</link>
1414
<pubDate>Tue, 29 Oct 2024 13:45:26 -0700</pubDate>
1515
<guid>https://odesaur.github.io/project/telescope/</guid>
16-
<description>&lt;p&gt;Check out this must-have nvim project called &lt;a href=&#34;https://github.com/nvim-telescope/telescope.nvim&#34;&gt;telescope.nvim&lt;/a&gt; &lt;/br&gt;&#xA;&lt;img src=&#34;https://odesaur.github.io/telescope.gif&#34; alt=&#34;telescope&#34;&gt;&lt;/p&gt;</description>
16+
<description>&lt;p&gt;Check out this must-have nvim plugin called &lt;a href=&#34;https://github.com/nvim-telescope/telescope.nvim&#34;&gt;telescope.nvim&lt;/a&gt; &lt;/br&gt;&#xA;Made possible by &lt;a href=&#34;https://github.com/tjdevries&#34;&gt;@tjdevries&lt;/a&gt; &lt;/br&gt;&#xA;&lt;img src=&#34;https://odesaur.github.io/telescope.gif&#34; alt=&#34;telescope&#34;&gt;&lt;/p&gt;</description>
1717
</item>
1818
<item>
1919
<title>Finch</title>

public/project/telescope/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<h1>Telescope</h1>
5555
</header>
5656
<div class="content__body">
57-
<p>Check out this must-have nvim project called <a href="https://github.com/nvim-telescope/telescope.nvim">telescope.nvim</a> </br>
57+
<p>Check out this must-have nvim plugin called <a href="https://github.com/nvim-telescope/telescope.nvim">telescope.nvim</a> </br>
58+
Made possible by <a href="https://github.com/tjdevries">@tjdevries</a> </br>
5859
<img src="/telescope.gif" alt="telescope"></p>
5960

6061
</div>
@@ -86,7 +87,7 @@ <h1 class="about__title">odesaur</h1>
8687
</div>
8788
<hr>
8889
<div class="aside__content">
89-
90+
<p>best nvim plugin</p>
9091

9192
<p>
9293
By Naut,

0 commit comments

Comments
 (0)