Adam B.

Results 132 comments of Adam B.

Is the answer not in the README? ```es6 import React from "react"; import {Helmet} from "react-helmet"; class Application extends React.Component { render () { return ( My Title ... );...

Until twitter executes your javascript with their spider, it will never be possible without SSR.

Lots of comments have gone by since I last said it, so once again - server side render your content. You can have both a nice SPA, and good SEO/twitter...

How similar would the other branches be? Could be as simple as an action for each of them that rebases them every time `master` changes, or on PRs, and in...

Off-topic, but are you _the_ Shadman?

As a professional web developer, heck c*rousels.

Sounds like you're overthinking it. Pick a Hugo gallery template, tweak it a bit, and you're done.

That's not what branches are for though... I don't see why you wouldn't want `master` to contain the website. It would stay up to date with new pictures much more...

What's your definition of "valid use"? Sure it would _work_, but it would be a lot more work to maintain. Why make that harder? I'm speaking from the experience of...

If you literally rename `website/` to `docs/`, then it'll work fine on github pages. No need to add on some third party service.