oscoin / oscoin.io

the oscoin website
http://oscoin.io
0 stars 2 forks source link

Set up nextjs based static site generation #7

Closed xla closed 4 years ago

xla commented 4 years ago

This is the foundational structure for the static side generation of the upcoming rebranding. It uses next js added with dynamic creation of updates. All commands are captured in the package.json and can be run with yarn.

xla commented 4 years ago

@juliendonck To complete the updates/blog posts functionality it would be helpful to gather what requirements we have for meta information (i.e. title, description, author, publish date, etc.).

juliendonck commented 4 years ago

@juliendonck To complete the updates/blog posts functionality it would be helpful to gather what requirements we have for meta information (i.e. title, description, author, publish date, etc.).

From my point of view:

juliendonck commented 4 years ago

@xla let's add Rudolfs here as a reviewer as well, no? It runs on my machine and I can get started, but would be cool to have him involved on this as well.

xla commented 4 years ago

@juliendonck Was the plan all along.

xla commented 4 years ago

@rudolfs Would love your feedback on this setup for the static generation of oscoin.io

rudolfs commented 4 years ago

Should we maybe add this:

This is the foundational structure for the static side generation of the upcoming rebranding. It uses next js added with dynamic creation of updates. All commands are captured in the package.json and can be run with yarn.

to a README.md at the top level?

Since it's referenced in package.json:

"homepage": "https://github.com/oscoin/oscoin.io#readme"
xla commented 4 years ago

@rudolfs Take a look at 952b5d3.