Skip to content

Commit

Permalink
Initial Checkin of my blog's source
Browse files Browse the repository at this point in the history
  • Loading branch information
Les Vogel committed Jun 27, 2015
1 parent 2a55361 commit d574b7f
Show file tree
Hide file tree
Showing 177 changed files with 10,306 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/public
16 changes: 14 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
baseurl = "http://yourSiteHere/"
baseurl = "https://lesv.github.io/"
theme = "journal"
languageCode = "en-us"
title = "My New Hugo Site"
title = "Les's digital explorations"
destination = "../lesv.github.io"

[params]
description = "mostly digital explorations"
AuthorName = "Les Vogel"

[taxonomies]
category = "categories"
tag = "tags"
GitHubHUser = "lesv"
TwitterHandle= "lesv"
24 changes: 24 additions & 0 deletions content/page/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
date = "2015-06-27T13:18:35-07:00"
draft = false
title = "about"

+++

# Welcome!

Hi, I'm Les Vogel, a Developer Programs Engineer for Google Cloud. I've also worked on Google TV and Chromecast. Before Google, I wandered around a bit -- from my resume:

>“It turns out Apple has the best Handwriting technology in the world right now.” and “Apple was the first computer company with a low cost WiFi device.” said Steve Jobs regarding two of my projects. The AirPort base station was named #34 top tech project of all time by PC World Magazine - I was technical lead. Before AirPort, 802.11 wireless was configured by entering the name of the network you wanted to join. I came up with the idea of using the Diagnostic Scan which had a list of networks the device could see, and displaying that in a list for the user to choose from. (Thus we had easy networking)
>Over fourty years of creating, developing and leading software engineering projects. Visible projects: AirPort, iBook, the Newton printed handwriting recognizer, Spreadsheet engine for Ashton Tate, distributed multi-processor OS for Motorola, a flood management telemetry system for the TVA, and a fail-safe system for Boeing Energy Systems. ```
>My projects have been reviewed by Time Magazine, The New York Times, The Wall Street Journal. Once asked to what does he do? Are you an Architect, Coder, Software Engineer? The Reply "I make shit happen", I still do.```
>One of the differences between someone new and someone senior is the ability to know how long something takes to happen. I can usually do that, assuming the specifications don't change.```
>Making things fast has is an exponential benefit for the user, faster things use less battery, and it delights them.```
>Specialties: Turning ideas into products, Small devices, Smart Websites, engines of all kinds, Debugging, Optimization, Building and managing teams, Android, Python, Java, C, Obj-C, C++, budgeting, scheduling, negotiating, contractor management, project/program management.```
I also do volunteer work on the switchboard at [San Francisco Sex Information](http://sfsi.org).
12 changes: 12 additions & 0 deletions content/post/first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
date = "2015-06-27T13:19:31-07:00"
draft = false
title = "first"

+++

Everything has a beginning, weather we know it or not. And this is my blog's beginning. I hope to
write about things I work with, what I learn, what I get wrong, and more. My current interests include
Authentication, Authorization, Big Data, Data Science, Security, Internet of Things, the Brain Project,
the intersection of Neurology and computers, politics - which I won't write about while I'm at Google,
sustainability, and much more.
59 changes: 59 additions & 0 deletions content/post/hugo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
+++
date = "2015-06-27T13:45:30-07:00"
draft = false
title = "hugo"

+++

I met [SPF13](http://spf13.com/) last year -- remembered having a good chat with him and when I was
thinking about my blog, I considered various options:

* [Jekyll](http://jekyllrb.com/)
* [blogger](https://blogger.com)

Then I remembered Hugo.

It's been a very long time since I created a blog – I've owned AngelTech.com for a very long time,
but that's hosted w/o https certificates, and is a pain to move, due to locked DNS entries, so
I'd thought I'd try hosting on [Github pages](https://pages.github.com/).

Anyway, Steve (SPF13), wrote [Hugo](http://gohugo.io/) in [Go](http://golang.org/) which sounds a lot
more efficient than Jekyll's use of Ruby. (Never a fan of scripting languages).

So far, I'm quite happy with it, I'm about a 30 minute user. At this point, I've found that many of
the available templates don't work right out of the box, w/ the exception of the list below. (I tried
them all)

Issues
--
1. When there is no theme, it still hangs in server mode.
2. Changes to config.toml don't get pickedup durring --watch

My Preferred Themes
--
* lanyon -- Black & White -- really good looking & behaving.
* [journal](https://github.com/mpas/hugo-journal) -- delightful = lots of red -- some tweaks needed. (I chose this one!)
* hugoscroll -- delightful big colors -- needs customization

Other Themes
--
* greyshade -- good (modify the about)
* heather-hugo -- good
* hyde -- good
* herring-cove -- good (near empty home page)
* html5 -- good -- very sparce home page -- no basic width
* hugo-base-theme - good - needs mods -- huge picture
* hugo-bootswatch - Very nice
* hugo-incorporated -- Really like -- missing About, has XML
* landing-page-hugo -- really nice looking, not for me.
* liquorice -- nice bw theme -- missing about
* nofancy -- simple nice.
* pixyll -- Nice - big & bold - bw
* shiori -- very professional -- missing about
* simple-a - nice -- very sparse
* slim - weird UX
* tachyons -- nice, but full screen -- awkward for blogs.
* tinyce -- minimal, missing about - Missing para breaks
* twentyfourteen -- lots of search boxes -- very long lines

Now I'm about 2 hours into it. Still happy -- but disappointed at the Theme quality.
1 change: 1 addition & 0 deletions static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
User-agent: *\nDisallow:
126 changes: 126 additions & 0 deletions themes/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
[submodule "hyde"]
path = hyde
url = https://github.com/spf13/hyde.git
[submodule "herring-cove"]
path = herring-cove
url = https://github.com/spf13/herring-cove.git
[submodule "lanyon"]
path = lanyon
url = https://github.com/tummychow/lanyon-hugo.git
[submodule "hugo-incorporated"]
path = hugo-incorporated
url = https://github.com/nilproductions/hugo-incorporated.git
[submodule "simple-a"]
path = simple-a
url = https://github.com/AlexFinn/simple-a.git
[submodule "journal"]
path = journal
url = https://github.com/mpas/hugo-journal.git
[submodule "liquorice"]
path = liquorice
url = https://github.com/eliasson/liquorice.git
[submodule "hyde-x"]
path = hyde-x
url = https://github.com/zyro/hyde-x.git
[submodule "purehugo"]
path = purehugo
url = https://github.com/dplesca/purehugo.git
[submodule "tinyce"]
path = tinyce
url = https://github.com/roperzh/tinyce-hugo-theme.git
[submodule "html5"]
path = html5
url = https://github.com/simonmika/hugo-theme-html5.git
[submodule "redlounge"]
path = redlounge
url = https://github.com/tmaiaroto/hugo-redlounge.git
[submodule "hugo-uno"]
path = hugo-uno
url = https://github.com/SenjinDarashiva/hugo-uno.git
[submodule "hugoscroll"]
path = hugoscroll
url = https://github.com/SenjinDarashiva/hugoscroll.git
[submodule "landing-page-hugo"]
path = landing-page-hugo
url = https://github.com/crakjie/landing-page-hugo.git
[submodule "hugo-base-theme"]
path = hugo-base-theme
url = https://github.com/crakjie/hugo-base-theme.git
[submodule "aglaus"]
path = aglaus
url = https://github.com/dim0627/hugo_theme_aglaus
[submodule "nofancy"]
path = nofancy
url = https://github.com/gizak/nofancy.git
[submodule "twentyfourteen"]
path = twentyfourteen
url = https://github.com/jaden/twentyfourteen
[submodule "tachyons"]
path = tachyons
url = https://github.com/marloncabrera/tachyons.git
[submodule "vienna"]
path = vienna
url = https://github.com/keichi/vienna.git
[submodule "beg"]
path = beg
url = https://github.com/dim0627/hugo_theme_beg.git
[submodule "hugo-theme-casper"]
path = casper
url = https://github.com/vjeantet/hugo-theme-casper.git
[submodule "hugo-bootswatch"]
path = hugo-bootswatch
url = https://github.com/nilproductions/hugo-bootswatch.git
[submodule "pixyll"]
path = pixyll
url = https://github.com/azmelanar/hugo-theme-pixyll.git
[submodule "shiori"]
path = shiori
url = https://github.com/chibicode/hugo-theme-shiori.git
[submodule "hurock"]
path = hurock
url = https://github.com/TiTi/hurock
[submodule "poopshow"]
path = poopshow
url = https://github.com/esell/poopshow.git
[submodule "greyshade"]
path = greyshade
url = https://github.com/cxfksword/greyshade.git
[submodule "heather-hugo"]
path = heather-hugo
url = https://github.com/hbpasti/heather-hugo.git
[submodule "bootie-docs"]
path = bootie-docs
url = https://github.com/key-amb/hugo-theme-bootie-docs
[submodule "slim"]
path = slim
url = https://github.com/zhe/hugo-theme-slim.git
[submodule "angels-ladder"]
path = angels-ladder
url = https://github.com/tanksuzuki/angels-ladder.git
[submodule "material-design"]
path = material-design
url = https://github.com/pdevty/material-design.git
[submodule "startbootstrap-clean-blog"]
path = startbootstrap-clean-blog
url = https://github.com/humboldtux/startbootstrap-clean-blog
[submodule "simple-hugo"]
path = simple-hugo
url = https://github.com/druzza/simple-hugo
[submodule "crisp"]
path = crisp
url = https://github.com/Zenithar/hugo-theme-crisp
[submodule "freelancer"]
path = freelancer
url = https://github.com/digitalcraftsman/hugo-freelancer-theme.git
[submodule "creative"]
path = creative
url = https://github.com/digitalcraftsman/hugo-creative-theme.git
[submodule "persona"]
path = persona
url = https://github.com/pcdummy/hugo-theme-persona.git
[submodule "agency"]
path = agency
url = https://github.com/digitalcraftsman/hugo-agency-theme.git
[submodule "artists"]
path = artists
url = https://github.com/digitalcraftsman/hugo-artists-theme.git
21 changes: 21 additions & 0 deletions themes/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Steve Francia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit d574b7f

Please sign in to comment.