Welcome to my new blog! This is going to be a bit of an experiment for me. I have wanted to set up a blog for quite some time now but I never wanted to host my blog on some other website like medium (call it a vanity thing but I like seeing my name in that URL). I also didn’t really want to set up something like wordpress because that felt a little overkill. I could have set up a static site generator like Jekyll but then I would have had to have done a bit more styling with markdown than I’d really like.
That’s when a friend’s idea popped back into my mind. Why not just use Google docs as a “CMS”?
So this is what this page is. My first short blog post coming straight to you from Google docs. It’s not particularly complicated to set up either (it can be set up over the weekend). You can find the code over here:
https://gitlab.com/BenWiser/googledocsblog
There are a few reasons why I like this approach. For one, it’s pretty simple to manage. I have a Blog folder on Google drive for all of my posts. If I want to hold off publishing something I move it into a different folder. If I want to do a write up but my partner is using our shared laptop, I jump on the iPad. And if I do eventually decide to move onto some actual CMS, well I’d rather copy over content from a text processor than from something like wordpress (I really don’t like wordpress).
Time will tell if this approach works out but all I can say is it is pretty cool.
以上所述就是小编给大家介绍的《My blog is now generated by Google Docs》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C语言名题精选百则技巧篇
冼镜光 / 机械工业出版社 / 2005-7 / 44.00元
《C语言名题精选百则》(技巧篇)收集了100则C语言程序设计题,共分9类。第一类比较简单,主要希望读者了解到《C语言名题精选百则》(技巧篇)的题目、解法与其他书籍之间的差异;第二至六类分别是关于数字、组合数学或离散数学、查找、排序、字符串等方面的题目;第七类列出了一些不太容易归类的题目,如Buffon丢针问题、Dijkstra的三色旗问题等;第八类则收录了一些有趣的、娱乐性的题目,如魔方阵等;第九......一起来看看 《C语言名题精选百则技巧篇》 这本书的介绍吧!