diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..8543add --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +title: DeFlock Blog +description: Blog about surveillance, weird kiosks, and more +author: NullPlate +baseurl: "" # leave blank if using a custom domain +url: "https://blog.deflock.me" +theme: minima diff --git a/_posts/2025-07-23-first-post.md b/_posts/2025-07-23-first-post.md new file mode 100644 index 0000000..2422daa --- /dev/null +++ b/_posts/2025-07-23-first-post.md @@ -0,0 +1,9 @@ +--- +layout: post +title: "First Blog Post" +date: 2025-07-23 +--- + +Here we go — Markdown, powered by GitHub and Jekyll. + +This is the first post on the DeFlock blog. diff --git a/index.md b/index.md new file mode 100644 index 0000000..a76863e --- /dev/null +++ b/index.md @@ -0,0 +1,6 @@ +--- +layout: home +title: DeFlock Blog +--- + +Welcome to the DeFlock Blog. Here's where the madness lives.