• hawksworx
  • blog
  • speaking
  • about
  • search

Notes - page 436

  • Newest
  • Previous
  • Next
  • Oldest

The archive of what I posted on Twitter, which I now self host due to a lack of trust in Twitter and some other reasons.

I'll soon begin refelcting all my Mastodon posts here too. I'm happier self-hosting or maintaining an archive of my content on URLs that I can own.

There are tools to help you do this too. Such as this one from the makers of Eleventy.

A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 28th 2018 replying to this from @_ericthayer
@_ericthayer @GoHugoIO @Netlify I bet @Netlify would send you a sticker or two if you DMd them some details.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 28th 2018 replying to this from @n8finch
@n8finch @Netlify Yay!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 27th 2018 replying to this from @ireaderinokun
@ireaderinokun Me too! Looks amazing. And so many fun people to hang out with.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 27th 2018 replying to this from @rauchg
@rauchg @AgentConf ...in style!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 26th 2018
Thanks to @rga for providing the venue for the first JAMstack London meet up. Still time to register for this - an evening on Monday 6th Feb talking about web development on the #JAMstack

https://www.meetup.com/JAMstack-London/events/tbspgpyxdbhb/
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 26th 2018 replying to this from @_justirma
@irmatable Awesome!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 26th 2018
Party hats: they don't suit everybody. https://twitter.com/comedyincrown/status/956867496577044481
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 26th 2018
Speaker confirmed for the 1st #JAMstack London meetup:

@VeryThorough will present "Post-Monolithic Content Management"

More details:
https://www.meetup.com/en-AU/JAMstack-London/events/247153958/
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 26th 2018 replying to this from @ChrisFerdinandi
@ChrisFerdinandi @Netlify Well, shucks.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @ShyRuparel
@ShyRuparel @AKQA @contentful Miffed to be missing the @contentful meetup tonight. Some great looking #jamstack examples being shared.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @KizaHere
@KizaHere @Netlify No. But if you set a canonical url on your pages, that will mitigate that. It's good practice anyway.

https://support.google.com/webmasters/answer/139066?hl=en

I tend to do that via whatever SSG I'm using.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @Sirakain_
@Sirakain_ @Netlify Of course! Don't be a stranger!
DM @Netlify
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @lynchy010
@lynchy010 It's going to get all:
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @rem
@rem @syntaxfm @wesbos @stolinski You're a big help @rem. The @Netlify team send their thanks.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @asad0801
@asad0801 @Netlify Yeah. We love that! :)
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018
Thanks for the Netlify namecheck on @syntaxFM, @wesbos and @stolinski! Turns out, you're not alone with struggling to pronouncing the name.

(You did waaay better than @rem did. I had to write a post *just to help him out with that detail*. Bless 'im!)

https://medium.com/netlify/10-netlify-features-to-surprise-and-delight-225e846b7b21
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @rsms
@rsms @rafahari @sdw @pasql @MediumDesign @halidecamera @github @Cloudflare @Netlify There is quite a bit built on top of good old git workflows.

You get things like preview builds for pull requests (Which I love. It makes me feel like I can see the future when there is a URL showing what the build will look like *if* merge a pull request)
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @philhawksworth
@rsms @rafahari @sdw @pasql @MediumDesign @halidecamera @github @Cloudflare @Netlify But there is far more fun to be had than that...

https://medium.com/netlify/10-netlify-features-to-surprise-and-delight-225e846b7b21
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @rsms
@rsms @rafahari @sdw @pasql @MediumDesign @halidecamera @github @Cloudflare @Netlify # via the CLI:

$ npm i netlify-cli -g
$ netlify deploy
$ netlify update -n my-site -d http://www.mydomain.com

# prefer git?

# deploy to the CDN
$ git push

# deploy a feature branch build too
$ git branch my-feature-branch
$ git checkout my-feature-branch
$ git push
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @stefanjudis
@stefanjudis Great! This one is Feb 5th... which is still rather soon. But we'd love to see you at a meetup down the line, Perhaps to give a @contentful talk?
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @RyanTownsend
@RyanTownsend We'll see how the momentum goes. Likely once a quarter but we might do more. DM me the email registered to your Netlify account, I might be able to pull some strings and get you in to the Functions Alpha a bit early.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @SathishCodes
@TheWebDevel @dbader_org @Netlify Woohoo!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @SathishCodes
@TheWebDevel @dbader_org @Netlify Great! I think we've sent stickers further around the world from San Francisco than that.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018
Announcing the launch of the #JAMstack London meetup. Interested in learning about how this ecosystem is maturing? Talking about things like SSGs, CI, #HeadlessCMS, and other aspects of modern web development?

3 x 20min talks & some friendly discussion.

https://www.meetup.com/JAMstack-London/events/tbspgpyxdbhb/
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • January 25th 2018 replying to this from @SathishCodes
@TheWebDevel @dbader_org @Netlify I bet if you DMd @Netlify, they'd hook you up!
  • Permalink
  • |
  • Twitter
  • Newest
  • Previous
  • Next
  • Oldest

The source code of this site is available on GitHub and is hosted and updated by Netlify automatically after each code commit

Other than where specified, the content on this site is published under a Creative Commons Attribution 3.0 licence.

Subscribe to a feed of blog posts on this site.