From 649348e5c24abf0616f0fca7d64a51a634b7a2f9 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 9 Sep 2023 23:43:26 +0300 Subject: [PATCH] Update `pyproject.toml` --- README.md | 2 +- pyproject.toml | 16 ++++++++++++++++ src/templates/layout.html | 22 +++++++++++----------- 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4d38c01..1ce8342 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kristofers Solo website Portfolio build using [django](https://www.djangoproject.com/). -![Lint](https://github.com/kristoferssolo/kristofersxyz/actions/workflows/lint.yml/badge.svg) +![](https://github.com/kristoferssolo/kristofersxyz/actions/workflows/ruff.yml/badge.svg) ![](https://github.com/kristoferssolo/kristofersxyz/actions/workflows/test.yml/badge.svg) ## Development server Install packages from `requirements.txt`. diff --git a/pyproject.toml b/pyproject.toml index d24d060..52ba71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,19 @@ +[project] +name = "kristofersxyz" +version = "0.1.0" +description = "Portfolio build using django." +authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] +readme = "README.md" +requires-python = ">=3.10" +license = { text = "GPLv3" } +classifiers = [ + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3:10", + "Programming Language :: Python :: 3:11", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", +] + + [tool.mypy] check_untyped_defs = true disallow_any_generics = true diff --git a/src/templates/layout.html b/src/templates/layout.html index f7f38d6..fbca728 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -2,29 +2,29 @@ - - - + + + + rel="stylesheet" /> {% block title %}{% endblock %} + href="{% static 'main/css/reset.css' %}" /> + href="{% static 'main/css/colors.css' %}" /> + href="{% static 'main/css/navigation_button.css' %}" /> + href="{% static 'main/css/button.css' %}" /> + href="{% static 'main/css/layout.css' %}" /> {% block meta %}{% endblock %} @@ -33,7 +33,7 @@
- +
@@ -52,7 +52,7 @@ src="{% static 'main/audio/csgo-throwing-flashbang-sound-effect.m4a' %}"> - +