Skip to content

Commit bb6b812

Browse files
committed
Corrected links in README, more extension recommendations
1 parent b65c621 commit bb6b812

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"bradlc.vscode-tailwindcss",
44
"esbenp.prettier-vscode",
55
"christian-kohler.npm-intellisense",
6-
"dbaeumer.vscode-eslint"
6+
"dbaeumer.vscode-eslint",
7+
"vue.volar",
8+
"vue.vscode-typescript-vue-plugin",
9+
"rvest.vs-code-prettier-eslint",
10+
"nuxtr.nuxtr-vscode"
711
]
812
}

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# xithrius.cloud
22

3-
Personal portfolio website.
3+
Personal portfolio website, written in Nuxt.
44

55
[![CI](https://github.com/Xithrius/xithrius.cloud/actions/workflows/ci.yml/badge.svg)](https://github.com/Xithrius/xithrius.cloud/actions/workflows/ci.yml)
66
[![Lines of code](https://tokei.rs/b1/github/Xithrius/xithrius.cloud?category=code)](https://github.com/Xithrius/xithrius.cloud)
@@ -10,32 +10,22 @@ Personal portfolio website.
1010
<table>
1111
<tr>
1212
<td> <b>Domain</b>
13-
<td> <b>Rendering type</b>
1413
<td> <b>Description</b>
1514

1615
<tr>
1716
<td> https://xithrius.cloud
18-
<td> Server Side Rendering
19-
<td> Links to all other subdomains, homepage
17+
<td> Homepage, with navigation to all other parts of the site
2018

2119
<tr>
2220
<td> https://xithrius.cloud/blog
23-
<td> Static
24-
<td> I like to write guides, and things that I've recently discovered
21+
<td> Blogs, guides, and fixes
2522

2623
<tr>
2724
<td> https://xithrius.cloud/projects
28-
<td> Incremental Static Regeneration
2925
<td> Project/template repository showcase
3026

31-
<tr>
32-
<td> https://xithrius.cloud/start
33-
<td> Static
34-
<td> A very simple start page
35-
3627
<tr>
3728
<td> https://xithrius.cloud/todo
38-
<td> Static
39-
<td> What I'm going TODO over the year(s)
29+
<td> What is to come in the future
4030

4131
</table>

0 commit comments

Comments
 (0)