EmmanuelBeziat / emmanuelbeziat

💻 My website, basically. Blog / Portfolio / CV.
https://www.emmanuelbeziat.com/
MIT License
19 stars 4 forks source link

Roadmap #1

Closed EmmanuelBeziat closed 7 years ago

EmmanuelBeziat commented 8 years ago

Core


Stolen this roadmap idea from reverland, thanks!

EmmanuelBeziat commented 8 years ago

Website is online.

Just added a post-maker cli script.

Need to check ou Travis-CI for continuous integration and automatically push dist/ folder in gh-pages branch

simmstein commented 8 years ago

Have you planned a RSS feed?

EmmanuelBeziat commented 8 years ago

@simmstein Probably. I think about it, but I'm not sure if it would be a great feature… In fact, I never really used RSS feeds myself, and I don't know if how much it's popular. Google and Facebook dropped their RSS readers.

But I'm adding this to the list.

simmstein commented 8 years ago

I followed you with it :) Thanks.

reverland commented 8 years ago

I've implemented a simple feed plugin...really simple but may be useful

https://github.com/reverland/blog-next/tree/master/plugin

EmmanuelBeziat commented 8 years ago

@reverland Thanks! I already checked how you did yours. I was a bit uncertain about using ejs, but I'll follow your work (again! 😄 ) on this.

reverland commented 8 years ago

@EmmanuelBeziat Jade is ok, or any other template language may work, it just a function provided by html-webpack-plugin

EmmanuelBeziat commented 8 years ago

@reverland thanks for the tip; I‘ll try to use Pug on this, but for now I‘ll stick to your example with ejs, until I get it to work. 😄

EmmanuelBeziat commented 8 years ago

RSS feed is done. Thanks again reverland. :)

EmmanuelBeziat commented 8 years ago

Also, meta tags are now updated on posts, to update page title, opengraph, etc.

EmmanuelBeziat commented 8 years ago

Maybe switch to vue2 some day… but there‘s a bit of work.

https://github.com/vuejs/vue-migration-helper/ help

EDIT: found this project, same but with vue2 : https://github.com/viko16/vue-ghpages-blog shall be useful (@reverland, it might interest you too :) )

EmmanuelBeziat commented 7 years ago

If in need of a mailform: https://formspree.io/

reverland commented 7 years ago

@EmmanuelBeziat Yeah, I know this project when its 1.0 https://github.com/viko16/vue-ghpages-blog , it uses github's several api to render markdown and so on, interesting

EmmanuelBeziat commented 7 years ago

Has beed updated to vueJS 2, but without special changes in the core. So roadmap v2 is still running.