From 73a13271d7c18219b0eb475c1b698ca1521024ed Mon Sep 17 00:00:00 2001 From: Dawid Olko Date: Sun, 7 Apr 2024 14:14:36 +0200 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 79dbf73..e998ce2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,33 @@ # linux.dawidolko.pl +``` +. +├── .github +│ └── ... +├── docs +│ └── ... +├── misc +│ └── ... +├── public +│ └── ... +├── src +│ ├── .env +│ ├── .env.production +│ └── ... +├── .gitignore +├── babel.config.js +├── CNAME +├── generate.py +├── LICENSE +├── package-lock.json +├── package.json +├── postcss.config.js +├── README.md +├── tailwind.config.js +├── update.cmd +└── vue.config.js +``` + ``` This is a web-driven blog tool that emulates the Deepin desktop UI, entirely reliant on Github Pages for open-source deployment. You can use it for a personal blog or as a personal resume.