Skip to content

Instantly share code, notes, and snippets.

module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
fontFamily: '"Fira Code","SF Mono", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: '#EBCB8B',
title comments weight type
About this theme
false
-1
post

This is a port of the HPSTR theme to Hugo. All the original features are intact and described below. Credit for the theme goes entirely to Michael Rose.


They say three times the charm, so here is another free responsive Jekyll blog theme for you. I've learned a ton since open sourcing my first two themes on Github, and wanted to try a few new things this time around.

@ada-lovecraft
ada-lovecraft / WindowManager.js
Last active October 16, 2017 09:33
Electron Window Manager
const {BrowserWindow} = require('electron')
const {lebab, keys} = require('./utils')
const debug = require('debug')
const log = debug('WindowManager:log')
var windowID = 0
class WindowManager {
constructor() {
this.windows = {}
@ada-lovecraft
ada-lovecraft / a test md file
Last active March 21, 2017 01:37
love-notes tangler
# Hello, World!
``` > index.js
// this is a code block
#greet
greet()
```
this is more regular text
@ada-lovecraft
ada-lovecraft / Shape Inheritance
Created February 18, 2017 01:18
Shape Inheritance
function Shape(x, y) {
this.pos = new Point(x, y)
this.vertices = []
}
Shape.prototype.draw = function() {
translate(this.pos.x, this.pos.y)
push()
var prev = this.vertices[]
for(var i = 1; i < this.vertices.length; i++) {
@ada-lovecraft
ada-lovecraft / example-app.sh
Created February 14, 2017 16:53
Example App Structure
~/github/example-app
❯ tree -L 3
.
├── README.md
├── build.js
├── node_modules
│ ├── jquery
│ │ ├── AUTHORS.txt
│ │ ├── LICENSE.txt
│ │ ├── README.md
@ada-lovecraft
ada-lovecraft / .babelrc
Created January 26, 2017 19:41
Node es8 setup
{
"presets": ["env"]
}
@ada-lovecraft
ada-lovecraft / .atomrc
Last active January 25, 2017 12:23
atom-sync
{}
title author
LoveNotes
ada lovecraft

love-notes.js

Introducing LoveNotes, an atom package that seeks to act as an ecmascript notebook and code-blog.

Using atom's advanced scoping techniques, LoveNotes are markdown files that feature in-block syntax highlighting and a live updating preview window that allows you to -run- code blocks and embed output.

@ada-lovecraft
ada-lovecraft / # crosstool-ng - 2016-09-27_00-25-20.txt
Created September 27, 2016 05:28
crosstool-ng on macOS 10.12 - Homebrew build logs
Homebrew build logs for crosstool-ng on macOS 10.12
Build date: 2016-09-27 00:25:20