matthewp
68c6bc7d76
[ci] yarn format
2021-06-11 19:56:31 +00:00
Laura Caroline
348d829e94
Fix/issue #385 ( #392 )
...
* Apply favicon to the docs template
* Fix Sidebar category headers aren't clickable
Fixes #385
* Improve Docs example documentation
* Fix Documentation List on getting started page
2021-06-11 15:55:13 -04:00
Drew Powers
fb02a482c3
Fix baseUrl passed to Snowpack ( #391 )
2021-06-11 11:36:41 -06:00
Drew Powers
61b5590b95
Pass Astro site
to snowpack baseUrl
( #384 )
2021-06-11 10:57:32 -06:00
github-actions[bot]
6eacdbae42
Version Packages ( #381 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-11 09:15:16 -04:00
matthewp
86694cb8b8
[ci] yarn format
2021-06-11 13:04:33 +00:00
Matthew Phillips
1bab906539
Remove second snowpack instance ( #368 )
...
* Remove second snowpack instance
* Document import.meta.env.SSR
* Remove unnecessary Promise.all
2021-06-11 09:03:22 -04:00
Matthew Phillips
ce9336115e
Document the minimum node version ( #379 )
...
* Document the minimum node version
* Adds the changeset
2021-06-11 09:03:06 -04:00
matthewp
cc5d000fdc
[ci] yarn format
2021-06-10 18:11:17 +00:00
Matthew Phillips
afa09ee9dc
Add HMR port script when needed ( #375 )
...
* Always add HMR port script when HMR is enabled
* Add it only if there are client side components
* Fix the test
* Add a test where HMR port not set
* Upgrade snowpack version
* Fix snowpack semver
2021-06-10 14:10:15 -04:00
Drew Powers
a660e49f80
Add integration test for templates ( #372 )
2021-06-10 10:30:48 -06:00
Fred K. Schott
047b0fcc6c
Update syntax.md
2021-06-09 14:15:46 -07:00
Kevin (Kun) "Kassimo" Qian
5fbc1cb641
nit: ask user to modify devOptions.port when addr in use for dev ( #347 )
...
* nit: ask user to modify devOptions.port when addr in use for dev
* unnecessary import of red
* changeset
2021-06-09 16:48:25 -04:00
Christian Kaisermann
26853fd2ec
docs: fix browserlists link ( #351 )
...
* docs: fix browserlists link
* Update styling.md
2021-06-09 16:39:52 -04:00
Jeff
74d67b52c1
Fix broken link in README ( #359 )
...
The link to the "Partial Hydration" section from "Markdown" was missing a hyphen. Since I was changing it, I also moved it to the list of link reference definitions at the bottom.
2021-06-09 16:37:59 -04:00
Christopher Harrison
cbd5e1d259
Update vs code link ( #366 )
...
I think this is the link you wanted for the extension
2021-06-09 16:10:06 -04:00
Matthew Phillips
7d5e007bf7
Update contributing.md
2021-06-09 15:39:19 -04:00
Fred K. Schott
614b8b9a17
Update contributing.md
2021-06-09 12:35:28 -07:00
Fred K. Schott
1a77d4fe46
put vercel.json in right place
2021-06-08 20:02:43 -07:00
Fred K. Schott
a5ca75f9a7
add link to blog post on homepage
2021-06-08 17:11:30 -07:00
Fred K. Schott
266cd3961a
test to trigger CI build
2021-06-08 17:01:00 -07:00
Fred K. Schott
348e2166f2
add github star to blog post
2021-06-08 16:44:56 -07:00
Fred K. Schott
0361b210bd
www: remove whitespace
2021-06-08 14:37:57 -07:00
Fred K. Schott
5973cc763d
add anayltics script
2021-06-08 14:28:29 -07:00
Fred K. Schott
bad8b32df7
update discord link
2021-06-08 14:00:13 -07:00
Fred K. Schott
972a0f629f
small copy change
2021-06-08 13:20:29 -07:00
Nate Moore
5586f81a4e
fix: typos
2021-06-08 15:18:17 -05:00
Fred K. Schott
bdf5924e06
small copy change
2021-06-08 13:17:43 -07:00
Fred K. Schott
57e0938cfa
Update README.md
2021-06-08 13:06:09 -07:00
Fred K. Schott
9afa92d0c1
fix cover image on mobile
2021-06-08 13:04:49 -07:00
Fred K. Schott
f3ce87a84b
copy changes
2021-06-08 12:38:46 -07:00
Nate Moore
b4f1c02971
fix: hero image width
2021-06-08 14:28:38 -05:00
Nate Moore
697e9e5aca
fix: image spacing
2021-06-08 14:28:24 -05:00
Nate Moore
99cda26a60
feat: update social image
2021-06-08 14:28:24 -05:00
Fred K. Schott
aae8c6b9e7
update copy
2021-06-08 12:23:09 -07:00
Nate Moore
de5fc1de20
feat: fix www styles
2021-06-08 14:14:52 -05:00
Nate Moore
c269c0f23c
fix: move vercel.json to dist
2021-06-08 14:14:52 -05:00
Fred K. Schott
2de843c62f
copy changes
2021-06-08 12:06:26 -07:00
natemoo-re
428597be8b
[ci] yarn format
2021-06-08 19:02:59 +00:00
Nate Moore
8af8b86f0b
WIP: Launch Post ( #333 )
...
* feat: add blog to `www`
* feat: add BlogHeader
* wip: add heroImage support
* feat: update hero image styling
* finalize blog post
* use site index instead of blog index
* fix: don't use float
* chore: copy cleanup
* fix: scroll issue on landing page
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-06-08 14:01:46 -05:00
Matthew Phillips
9ca9b4e69a
Give the blog template a default site
( #338 )
...
Not having this causes it to throw in the build
2021-06-08 14:13:13 -04:00
github-actions[bot]
3c71fad17d
Version Packages ( #337 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 13:56:29 -04:00
Fred K. Schott
5cda571999
watch files during development both frontend and backend ( #336 )
2021-06-08 10:54:10 -07:00
github-actions[bot]
8dd3f106ca
Version Packages ( #335 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 12:58:50 -04:00
Fred K. Schott
d6a7349e74
fix create-astro template issue ( #334 )
2021-06-08 12:56:37 -04:00
Fred K. Schott
91ce5383a9
Update README.md
2021-06-08 09:29:53 -07:00
matthewp
9c7f07aebd
[ci] yarn format
2021-06-08 15:24:57 +00:00
github-actions[bot]
955be013b2
Version Packages ( #331 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08 11:23:33 -04:00
matthewp
a7594cfcdf
[ci] yarn format
2021-06-08 15:12:07 +00:00
Fred K. Schott
6bca7c83a7
redesign create-astro ( #301 )
...
* redesign create astro
* add changeset
* Use npm start
* Update the astro version
* Adds the changeset
Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08 11:10:56 -04:00