https://github.com/vigo/ugur.ozyilmazel.com
Kişisel web sitem
https://github.com/vigo/ugur.ozyilmazel.com
bash blog golang python ruby textmate
Last synced: 3 months ago
JSON representation
Kişisel web sitem
- Host: GitHub
- URL: https://github.com/vigo/ugur.ozyilmazel.com
- Owner: vigo
- License: mit
- Created: 2022-01-02T09:36:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T17:53:26.000Z (over 1 year ago)
- Last Synced: 2025-03-09T18:31:11.292Z (over 1 year ago)
- Topics: bash, blog, golang, python, ruby, textmate
- Language: HTML
- Homepage: https://ugur.ozyilmazel.com
- Size: 61.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

[](https://github.com/vigo/ugur.ozyilmazel.com/actions/workflows/pages/pages-build-deployment)
# ugur.ozyilmazel.com - V6
Kişisel web sitem...
## Rakefile
```bash
$ rake -T
rake build # build pages
rake deploy[bump] # deploy to gh-pages with bump
rake new:page[title,language] # new page
rake new:post[title,language,publish_date] # new blog post
rake now # print now
rake run_server # run server
```
Yeni post için;
```bash
rake new:post["Python\, TextMate Ne Alakası Var?"] # virgül escape edilmeli
rake new:post["Hello World", "en"] # ingilizce
rake new:post["Hello World", "en","2024-05-14 21:00"] # ingilizce + tarih
```
---
## Lisans
Bu proje MIT lisansı kullanmaktadır.