diff --git a/.gitignore b/.gitignore index e84eea6..f752e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .hugo_build.lock /public/ /resources/ +**/.DS_Store/ +.DS_Store/ +content/.DS_Store diff --git a/content/en/_index.md b/content/en/_index.md deleted file mode 100644 index 3340f36..0000000 --- a/content/en/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Hello" -slug: "hello" ---- -Welcome to my site. - diff --git a/content/en/posts/my-first-post.md b/content/en/posts/my-first-post.md new file mode 100644 index 0000000..82560d0 --- /dev/null +++ b/content/en/posts/my-first-post.md @@ -0,0 +1,7 @@ +--- +title: "My First Post" +date: 2025-11-10 +draft: false +--- + +Some thoughts about what I’m building today.