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

angular-patternfly icon angular-patternfly

A set of common AngularJS directives for use with the PatternFly reference implementation.

artifact-manager icon artifact-manager

works with applications deployed using Marathon to update their artifacts

backbone icon backbone

Give your JS App some Backbone with Models, Views, Collections, and Events

badger-example icon badger-example

A place to try out Badger - https://github.com/dgraph-io/badger

bellybuster icon bellybuster

Dynamic distribution and installation of packages (i.e. gem, ruby script, etc) to any interested client.

cadvisor icon cadvisor

Analyzes resource usage and performance characteristics of running containers.

canjs icon canjs

Can do JS, better, faster, easier.

chronos icon chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules

consul icon consul

Consul is a tool for service discovery, monitoring and configuration.

core icon core

Lightweight & Compitable wrapper of database/sql

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.