jonathantneal
d1b8fa9b04
[ci] yarn format
2022-01-20 15:05:35 +00:00
github-actions[bot]
e3731e5fa8
[ci] release ( #2430 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20 10:04:29 -05:00
Fred K. Schott
59634a9d20
[ci] update lockfile ( #2427 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-20 09:50:08 -05:00
Matthew Phillips
3ad236ba01
Pin to the compiler 0.8.1 ( #2428 )
...
* Pin to the compiler 0.8.1
* Changeset
2022-01-20 09:49:33 -05:00
FredKSchott
1d01c13533
[ci] collect stats
2022-01-20 12:02:04 +00:00
jonathantneal
97ebc82fa9
[ci] yarn format
2022-01-20 03:13:50 +00:00
github-actions[bot]
5d79bd7e93
[ci] release ( #2420 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19 22:12:32 -05:00
Fred K. Schott
b52a38ac4d
[ci] update lockfile ( #2397 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-19 17:30:24 -05:00
jonathantneal
662f10ceb6
[ci] yarn format
2022-01-19 20:37:37 +00:00
Obinna Ekwuno
cdee6e48bb
Update Cloudflare pages to show gitlab support ( #2357 )
...
* Update Cloudflare pages to show gitlab support
* Update deploy.md
2022-01-19 15:36:31 -05:00
jonathantneal
18bb39f0d4
[ci] yarn format
2022-01-19 20:36:00 +00:00
Nate Moore
85ad1aab67
feat: add support for styled RSS feeds ( #2371 )
2022-01-19 15:34:52 -05:00
Ramanathan10
04c2e2e4cd
update image reference path ( #2417 )
2022-01-19 15:25:02 -05:00
X7md
a8494a91d4
Fix arabic docs ( #2408 )
...
* add logos for github dark mode
* Hot fix (gh-*-mode-only) issue
"that's an issue with wrapping an image in a link. We are currently still looking into how to best solve this. However, you can do the following which should work."
- dipree
* delete <td> 'cuz it was duplicate
* [ci] yarn format
* remove unnecessary code tag
Co-authored-by: X7md <X7md@users.noreply.github.com>
2022-01-19 15:24:09 -05:00
Chris Swithinbank
9deada68b4
Fix visibility of focused skip link on docs site ( #2405 )
...
* Fix visibility of focused skip link on docs site
The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused.
* Fix visibility of focused skip link in docs example project
Apply the same fix as ac890b56
to the same component in the docs starter project.
2022-01-19 15:22:40 -05:00
Jang Rush
e0def89697
Update .degit cache path in error message ( #2400 )
...
astro's repo changed from snowpack/astro to withastro/astro.
Thank @raph5
2022-01-19 15:19:04 -05:00
Jang Rush
da1cc0fd2b
fix: path error in sample markdown code ( #2401 )
...
The path denoted in the markdown sample code is
src/pages/index.md
Thus, to refer to a layout component in src/layouts,
we should use ../layouts/ instead of ../../layouts/.
2022-01-19 15:18:58 -05:00
Pranav Karawale
24aa3245ae
Implement support for draft pages ( #2392 )
...
* feat: support draft pages
* implemented support for draft pages
* added integration test
* updated relevant documentation (english only)
* docs: explicitly mention "markdown draft pages"
* chore: add changeset
* chore: modify changeset
- changed type to 'patch'
- added more description
2022-01-19 15:18:51 -05:00
Nate Moore
9278ecdc4c
Update README banner
2022-01-19 12:32:17 -06:00
matthewp
b7e8b5dff3
[ci] yarn format
2022-01-19 13:26:51 +00:00
Matthew Phillips
5208c88aeb
Add Astro.resolve deprecation warning for the static build ( #2416 )
...
* Add Astro.resolve deprecation warning for the static build
* Adds a changeset
2022-01-19 08:25:42 -05:00
FredKSchott
2de0b33be1
[ci] collect stats
2022-01-19 12:01:57 +00:00
Nate Moore
d9998a03ac
fix(readme): update image path
2022-01-18 17:04:45 -06:00
Nate Moore
df3d71b41a
Update Astro README ( #2413 )
...
* feat: update hero image
* feat: update banner
* feat: slower scroll
* feat: add link to readme
* chore: add target _blank
* fix: respect prefers reduced motion
* fix: do not specify height
* fix: reduced motion
* fix: slow banner
* docs: update README
* docs: update README
* docs: update README
* feat: force full width
* Update README.md
2022-01-18 16:32:18 -06:00
John
0d6e964693
Fix "Island Architecture" phrase attribution ( #2411 )
...
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture."
Fixes #2407
2022-01-18 08:50:29 -08:00
matthewp
6ade95313b
[ci] yarn format
2022-01-18 13:39:41 +00:00
github-actions[bot]
bcec8adc9a
[ci] release ( #2412 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18 08:38:15 -05:00
matthewp
63ffcb3486
[ci] yarn format
2022-01-18 13:35:26 +00:00
Matthew Phillips
bcc617f9dc
Update examples to move away from Astro.resolve on styles ( #2393 )
...
* Update examples to move away from Astro.resolve on styles
* Prepend the subpath
* Adds a changeset
* Switch to @import for the starter
2022-01-18 08:34:12 -05:00
Jang Rush
672b831940
Update doc move away from Astro.resolve on styles ( #2402 )
...
see also #2393
2022-01-18 08:25:26 -05:00
FredKSchott
6ccae4a478
[ci] collect stats
2022-01-18 12:02:06 +00:00
FredKSchott
c29f52f21c
[ci] collect stats
2022-01-17 12:02:18 +00:00
FredKSchott
290dbc8de3
[ci] collect stats
2022-01-16 12:02:04 +00:00
FredKSchott
0f00557b93
[ci] collect stats
2022-01-15 12:01:53 +00:00
matthewp
46ed4c6c81
[ci] yarn format
2022-01-14 21:20:23 +00:00
github-actions[bot]
d3be8d944d
[ci] release ( #2394 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 16:19:25 -05:00
matthewp
72096858e8
[ci] yarn format
2022-01-14 21:15:26 +00:00
Matthew Phillips
c8a257adc4
Improve static build performance on large sites ( #2391 )
...
* Improve static build performance on large sites
* Changeset
* Remove debugging code
* Pass through the rss fn
2022-01-14 16:14:04 -05:00
matthewp
5d6b29ae37
[ci] yarn format
2022-01-14 19:41:22 +00:00
github-actions[bot]
f5ce6edb5b
[ci] release ( #2372 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14 14:40:12 -05:00
matthewp
bd931a0a14
[ci] yarn format
2022-01-14 19:04:47 +00:00
Matthew Phillips
a7967530df
Fixes Lit support in the static build ( #2370 )
...
* [ci] collect stats
* [ci] update lockfile (#2388 )
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
* Fixes for blog and docs examples (#2373 )
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
* [ci] yarn format
* Fixes Lit support in the static build
* Adds a changeset
* test
* Upgrade lit-labs/ssr
* Conditional
* Testing again
* remove debugging code
* changeset
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-14 14:02:44 -05:00
matthewp
6a7c5aa582
[ci] yarn format
2022-01-14 17:13:12 +00:00
Matthew Phillips
92532b8882
Fixes for blog and docs examples ( #2373 )
...
* Fixes for blog and docs examples
* Adds a changeset
* Upgrade the compiler version
* Use a global style tag
* Skip on windows temporarily
2022-01-14 12:11:56 -05:00
Fred K. Schott
0257419af8
[ci] update lockfile ( #2388 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-01-14 11:12:29 -05:00
FredKSchott
bceeb339c7
[ci] collect stats
2022-01-14 12:02:02 +00:00
matthewp
b3150121d1
[ci] yarn format
2022-01-13 18:29:57 +00:00
Matthew Phillips
20eaddb2a7
Fix for using React in the static build ( #2369 )
...
* Fix react in the static build
* Adds a changeset
2022-01-13 13:28:29 -05:00
matthewp
500295395c
[ci] yarn format
2022-01-13 14:39:09 +00:00
github-actions[bot]
834e5299f1
[ci] release ( #2366 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-13 09:37:44 -05:00