Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidolko authored Apr 7, 2024
1 parent 7bab897 commit 73a1327
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 73a1327

Please sign in to comment.