This file contains 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
swagger: '2.0' | |
info: | |
description: >- | |
This is a sample of how Vertoe could integrate with FYA. Using the Swagger | |
spec, find out more at [http://swagger.io](http://swagger.io) or on | |
[irc.freenode.net, #swagger](http://swagger.io/irc/) | |
version: 1.0.0 | |
title: FYA with Vertoe | |
contact: | |
email: [email protected] |
This file contains 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
/* */ | |
const fs = require("fs"); | |
const recursive = require("recursive-readdir"); | |
recursive(__dirname + "/src/components/", [ | |
"preview.liquid", | |
".DS_Store", | |
"*.json" | |
]).then(files => { |
This file contains 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
<p>We offer the opportunity to develop your career in a sociable, design driven practice, working on prestigious projects for | |
well-known clients. Pitman Tozer Architects is a great place to work, with a growing studio of 20 and an office move to | |
Marylebone planned in April 2017. We offer a number of benefits including pension contributions and annual office trip | |
abroad. </p> | |
<p>We are currently recruiting for the following:</p> | |
<p>Part-time graphic designer<br> | |
<br> We are seeking a talented graphic designer to join our growing London design studio on a part time basis of three | |
days a week.</p> |
This file contains 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
<!-- Insert the following before the French text --> | |
<img width="15" src="//hosted.bcmh.build/basecamp/assets/flag-fr.svg"/><br/> | |
<!-- Insert the following before the English text --> | |
<br/><img width="15" src="//hosted.bcmh.build/basecamp/assets/flag-gb.svg"/><br/> |
This file contains 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
<?php | |
function convert_ACF_PHP_2_Json() { | |
$status = []; | |
$theme_dir = get_stylesheet_directory(); | |
$json_output_dir = $theme_dir . '/acf-json/'; | |
if (!file_exists($json_output_dir)) { | |
die('Create a acf-json/ directory in your current theme.'); |
This file contains 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
php %home%\site\wwwroot\artisan schedule:run |
This file contains 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
{ | |
"posts" : [ | |
{ | |
"date" : "", | |
"title" : "", | |
"media" : [{}], | |
"link" : "", | |
"size" : 1 | |
} | |
] |
This file contains 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
<!-- HEADER --> | |
<script> | |
trekkie.load( | |
{"Trekkie":{"appName":"storefront","environment":"production","defaultAttributes":{"shopId":484002}},"Performance":{"navigationTimingApiMeasurementsEnabled":true,"navigationTimingApiMeasurementsSampleRate":0.001},"Google Analytics":{"trackingId":"UA-16504055-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true}} | |
); | |
</script> | |
<!-- FOOTER --> | |
<script> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
This file contains 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
<?php | |
/** | |
* WordPress tidy up | |
* | |
*/ | |
remove_action( 'wp_head', 'feed_links', 2 ); | |
remove_action( 'wp_head', 'feed_links_extra', 3 ); |
This file contains 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
# ---------------------------------------------------------------------- | |
# | Server software information | | |
# ---------------------------------------------------------------------- | |
# Prevent Apache from adding a trailing footer line containing | |
# information about the server to the server-generated documents | |
# (e.g.: error messages, directory listings, etc.) | |
# | |
# https://httpd.apache.org/docs/current/mod/core.html#serversignature |
NewerOlder