2015

Remove page v
article thumbnail

7 common mistakes in Go (2015)

SPF13

func (page *Page) saveSourceAs(path string) { b := new(bytes.Buffer) b.Write(page.Source.Content) page.saveSource(b.Bytes(), path) } func (page *Page) saveSource(by []byte, inpath string) { WriteToDisk(inpath, bytes.NewReader(by)) } Stop Doing This!! https://github.com/spf13/hugo/blob/master/hugolib/page.go#L582.

Examples 204
article thumbnail

Digital Master Holiday Intense-Tuning Chap I: The Future of DIgital Organization

Future of CIO

Digital Master Tuning V: How to set Focal Point in Building a Customer-Centric Organization in the New Year? Can you recognize the interconnectivity between employee learning and organizational learning? What are the characteristics of a learning organization? And does "Learning" trait differentiate Digital Masters from the digital laggards?

Agile 40
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Using Git with GitHub

Scott Lowe

You can see the Git remote by running git remote -v.) As I mentioned in the introductory Git post, I also found GitHub’s online help pages to be useful, and I really encourage you to read the Pro Git book by Scott Chacon. Additional Resources. I found Matt Brender’s #vBrownBag session on using Git and GitHub to be useful.

System 60
article thumbnail

Technology Short Take #47

Scott Lowe

The blog post announcing the module is here ; the module’s GitHub page is here. Niklas Askerlund has a post describing the hot add/remove memory feature in the Hyper-V technical preview. Mark Shuttleworth (of Canonical) shares his thoughts here on what constitutes OpenStack “core.”. Virtualization.

Linux 60