Skip to content

Instantly share code, notes, and snippets.

@heytxz
heytxz / blueprint.json
Created December 14, 2018 12:39
Integromat blueprint: IFTTT & weibo
{
"name": "Empty integration",
"flow": [
{
"id": 1,
"module": "gateway:CustomWebHook",
"version": 1,
"parameters": {
"hook": 112054,
"maxResults": 2
@heytxz
heytxz / staticman.yml
Last active April 21, 2018 15:37
3rd staticman yml file
comments:
allowedFields: ["message", "name", "email", "website", "parent", "quote"]
requiredFields: ["message", "name"]
format: "yaml"
transforms:
email: md5
name: "lisandroct.com"
@heytxz
heytxz / staticman.yml
Last active April 21, 2018 15:37
2nd staticman yml file
# Site settings
title: Popcorn - A Staticman sample page
email: your-email@domain.com
description: Test
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
movieFormUrl: https://staticman.net/api/v1/entries/5622d244c4bf944a1a3e3001
@heytxz
heytxz / staticman.yml
Last active April 21, 2018 15:35
1st staticman yml file
# Name of the property. You can have multiple properties with completely
# different config blocks for different sections of your site.
# For example, you can have one property to handle comment submission and
# another one to handle posts.
comments:
# (*) REQUIRED
#
# Names of the fields the form is allowed to submit. If a field that is
# not here is part of the request, an error will be thrown.
allowedFields: ["name", "email", "url", "message"]