Skip to content

Commit b4442f2

Browse files
committed
Merch test
1 parent 90f09b0 commit b4442f2

32 files changed

Lines changed: 4765 additions & 2 deletions

website/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"license": "MIT",
55
"dependencies": {
6+
"@stripe/stripe-js": "^1.20.3",
67
"codemirror": "^5.63.1",
78
"docsearch.js": "2",
89
"jquery": "^3.6.0",
@@ -18,7 +19,9 @@
1819
"@parcel/packager-xml": "^2.0.0",
1920
"@parcel/transformer-raw": "^2.0.0",
2021
"@parcel/transformer-xml": "^2.0.0",
22+
"@tailwindcss/aspect-ratio": "^0.3.0",
2123
"@tailwindcss/forms": "^0.3.4",
24+
"@tailwindcss/typography": "^0.4.1",
2225
"@types/jquery": "^3.5.5",
2326
"autoprefixer": "^10.3.7",
2427
"luxon": "^1.27.0",
@@ -39,7 +42,8 @@
3942
},
4043
"scripts": {
4144
"check": "tsc -p tsconfig.json --noEmit && tslint -p tsconfig.json -c tslint.json",
42-
"watch:parcel": "parcel serve tmp/*.html tmp/**/*.html tmp/*.xml tmp/robots.txt --dist-dir dist/ --no-cache",
45+
"fix": "tslint -p tsconfig.json -c tslint.json --fix",
46+
"watch:parcel": "parcel serve tmp/*.html tmp/**/*.html tmp/*.xml tmp/robots.txt --dist-dir dist/ --no-cache --no-source-maps",
4347
"watch:11ty": "eleventy --watch",
4448
"build:parcel": "parcel build tmp/*.html tmp/**/*.html tmp/*.xml tmp/robots.txt --dist-dir dist/ --no-source-maps --public-url https://phpstan.org/",
4549
"build:11ty": "eleventy",

website/src/_layouts/_base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</head>
2626
<body>
2727

28-
<div class="bg-white flex flex-col main-area">
28+
<div class="flex flex-col main-area" style="{% block bgColor %}background-color: #fff{% endblock %}">
2929
<nav class="bg-white border-b border-gray-200 flex-shrink z-10 nav-header">
3030
<!-- ko with: mainMenu -->
3131
<div class="max-w-5xl mx-auto px-4 md:px-6">

website/src/images/badges.jpg

168 KB
Loading
565 KB
Binary file not shown.
566 KB
Binary file not shown.
39 KB
Binary file not shown.
38.6 KB
Binary file not shown.

website/src/images/og-merch.jpg

77.1 KB
Loading

website/src/images/phpstan-1-0.png

493 KB
Loading
164 KB
Loading

0 commit comments

Comments
 (0)