You don't need Google Docs either. Seems like a terrible decision since Google is known for randomly shutting down services and updating their terms of use at any point. It's a nice proof of concept but I'd stick with WordPress or a static site generator
Most static site generators require authors to learn something like Markdown in order to publish, which is a much bigger hurdle for non-technical people than technical people generally appreciate. Google Docs at least provides a WYSIWYG-ish interface many people will already be familiar with, and those that aren't won't find as forbidding.
Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
41–50 of 114 posts
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#42I want to own my own content, servers, domains, etc... it's not even about Google specifically being evil—we gotta stop outsourcing stuff to people providing it to us for "free."
If something breaks, I know its my fault, and using the knowledge gained by setting it up, I should have a pretty good idea where to start.
Never stop learning.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#43Earlier quoted context omitted.
Google Docs is probably _reasonably_ safe; it's used by a lot of Google's business users, and has no clear internal competitor anxious to murder it. (As far as I know, anyway.) I'd say that Docs is as safe as YouTube or Gmail. Sure, you might get locked out of your account with no recourse, but the offering itself isn't likely to go away.
I thought Inbox was reasonably safe. After all, it's part of their e-mail offering, right?
Docs doesn't have anything in their current product line that they can do the same to, they might merge another product INTO Docs and kill that product, but never Docs itself.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#44Earlier quoted context omitted.
Most static site generators require authors to learn something like Markdown in order to publish, which is a much bigger hurdle for non-technical people than technical people generally appreciate. Google Docs at least provides a WYSIWYG-ish interface many people will already be familiar with, and those that aren't won't find as forbidding.
I never thought I would hear someone call markdown a hurdle to adoption. Maybe I'm more semantically minded, but I have yet to find a markup syntax easier to figure out than markdown, including the rich text editors in Google Docs.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#45You don't need Google Docs either. Seems like a terrible decision since Google is known for randomly shutting down services and updating their terms of use at any point. It's a nice proof of concept but I'd stick with WordPress or a static site generator
Setting a site up with Jekyll took less than a weekend, and I'm a C++/games programmer with next to zero web experience. If you want a blog I don't know why you would go with anything but starting with a static site generator and building on top of that.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#46Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#47You don't need Google Docs either. Seems like a terrible decision since Google is known for randomly shutting down services and updating their terms of use at any point. It's a nice proof of concept but I'd stick with WordPress or a static site generator
Most static site generators require authors to learn something like Markdown in order to publish, which is a much bigger hurdle for non-technical people than technical people generally appreciate. Google Docs at least provides a WYSIWYG-ish interface many people will already be familiar with, and those that aren't won't find as forbidding.
I work for https://forestry.io/ and we created a CMS for static sites that lets users write markdown with a WYSIWYG editor, and allows devs to build an interface for editing front matter.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#48Earlier quoted context omitted.
Most static site generators require authors to learn something like Markdown in order to publish, which is a much bigger hurdle for non-technical people than technical people generally appreciate. Google Docs at least provides a WYSIWYG-ish interface many people will already be familiar with, and those that aren't won't find as forbidding.
I never thought I would hear someone call markdown a hurdle to adoption. Maybe I'm more semantically minded, but I have yet to find a markup syntax easier to figure out than markdown, including the rich text editors in Google Docs.
It's not impossible to get regular people to mark up text; WordPerfect did so very effectively for many years. But it's worth remembering that (1) that was in the 1980s, when people put up with having to learn things they didn't want to because the technology wasn't advanced enough to offer them an alternative, and (2) eventually the technology did advance, and Microsoft Word came along with its WYSIWYG interface and promptly put WordPerfect into a hole in the desert.
It's also not impossible to write a static CMS that provides a normie-friendly WYSIWYG interface, rather than having everything revolve around editing text files. That's what Movable Type (https://en.wikipedia.org/wiki/Movable_Type) was, for instance, a set of Perl scripts that provided a friendly WYSIWYG interface over content stored in a database, and then ground out static pages from that content whenever it changed. But modern SSGs are pitched to developers first and foremost, so they all revolve around stuff like Markdown and Git that are about as approachable to non-technical people as garlic is to Dracula.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#49Earlier quoted context omitted.
I never thought I would hear someone call markdown a hurdle to adoption. Maybe I'm more semantically minded, but I have yet to find a markup syntax easier to figure out than markdown, including the rich text editors in Google Docs.
It cannot be emphasized strongly enough that non-technical people see these things completely differently than technical people do. Seen through the eyes of technical people like your average HN reader, Markdown is simple and lightweight. Seen through the eyes of a non-technical person, marking up text in any format (not just Markdown) looks indistinguishable from writing code , which is something they believe deep d…
For my blog that I mentioned in my top comment, I use Google Docs because I'm working with people that usually don't know Markdown (I'm interviewing e-commerce business owners).
I need it to be as easy as possible for them to get the written interview done. From my experience, a Google doc is the easiest way to do this, and it allows for very familiar features when I ask them for edits or provide feedback in-document.
Basically, I'm trying to make as little friction as possible to getting the document complete.
This is just my experience.
Re: Show HN: You Don't Need WordPress – Create a Blog With Only Google Docs
#50Earlier quoted context omitted.
I never thought I would hear someone call markdown a hurdle to adoption. Maybe I'm more semantically minded, but I have yet to find a markup syntax easier to figure out than markdown, including the rich text editors in Google Docs.
It cannot be emphasized strongly enough that non-technical people see these things completely differently than technical people do. Seen through the eyes of technical people like your average HN reader, Markdown is simple and lightweight. Seen through the eyes of a non-technical person, marking up text in any format (not just Markdown) looks indistinguishable from writing code , which is something they believe deep d…