https://github.com/ghostface-cybersecurity/blog
my blog website
https://github.com/ghostface-cybersecurity/blog
blog django python python3 site website
Last synced: 4 months ago
JSON representation
my blog website
- Host: GitHub
- URL: https://github.com/ghostface-cybersecurity/blog
- Owner: ghostface-cybersecurity
- License: mit
- Created: 2024-11-19T13:48:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T09:21:59.000Z (6 months ago)
- Last Synced: 2025-01-24T10:38:58.851Z (4 months ago)
- Topics: blog, django, python, python3, site, website
- Language: Python
- Homepage:
- Size: 27.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
You can call me hellсard and this website my blog.
It will tell more about my portfolio and pet projects, as well as about myself.
build setup (bash)
```
# copy repositorygit clone https://github.com/hellcard/blog.git
# installing dependencies
cd blog
python3 -m venv .venv
source .venv/bin/activate
pip install django~=4.1# server startup
python manage.py runserver
```