From c9d3d3d65665e325d7f8e6bf63d4d4a62f35c98b Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 15 Aug 2021 13:25:05 +0200 Subject: deploy.py auto-commit --- themes/hugo-classic/exampleSite/content/_index.md | 28 ----------------------- 1 file changed, 28 deletions(-) delete mode 100644 themes/hugo-classic/exampleSite/content/_index.md (limited to 'themes/hugo-classic/exampleSite/content/_index.md') diff --git a/themes/hugo-classic/exampleSite/content/_index.md b/themes/hugo-classic/exampleSite/content/_index.md deleted file mode 100644 index 32af099..0000000 --- a/themes/hugo-classic/exampleSite/content/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Home ---- - -[Github repo](https://github.com/goodroot/hugo-classic) - -# Hugo.io - Classic - -### For text focused goodness - -About twenty years ago Jobs and Wozniak, the founders of Apple, came up with the very strange idea of selling information processing machines for use in the home. The business took off, and its founders made a lot of money and received the credit they deserved for being daring visionaries. But around the same time, Bill Gates and Paul Allen came up with an idea even stranger and more fantastical: **selling computer operating systems**. This was much weirder than the idea of Jobs and Wozniak. - -~~~ruby -def with_value_from_database(value) - self.class.from_database(name, value, type) -end - -def with_cast_value(value) - self.class.with_cast_value(name, value, type) -end -end -~~~ - -A computer at least had some sort of physical reality to it. It came in a box, you could open it up and plug it in and watch lights blink. An operating system had no tangible incarnation at all. It arrived on a disk, of course, but the disk was, in effect, nothing more than the box that the OS came in. - -
- -### Blog -- cgit