Update something
This commit is contained in:
parent
f4087dfe57
commit
ce208d66a9
@ -28,7 +28,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
shikiConfig: {
|
shikiConfig: {
|
||||||
// For more themes, visit https://shiki.style/themes
|
// For more themes, visit https://shiki.style/themes
|
||||||
themes: { light: "github-light", dark: "material-theme-palenight" },
|
themes: { light: "catppuccin-latte", dark: "catppuccin-frappe" },
|
||||||
wrap: true,
|
wrap: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -38,7 +38,4 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
scopedStyleStrategy: "where",
|
scopedStyleStrategy: "where",
|
||||||
experimental: {
|
|
||||||
contentLayer: true,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
7
logo.svg
Normal file
7
logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
10
package.json
10
package.json
@ -14,10 +14,10 @@
|
|||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.3",
|
"@astrojs/check": "0.9.4",
|
||||||
"@astrojs/rss": "^4.0.7",
|
"@astrojs/rss": "4.0.11",
|
||||||
"@resvg/resvg-js": "^2.6.2",
|
"@resvg/resvg-js": "^2.6.2",
|
||||||
"astro": "^4.16.3",
|
"astro": "5.1.7",
|
||||||
"fuse.js": "^7.0.0",
|
"fuse.js": "^7.0.0",
|
||||||
"lodash.kebabcase": "^4.1.1",
|
"lodash.kebabcase": "^4.1.1",
|
||||||
"remark-collapse": "^0.1.2",
|
"remark-collapse": "^0.1.2",
|
||||||
@ -28,8 +28,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^3.6.2",
|
"@astrojs/react": "^3.6.2",
|
||||||
"@astrojs/sitemap": "^3.1.6",
|
"@astrojs/sitemap": "3.2.1",
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "5.1.4",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"@types/github-slugger": "^1.3.0",
|
"@types/github-slugger": "^1.3.0",
|
||||||
"@types/lodash.kebabcase": "^4.1.9",
|
"@types/lodash.kebabcase": "^4.1.9",
|
||||||
|
@ -3,7 +3,6 @@ pubDatetime: 2025-01-05
|
|||||||
title: "Neovim Setup"
|
title: "Neovim Setup"
|
||||||
description: Switching from VS Code to Neovim was difficult but worth it.
|
description: Switching from VS Code to Neovim was difficult but worth it.
|
||||||
featured: true
|
featured: true
|
||||||
draft: true
|
|
||||||
tags:
|
tags:
|
||||||
- neovim
|
- neovim
|
||||||
---
|
---
|
||||||
|
@ -23,6 +23,9 @@ const socialCount = SOCIALS.filter(social => social.active).length;
|
|||||||
<Header />
|
<Header />
|
||||||
<main id="main-content">
|
<main id="main-content">
|
||||||
<section id="hero">
|
<section id="hero">
|
||||||
|
<div style="display:none;">
|
||||||
|
<a rel="me" href="https://hachyderm.io/@tiff">Mastodon</a>
|
||||||
|
</div>
|
||||||
<h1>tiff on software</h1>
|
<h1>tiff on software</h1>
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user