-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73378e2
commit 0f6401a
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule project-portfolio
updated
22 files
+3 −0 | Dockerfile | |
+54 −8 | README.md | |
+ − | screenshot.png | |
+4 −2 | src/css/main.css | |
+0 −7 | src/js/lang.js | |
+0 −43 | src/js/main.js | |
+1 −1 | static/css/main.css | |
+0 −1 | static/js/lang.js | |
+1 −1 | static/js/main.js | |
+1 −1 | static/js/page.js | |
+2 −2 | static/js/search.js | |
+1 −1 | tailwind.config.js | |
+1 −1 | templates/index.html | |
+46 −124 | templates/layout.html | |
+125 −12 | templates/macros.html | |
+3 −16 | templates/page.html | |
+17 −2 | templates/projects/list.html | |
+2 −80 | templates/projects/single.html | |
+12 −1 | templates/skills/list.html | |
+2 −80 | templates/skills/single.html | |
+9 −34 | theme.toml | |
+6 −1 | update-css.sh |
Submodule tabi
updated
13 files
Submodule zluinav
updated
30 files
Submodule zolarwind
updated
5 files
+11 −5 | css/main.css | |
+12 −22 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | static/css/generated.css | |
+19 −20 | templates/partials/footer.html |