Discussions

Ask a Question
ANSWERED
ANSWERED

Goolge Webmaster Tools

I am trying to set up google webmaster tools but am finding no luck. Is there a way to use google webmaster tools with locomotive?

ANSWERED
ANSWERED

How to get my Website locally?

Hi there,
I have done some tests directly on
https://station.locomotive.works and when I wanted to get my website locally (to start coding),
I have tried this :
wagon clone altavia_connect https://station.locomotive.works -h lush-meadow-7195 -e [email protected] -a XXXXXXXXXXXXXXXXXXXXXXX
But it does not work at all.
Any suggestion?
Thanks by advance,
L.

ANSWERED

How do we push layouts without pages being created in the Back Office?

The documentation states that "Layouts are not listed as pages in the back-office".

Not syncs content_entries

When I do sync from production it just text Syncing ContentEntries and thats all.

Wagon server 'killed' on certain pages

On a previous project and now a current one, we face the problem that wagon is killed during page load on wagon.

Access secont element in contents array

It is possible to access contents.posts.first and .last. How do I access arbitrary elements? I know I can do .all[i], but this fetches all documents from the database and is thus inefficient. In locomotivecms_steam-1.1.1/lib/locomotive/steam/liquid/drops/content_entry_collection.rb a slice(index, length) function is defined which should do exactly what I want. However it is protected and cannot be accessed over the liquid API. What do?

Quick Start Issue - Digital Ocean

I've just stumbled across Locomotive and it looks really good so thought I'd give it a go. Starting with the quick start guide it all went well until I got down to number 5. Deploy the site. I've got a droplet setup on Digital Ocean and not sure what to do. I ran the command in shell but got an error back? Do I need to do something else to get it to work with Digital Ocean?