Closed lotabout closed 7 years ago
Now my blog use hexo(static blog generator) + CI deploy. Ideally I can create a new markdown via github and CI will deploy the site automatically. I think it take advantage of the static blog generator as well as github's editor (via all devices).
The proposal above should be deprecated.
The main purpose is relying on Github's built in editor so that we can directly write our blogs online.
Work flow
.md
file in the repository, possibly add needed YAML configurations such as categories, tags, etc.Pros
Cons
Difference with Static Blog Generator
If we setup CI to build our blog, there seems to be nothing difference with the one proposed here. We can still modify the content and it will be deployed. And the one for generating README is actually a blog generator, isn't it?
Well, yes, but personally I don't use Github's editor even if I've setup the CI for my blog.
Em... Need to think more about the ideal workflow.