- Export your Ghost content (aka backup)
- Open in an editor that support Regex find/replace
- Search for:
/content/images/\d{4}/(\w{3}|\d{2})/
#!/bin/bash | |
# This script will backup your Coolify instance and move everything to a new server. Docker volumes, Coolify database, and ssh keys | |
# 1. Script must run on the source server | |
# 2. Have all the containers running that you want to migrate | |
# Configuration - Modify as needed | |
sshKeyPath="$HOME/.ssh/your_private_key" # Key to destination server | |
destinationHost="server.example.com" |
//MIT License | |
//Copyright (c) 2021 Felix Westin | |
//Source: https://github.com/Fewes/MinimalAtmosphere | |
//Ported to GLSL by Marcin Ignac | |
#ifndef ATMOSPHERE_INCLUDED | |
#define ATMOSPHERE_INCLUDED | |
// ------------------------------------- |
// Usage: | |
// `{{img_url feature_image}}` | |
// `{{img_url profile_image absolute="true"}}` | |
// Note: | |
// `{{img_url}}` - does not work, argument is required | |
// | |
// Returns the URL for the current object scope i.e. If inside a post scope will return image permalink | |
// `absolute` flag outputs absolute URL, else URL is relative. | |
const url = require('url'); |
var csvConfig = { | |
input: { | |
type: "BlueprintInputCSV", | |
options: { | |
path: "./data/some.csv" | |
} | |
}, | |
output: { | |
type: "BlueprintOutputDebugPoints", | |
options: {} |
/* globals window, _, VIZI, d3, THREE */ | |
(function() { | |
"use strict"; | |
/** | |
* Blueprint OBJ output | |
* @author Robin Hawkes - vizicities.com | |
*/ | |
// output: { |
{ | |
"properties": { | |
"name": "Performance", | |
"project": "vizicities", | |
"id": "vizicities/Performance", | |
"environment": { | |
"type": "noflo-browser" | |
}, | |
"changed": true | |
}, |
{ | |
"installed_packages": | |
[ | |
"Alignment", | |
"Base16 Color Schemes", | |
"ColorPicker", | |
"GitGutter", | |
"Gutter Color", | |
"HTML-CSS-JS Prettify", | |
"InactivePanes", |
Images from <a href="https://github.com/mozilla/BrowserQuest">BrowserQuest</a> used under <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA 3.0</a>. |