summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-10Prevent removing CSS preloads during bundling (#1326)Gravatar Bartek Igielski 8-18/+96
* Prevent removing nodes, becasue styles preloading was detected earlier * Add separate deduping for preloads and cover it with tests. * Create quiet-horses-turn.md * Test merging preload tags
2021-09-10Fix typos in Netlify sponsorship announcement blog post (#1346)Gravatar mundry 1-4/+4
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-09-10[ci] collect statsGravatar FredKSchott 2-1/+2
2021-09-09blog: announce netlify sponsorship (#1345)Gravatar Fred K. Schott 4-5/+64
2021-09-09Version Packages (#1344)Gravatar github-actions[bot] 29-53/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09Revert "Version Packages (#1303)"Gravatar Fred K. Schott 29-42/+53
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
2021-09-09update lockfileastro@0.20.5@astrojs/markdown-support@0.3.1Gravatar Fred K. Schott 1-9/+9
2021-09-09Version Packages (#1303)Gravatar github-actions[bot] 29-53/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09[ci] collect statsGravatar FredKSchott 2-1/+2
2021-09-08Update netlify deploy instructions for `.nvmrc` syntax (#1337)Gravatar Caleb Jasik 1-1/+1
2021-09-08[ci] yarn formatGravatar jasikpark 1-1/+0
2021-09-08Add `.gitpod.yml` for continuous prebuilds for speedy project startup! (#1328)Gravatar Caleb Jasik 1-0/+10
2021-09-08[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-09-08Opening app to all IPs instead of localhost (#1339)Gravatar Aleš Vaupotič 1-1/+9
I see people often ask about opening up the app to local network so this looked like a good place to explain how to do it.
2021-09-08[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-07[ci] yarn formatGravatar jasikpark 1-3/+3
2021-09-07Fix parsing of an empty literal `<pre></pre>` in markdown source (#1332)Gravatar Caleb Jasik 4-0/+38
2021-09-07[ci] yarn formatGravatar FredKSchott 1-22/+23
2021-09-07📘 DOC: New "Publish to npm" documentation (#1323)Gravatar Fred K. Schott 3-53/+138
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email>
2021-09-07[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-06docs: small themes copy updatesGravatar Fred K. Schott 1-5/+3
2021-09-06fix type on themes.jsonGravatar Fred K. Schott 1-3/+3
2021-09-06[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-06fix bad importGravatar Fred K. Schott 1-1/+1
2021-09-06[ci] yarn formatGravatar FredKSchott 2-2/+1
2021-09-06cleanup docs changesGravatar Fred K. Schott 33-861/+37
2021-09-06[ci] yarn formatGravatar FredKSchott 25-139/+215
2021-09-06Docs/example and templates v2 (#1100)Gravatar Fred K. Schott 41-54/+982
2021-09-06scale back the examples pageGravatar Fred K. Schott 114-5831/+228
2021-09-06Adds examples pageGravatar aFuzzyBear 135-68/+6599
2021-09-05[ci] yarn formatGravatar jasikpark 1-2/+3
2021-09-05Update `yarn.lock` with @octokit dep updates\n\n `--frozen-lockfile` was ↵Gravatar Caleb Jasik 1-13/+25
complaining that the lockfile needed updates.
2021-09-05docs: set +/- prefix to non-selectable (#1316)Gravatar Sam Chen 1-0/+4
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 2-2/+20
2021-09-05[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-04📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299)Gravatar Caleb Jasik 2-2/+14
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott
2021-09-04examples: Fix with-tailwindcss example #1256 (#1312)Gravatar kreako 2-1/+1
2021-09-04[ci] collect statsGravatar FredKSchott 2-1/+2
2021-09-03docs: add a period (#1306)Gravatar Sam Chen 1-1/+1
2021-09-03skip 404.html pages in sitemap generation (#1304)Gravatar Mani Gandham 1-0/+5
* skip 404.html pages in sitemap generation * update path check for 404 * add changeset
2021-09-03[ci] yarn formatGravatar FredKSchott 2-11/+14
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 25-11/+255
* add code component * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix format in debug component * remove Debug changes * add wrap support * add props docs * update default theme Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-09-03Comment out RSS call in example (#1302)Gravatar Tushar Sadhwani 1-13/+15
* Comment out RSS call in example * Update [...page].astro Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-03[ci] yarn formatGravatar tony-sull 1-9/+15
2021-09-03Format config errors for humans (#1298)Gravatar Fred K. Schott 7-14/+92
* format config errors * fix bad root
2021-09-03fix astro esm-cjs entrypoint (#1300)Gravatar Fred K. Schott 2-1/+16
2021-09-03Import unified types as unified since there is no default export for ↵Gravatar Caleb Jasik 3-2/+7
'unified'. (#1296)
2021-09-03[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-02fix stat.csv bugGravatar Fred K. Schott 2-9/+5
2021-09-02[ci] collect statsGravatar FredKSchott 1-0/+1