This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: null | |
permalink: /feed.json | |
--- | |
{ | |
"version": "https://jsonfeed.org/version/1", | |
"title": "{{ site.title | xml_escape }}", | |
"home_page_url": "{{ site.url }}{{ site.baseurl | absolute_url }}", | |
"feed_url": "{{ "/feed.json" | absolute_url }}", | |
"description": {{ site.description | jsonify }}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
did:muport:QmdFVsxhnyf9sGZ7ZSqN7J3SzY6pZgsY8YbahxAPwdRtPj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.fn.shake = function(amount){ | |
$(this).velocity('callout.shake') | |
} | |
jQuery(function(){ | |
var callback | |
$('.register-interest-form').submit(function(){ | |
name = $('#register-name').val() | |
email = $('#register-email').val() | |
if($.trim(name) != '' && $.trim(email) != '') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: archive | |
author_profile: true | |
--- | |
<h3 class="archive__subtitle">Recent Blog Posts</h3> | |
{% assign postCounter = 0 %} | |
{% assign maxPosts = 3 %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: ipfs daemon | |
# Required-Start: $local_fs $remote_fs $network $syslog $named | |
# Required-Stop: $local_fs $remote_fs $network $syslog $named | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Starts the ipfs daemon | |
# Description: Starts the ipfs daemon using the start-stop-daemon | |
### END INIT INFO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
did:3:kjzl6cwe1jw149bdjlbrqn646yoqsmhg7psdw9cxm5xhjvmkmt94epuas28cp27 |
OlderNewer