Skip to content

Instantly share code, notes, and snippets.

Maren and Hexo serve different purpose and I'd like to figure out how could be Maren described in a sentence. Where it could fit between Hexo, Hugo, Jekyll, 11ty and others.

Currently, I guess it could be named:

A simple theme based static site generator.

As a reference:

using System;
namespace ConsoleApplication1
{
// PROGRAM WORKFLOW:
//
// STEP 1:
// Tell OperationManager to load all scripts from ./Scripts folder.
// OperationManager loads only scripts that are marked as "enabled".
// Secrets.json is a special type of script, it has its own Secrets class.
@penge
penge / kerberos.rb
Last active October 21, 2015 14:20
kerberos
# ENV
KEYTAB_PATH=/private/etc/krb5.keytab
# VARIABLES
@hostname = "search.merck.com"
@keytab ||= ENV['KEYTAB_PATH']
@principal ||= ENV['HTTP_X_REMOTE_USER']