g00glen00b / dimitri.codes

Static generator for dimitri.codes using Gatsby
https://dimitri.codes
Other
20 stars 7 forks source link

Is it possible to use a different sourcing #53

Closed g00glen00b closed 4 years ago

g00glen00b commented 4 years ago

Right now, the blog uses both a CDN, and WordPress. While WordPress allows easy setup of blogposts and adding media, it still requires a hosting, and is a potential attack vector.

If we ever decide to move, the following concepts have to be covered:

g00glen00b commented 4 years ago

Differentiating between links can be implemented through https://www.gatsbyjs.org/packages/gatsby-remark-external-links.

g00glen00b commented 4 years ago

Scheduling through labels would require a new label for every post, which isn't really interesting.

There is a merge schedule action which relies on comments within a pull request though: https://github.com/marketplace/actions/merge-schedule