From 481a2a665d93a830f9ccfb3819e48c5cd0e6ec98 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Tue, 20 May 2025 02:07:38 +0200 Subject: [PATCH] init --- .gitignore | 1 + bundle.css | 37 +++++++++++++++++++++++++++ eleventy.config.js | 7 ++++++ index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 107 insertions(+) create mode 100644 .gitignore create mode 100644 bundle.css create mode 100644 eleventy.config.js create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0baf015 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/_site diff --git a/bundle.css b/bundle.css new file mode 100644 index 0000000..782019a --- /dev/null +++ b/bundle.css @@ -0,0 +1,37 @@ +:root { + color-scheme: light dark; +} + +body { + font-family: sans-serif; + margin: auto; + max-width: 90vw; +} + +ul { + list-style: none; + padding: 0; +} + +li { + font-size: 120%; + margin-bottom: 10px; + box-sizing: border-box; +} + +li a { + text-decoration: none; +} + +li a:hover { + text-decoration: underline; +} + +#link-section { + display: flex; + flex-wrap: wrap; +} + +#link-section section { + padding-inline-end: 5vw; +} diff --git a/eleventy.config.js b/eleventy.config.js new file mode 100644 index 0000000..373a667 --- /dev/null +++ b/eleventy.config.js @@ -0,0 +1,7 @@ +export default function (eleventyConfig) { + eleventyConfig.addPassthroughCopy("bundle.css"); + + eleventyConfig.addWatchTarget("bundle.css"); + + eleventyConfig.setServerPassthroughCopyBehavior("passthrough"); +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..d13d4ab --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ +--- +socials: + discord: "https://discord.com/users/821827926504112129" + bluesky: "https://bsky.app/profile/owoxun.bsky.social" + roblox: "https://www.roblox.com/users/149009823" + last.fm: "https://www.last.fm/user/xunuwu" + github: "https://github.com/xunuwu" + steam: "https://steamcommunity.com/id/xunuwu/" + +# info field is optional, title and link are mandatory +projects: + - title: nixos config + info: configuration files for all my nixos computers + link: https://github.com/xunuwu/nixos-config + - title: waymouse + info: a cli utility for simulating mouse inputs on wayland + link: https://github.com/xunuwu/waymouse +--- + + + + + + xunuwu + + + +
+

xunuwu

+
+
+
+

+ hi im xun 😼 +
+ i code and play video games sometimes (mostly roblox and fps games) +

+ +
+ +