Giter Site home page Giter Site logo

craigwickesser.com

This is the code behind the site craigwickesser.com, used by Hugo to generate a static html site.

This site was forked from npf.io, thanks for some interesting ideas (i.e. series) and styling.

How to create a series?

Create a new file under content/desc named series-<name>md, such as series-golang-for-beginners.md. It should look like this:

+++
Description = ""
date = 2015-01-23T21:22:48Z
title = "series golang-for-beginners"
series-desc = ["Go for Beginners"]
+++

Go for Beginners is a series of posts to get developers started with Go.

How to add code pages?

To add a page for a code related project, add a file in content/code, such as content/code/foo.md:

+++
date = "2015-01-23T21:30:14-05:00"
title = "foo"
menu = "code"
repo = "foo"
pkg = "foo"
norss = true

[[badges]]
alt = "godoc"
img = "https://godoc.org/mindscratch/foo?status.svg"
url = "https://godoc.org/mindscratch/foo"
+++

Foo is a Go library for doing nothing.

The code is hosted at https://github.com/mindscratch/foo but the import path is
"craigwickesser.com/foo" and the package name is keep.

Craig Wickesser's Projects

Craig Wickesser doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.