Skip to content

Commit 17def52

Browse files
committed
Merge branch 'master' of github.com:momja/momja.github.io
2 parents ace1f03 + 0b07e3c commit 17def52

5 files changed

Lines changed: 26 additions & 18 deletions

File tree

blog-cms/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Flask==3.0.0
2-
GitPython==3.1.40
2+
GitPython==3.1.41
33
python-frontmatter==1.0.0
44
python-dateutil==2.9.0
55
PyYAML==6.0.1
66
markdown2==2.4.13
7-
Werkzeug==3.0.1
8-
gunicorn==21.2.0
7+
Werkzeug==3.1.6
8+
gunicorn==22.0.0

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Max Omdal",
1313
"license": "ISC",
1414
"dependencies": {
15-
"lodash": "^4.17.21",
15+
"lodash": "^4.18.1",
1616
"minimist": "^1.2.6"
1717
},
1818
"devDependencies": {

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ docopt-ng==0.9.0
22
easywatch==0.0.5
33
feedgen==1.0.0
44
feedgenerator==2.1.0
5-
Jinja2==3.1.4
5+
Jinja2==3.1.6
66
lxml==5.2.1
77
markdown2==2.4.13
88
MarkupSafe==2.1.5

style/tailwind.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
background-blend-mode: multiply, normal, screen, normal;
2929
}
3030

31+
@media (prefers-color-scheme: dark) {
32+
.paper-texture {
33+
background-image:
34+
url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700" opacity="1"><defs><filter id="nnnoise-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB"><feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="4" seed="15" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feSpecularLighting surfaceScale="16" specularConstant="3" specularExponent="20" lighting-color="%23d6ae3d" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="specularLighting"><feDistantLight azimuth="3" elevation="117"></feDistantLight></feSpecularLighting><feColorMatrix type="saturate" values="0" x="0%" y="0%" width="100%" height="100%" in="specularLighting" result="colormatrix"></feColorMatrix></filter></defs><rect width="700" height="700" fill="%231e293bff"></rect><rect width="700" height="700" fill="%23334155" filter="url(%23nnnoise-filter)"></rect></svg>');
35+
background-blend-mode: normal;
36+
}
37+
}
38+
3139
.theme {
3240
background-color: var(--bg-color);
3341
color: var(--font-color);

0 commit comments

Comments
 (0)