From 4b7b6d6d2c5a923c10da8199451d9b77d9dfe78a Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Thu, 13 Jun 2024 03:23:34 +0300 Subject: upd readme, go to source code href=/readme --- readme.md | 21 +++++++-------------- static/style.css | 10 ++++++++++ templates/partials/code/index.html | 5 ++++- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index 7e944af..a71a11e 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,10 @@ -# Портфоли +# Сайт визитка -Выбрал cgit как средство отображения по тому что ему надо очень мало реcурсов +Выбрал cgit как средство отображения системы контроля версий по тому что ему надо очень мало реcурсов +# Запуск ``` -npx tailwindcss -i ./templates/style.css -o ./static/style.css --watch - -``` -# run -``` -docker run -itd \ - --name yetsam \ - --restart always \ - -p 8000:8000 \ - -v ./static:/app/static \ - yetsam -``` +git clone https://dev.yetsam.ru/yetsam.git +cd ./yetsam +docker compose up -d +``` \ No newline at end of file diff --git a/static/style.css b/static/style.css index d688eec..4533793 100644 --- a/static/style.css +++ b/static/style.css @@ -871,6 +871,11 @@ div { color: rgb(161 161 170 / var(--tw-text-opacity)); } +.text-neutral-700 { + --tw-text-opacity: 1; + color: rgb(64 64 64 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } @@ -916,6 +921,11 @@ div { color: rgb(82 82 91 / var(--tw-text-opacity)); } +.hover\:text-secondary-900:hover { + --tw-text-opacity: 1; + color: rgb(24 24 27 / var(--tw-text-opacity)); +} + .group:hover .group-hover\:inline-block { display: inline-block; } diff --git a/templates/partials/code/index.html b/templates/partials/code/index.html index 9b39e59..8c718a2 100644 --- a/templates/partials/code/index.html +++ b/templates/partials/code/index.html @@ -2,10 +2,13 @@

Python 3.10 (sandbox)

go to source code (click me) +

+ git clone https://dev.yetsam.ru/yetsam.git

-- cgit v1.2.3