Skip to content

Instantly share code, notes, and snippets.

@Campano
Campano / .hyper.js
Last active December 12, 2021 14:08
"use strict";
// See https://github.com/vercel/hyper/blob/canary/app/config/config-default.js
module.exports = {
config: {
fontFamily: '"MesloLGS NF", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
shell: '/opt/homebrew/bin/fish'
}
};
@Campano
Campano / sample1.html
Last active September 10, 2020 15:53
Simplicité API
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Simplicité</title>
<!-- Basic styling -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1/new.min.css">
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
<!-- SIM Module (useless when using external object) -->
@Campano
Campano / scampstore.json
Last active August 18, 2020 06:11
ScampStore
{
"date": "2020-08-18",
"name": "Scamp Store",
"apps": [
{
"name": "DesignerTools",
"logo": "https://github.com/simplicitesoftware/module-demo/blob/master/resources/Disposition/default/demo-module.svg?raw=true",
"description": "Designer tools",
"module_name": "DesignerTools",
"module_settings": "{ \"type\": \"git\", \"origin\": { \"uri\": \"https://github.com/Campano/module-designertools.git\" } }"