Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav and Dropbox
· 12 years ago
Would love to see this blog post as well. I'm working on setting this up myself right now, and it would be cool to see if my setup is similar to what you're doing. I bet these types of blog posts woul
-
Grav and Dropbox
· 12 years ago
That would make for a great blog post. The concept of a Git driven deployment strategy is interesting and I'd like to learn more about the implementation details for Grav.
-
Grav and Dropbox
· 12 years ago
We use GitHub to sync. It's not automatic, it requires a 'push' from the development side, but that actually provides us with a nice level of control. As soon as it is pushed to github, there is a p
-
Grav and Dropbox
· 12 years ago
Dropbox allows only one account per computer (two if you add business) and partial sync is somewhat difficult. Currently I use bittorrent sync which allows the server to sync multiple disjoint directo
-
Grav and Dropbox
· 12 years ago
We did write up a Dropbox blog post a while back about some simple integration with Dropbox. Locally (mac/windows) it's just a matter of using a symbolic link for your entire site to a Dropbox folder.
-
Grav and Dropbox
· 12 years ago
I'm wondering if Grav has any particular abilities or I your guys have written up any "best practices" for Dropbox related things such as: Backup from Grav to Dropbox Deploying Grav sites via Dropbox
-
Pictures from within the header area of a MD-Document
· 12 years ago
As markdown is processed before twig, you won't be able to inject a page header variable with twig into a markdown image tag. However, you could just put a full path to the image and use a regular HT
-
Pictures from within the header area of a MD-Document
· 12 years ago
Hey guys ! I wondered lately how to pull in a picture, whose path is given in the header. Thanks!
-
GPM Issue
· 12 years ago
Was able to get it configured last night. Thanks for your help here and on Twitter.
-
GPM Issue
· 12 years ago
Can you check to make sure you have php_openssl extension installed as stated on this page in the docs