Commit graph

1420 commits

Author SHA1 Message Date
Caleb Jasik
9cf2df81db
Improve stats logging to use pretty-bytes so that 20B doesn't get output as 0kB, which is accurate, but confusing (#1329) 2021-09-14 16:50:00 -07:00
FredKSchott
6ac2568ae3 [ci] yarn format 2021-09-14 23:49:37 +00:00
(none)
d771dad669 Merge "Remove check for referenced files" (#1196)
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14 16:47:54 -07:00
Drew Powers
97d37f8f49
Docs: Add READMEs for renderers (#1351)
* Add README stub for renderers

* Add renderer READMEs
2021-09-14 16:26:23 -07:00
Cassidy Williams
5237db20b9
Update deployment docs for Netlify deployment (#1361)
* Update build command for Netlify

* Clarify directions for Netlify deploy versions

* Create deploy.md

* Update deploy.md

* Update deploy.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14 16:25:49 -07:00
Fred K. Schott
6f1e714962
Delete perfect-kids-occur.md (#1372) 2021-09-14 16:25:31 -07:00
FredKSchott
fe05e0b740 [ci] yarn format 2021-09-14 21:23:05 +00:00
mundry
32891fbe96
Self-host homepage fonts to improve page load speed (#1370)
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-09-14 14:21:40 -07:00
Matthew Phillips
b6a75494b1
Add types to examples and docs (#1347)
* Adds a changeset

* Add types to examples and docs

* Make changes based on review feedback

* Avoid using the variable named props

* Make path a const
2021-09-14 09:14:39 -04:00
FredKSchott
72c916535d [ci] collect stats 2021-09-14 12:07:05 +00:00
Marcus Otterström
b0a84a221b
Fix typo (#1360) 2021-09-13 18:36:04 -07:00
Tc001
6b8630c641
Disclaimer for Github pages / jekyll quirk (#1355)
* Added GH pages disclaimer

* Added changeset

* Reworded disclaimer

* Correct GH Pages casing

* Update deploy.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-13 15:39:45 -07:00
Fred K. Schott
d7b6e54810
fix outdated lockfile issue (#1357) 2021-09-13 15:34:40 -07:00
Nate Moore
0f28033a9d
Add astro.build/play link (#1359)
* feat: add rewrite to play.astro.build

* fix: subpath redirects
2021-09-13 16:47:33 -05:00
FredKSchott
b5623ada16 [ci] yarn format 2021-09-13 18:12:51 +00:00
Matthew Phillips
2f349cbabf
Add a new lockfile (#1356) 2021-09-13 11:11:35 -07:00
FredKSchott
36d991f8ac [ci] collect stats 2021-09-13 12:08:09 +00:00
FredKSchott
c389a2dbce [ci] collect stats 2021-09-12 12:08:13 +00:00
FredKSchott
80011c38e4 [ci] collect stats 2021-09-11 12:06:56 +00:00
Bartek Igielski
dd92871fd7
Prevent removing CSS preloads during bundling (#1326)
* 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-10 11:17:17 -06:00
mundry
85bc51930b
Fix typos in Netlify sponsorship announcement blog post (#1346)
Co-authored-by: mundry <mundry@users.noreply.github.com>
2021-09-10 08:30:01 -04:00
FredKSchott
e758060e3b [ci] collect stats 2021-09-10 12:04:54 +00:00
Fred K. Schott
224b51e460
blog: announce netlify sponsorship (#1345) 2021-09-09 11:49:37 -07:00
github-actions[bot]
2847ff5382
Version Packages (#1344)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09 10:57:16 -07:00
Fred K. Schott
b03f877102 Revert "Version Packages (#1303)"
This reverts commit 1a88cfde7d.
2021-09-09 10:53:52 -07:00
Fred K. Schott
dcf94bc352 update lockfile 2021-09-09 10:53:17 -07:00
github-actions[bot]
1a88cfde7d
Version Packages (#1303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09 10:41:31 -07:00
FredKSchott
fa8e6790e6 [ci] collect stats 2021-09-09 12:07:14 +00:00
Caleb Jasik
0b73a093ee
Update netlify deploy instructions for .nvmrc syntax (#1337) 2021-09-08 12:42:25 -05:00
jasikpark
c36c9ba200 [ci] yarn format 2021-09-08 17:40:48 +00:00
Caleb Jasik
64b86f3769
Add .gitpod.yml for continuous prebuilds for speedy project startup! (#1328) 2021-09-08 12:39:30 -05:00
FredKSchott
d2c2b1b55e [ci] yarn format 2021-09-08 17:37:14 +00:00
Aleš Vaupotič
d1370e9d69
Opening app to all IPs instead of localhost (#1339)
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 10:36:00 -07:00
FredKSchott
d71b75b2a6 [ci] collect stats 2021-09-08 12:06:35 +00:00
jasikpark
6fc8202e60 [ci] yarn format 2021-09-07 20:23:50 +00:00
Caleb Jasik
00fd7ca4dc
Fix parsing of an empty literal <pre></pre> in markdown source (#1332) 2021-09-07 15:22:23 -05:00
FredKSchott
105be57f80 [ci] yarn format 2021-09-07 18:41:08 +00:00
Fred K. Schott
bf4ba7c3ee
📘 DOC: New "Publish to npm" documentation (#1323)
* 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 11:39:36 -07:00
FredKSchott
8707d1a4f2 [ci] collect stats 2021-09-07 12:04:38 +00:00
Fred K. Schott
d67fddfbec docs: small themes copy updates 2021-09-06 22:49:23 -07:00
Fred K. Schott
ef09c3d3bf fix type on themes.json 2021-09-06 09:39:06 -07:00
FredKSchott
406c7d37a5 [ci] collect stats 2021-09-06 12:09:13 +00:00
Fred K. Schott
8963b6607a fix bad import 2021-09-06 01:42:58 -07:00
FredKSchott
5fe677d69c [ci] yarn format 2021-09-06 08:32:22 +00:00
Fred K. Schott
9f06fb014b cleanup docs changes 2021-09-06 01:31:10 -07:00
FredKSchott
b4d1c9bc64 [ci] yarn format 2021-09-06 08:25:23 +00:00
Fred K. Schott
6185f9f7b1 Docs/example and templates v2 (#1100) 2021-09-06 01:23:19 -07:00
Fred K. Schott
6dc05575a6 scale back the examples page 2021-09-06 01:21:55 -07:00
aFuzzyBear
d321d8366b Adds examples page 2021-09-06 01:21:39 -07:00
jasikpark
e686c3c504 [ci] yarn format 2021-09-05 15:31:20 +00:00