Commit graph

28 commits

Author SHA1 Message Date
Nate Moore
69d518dd8c
Update www for v0.21 (#1938)
* chore: update www for v0.21

* chore: update hero image

* chore: fix hero image
2021-11-19 15:27:59 -06:00
Jonathan Neal
48bad7bdc0
Update www site (#1775)
* Remove snowpack.config.js

* Update reference to global.scss

* Add support for local fonts, otherwise load only woff2 fonts

* Update reference to error.scss

* Update reference to blog.scss

* Change `config.js` to `config.ts` with Vite change

Co-authored-by: jasikpark <calebjasik@jasik.xyz>
2021-11-10 14:46:18 -05:00
Drew Powers
7e4f91db60
Add Vercel sponsorship logo (#1555)
* Add Vercel sponsorship logo

Also normalize other logos

* Add Vercel logo to www

* Add logos to docs
2021-10-14 12:25:46 -06:00
Fred K. Schott
327f9e14ba add netlify redirects config 2021-10-06 21:40:13 -07:00
Fred K. Schott
2ab68a77f5
Astro 0.21 early preview blog post (#1419)
* add 0.21 preview blog post

* Update www/src/pages/blog/astro-021-preview.astro

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>

* Update the date

* Remove link

* 🤦‍♂️

* Update astro-021-preview.astro

Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-10-06 11:42:14 -04:00
Matthew Phillips
4c79e3f4db
Blog post on September Demo Day (#1401)
* Add a post on the Demo Day

* Add Jonas' last name

* Add a description

* Fix link to Tony's twitter

* feat: add social image, rename page

* fix: update heroImage

* feat: better hero image

* Update based on feedback

* Remove redundant 'next release'

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-09-20 17:08:54 -04:00
Fred K. Schott
4613d9bc4c add blog post social image 2021-09-17 10:24:18 -07:00
Fred K. Schott
de99e30420 repl blog updates 2021-09-17 10:13:08 -07:00
Drew Powers
6a541fd991
REPL blog post (#1385)
* REPL blog post

* some edits

* some edits

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-17 09:41:59 -07:00
Drew Powers
939d5c3ae6
Add sponsorship logos (#1371) 2021-09-16 22:24:27 -06: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
Fred K. Schott
224b51e460
blog: announce netlify sponsorship (#1345) 2021-09-09 11:49:37 -07:00
Fred K. Schott
affcd04f0f
stop building, bundling, and transforming public/ files (#1210)
* stop bundling public/ files

* update www and examples
2021-08-25 11:51:04 -07:00
Fred K. Schott
f7b6e150d4
Astro v0.19 release blog post (#1135)
* wip

* Add support for `client:only` hydrator (#935)

* Adding support for client:only hydration

* Adding documentation for client:only

* Adding changeset

* Updating the test to use a browser-only API

* Adding a browser-specific import script, this reproduces the issue where client:only imports must be removed

* typo fix

* removing mispelled test component

* WIP: delaying inclusion of component imports until the hydration method is known

* WIP: tweaking the test to use window instead of document

* When only one renderer is included, use that for client:only hydration

* temporary test script snuck into the last commit

* WIP: adding check for a client:only renderer hint

* refactor: Remove client:only components instead of delaying all component import statements

* Updating the changeset and docs for the renderer hint

* refactor: pull client:only render matching out to it's own function

* Updating renderer hinting to match full name, with shorthand for internal renderers

Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>

* [ci] yarn format

* Update CONTRIBUTING.md (#1131)

* [ci] yarn format

* docs: fix select language in Safari (#1127) (#1128)

* docs: fix select language in Safari (#1127)

* docs: fix select language top position

* docs: fix select language position

* Make congratsbot not run in forks (#1145)

* add back dark-mode aware favicons

* make example favicons prefer non-dark mode

* Version Packages (next) (#1129)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* code review comments

Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Oleg <64708593+olejech@users.noreply.github.com>
Co-authored-by: Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-17 23:58:59 -07:00
Fred K. Schott
5e0e276609 cleanup example favicons 2021-08-16 14:34:08 -07:00
Matthew Phillips
918e3831f5
Add a release post on Astro 0.18 (#869)
* Add a release post on Astro 0.18

* Add a better description

* Add links to the post

* More attention grabbing intro

* Add additional links in the post

* Update www/src/pages/blog/astro-018.astro

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>

* try using responsive images to improve lighthouse

* Adds an overview section in the intro

* freds edits

* Update a couple of images and minor edits

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-27 12:32:18 -04:00
Fred K. Schott
84e8779faa remove homepage grid 2021-07-25 21:06:15 -07:00
FredKSchott
56cc008bb2 [ci] yarn format 2021-07-21 14:45:34 +00:00
Fred K. Schott
31570f0b9c
slight homepage redesign (#789) 2021-07-21 07:44:15 -07:00
FredKSchott
50f82e1a53 [ci] yarn format 2021-07-20 04:07:49 +00:00
Fred K. Schott
a936d92cee
optimize social image (#486) 2021-06-17 16:04:18 -05:00
Fred K. Schott
1a77d4fe46 put vercel.json in right place 2021-06-08 20:02:43 -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
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
Nate Moore
11bebe2d27
Add assets (#107)
* fix(www): link styles (#100)

Co-authored-by: Nate Moore <nate@skypack.dev>

* chore: add assets

* docs: update readme

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-16 12:48:59 -05:00
Nate Moore
ea33d7b2ab style(www): small style tweaks 2021-04-14 22:11:04 -05:00
Nate Moore
8472b374b3
New landing page (#95)
* feat: new www

* fix: add svg favicon

* fix: small tweaks

* fix: Drew's nitpicks

* fix: sizing, tagline

* copy: add "astronauts" :)

* fix: astro logo color

* fix: overflow

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-14 18:01:51 -05:00