cms.js
cms.js copied to clipboard
Client-Side JavaScript Site Generator
Hello, me and @ether0w recently ran into an issue with using this repository from an Apache host. We had an issue where all content text was simply just "undefined". Investigating...
By changing the line *88* of filecollection.js, it is possible to support web servers without support for the Apache directive *DirectoryIndex*. It is necessary to replace: `get(this.getFileListUrl(this.type, config), function(success, error)...
using config @ https://github.com/chrisdiana/cms.js/wiki/Server-Mode fo NGINX not picking up the urls pages or posts ie /#/posts nothing shown using example
I'm on Ubuntu 18.04 serving the files from Apache and testing the front-end on the latest Chrome stable. I can't get the app to work, all of the pages are...
It would be great to have a CLI utility to start a project (in addition to how it is set now with cloning). Thanks for the suggestion @ButuzGOL! Maybe something...
I was looking for a solution to add blog posts to my GitHub site and here we are. When testing out my own code and the hosted [demo code](http://chris-diana.com/cms.js/demo/#/posts/2018-03-01-sample-blog-post) I...
Any chance to see an IE11 patch which apparently doesn't support Object.assign() ? Thanks.
Provide a basic edit mode (?edit=true) to link a content region to the source document. Could be as simple as key command-click on a content region to open the path...
Hi guys! I found your project really interesting! Is there any plans for supporting gitlab hosting in the near future? cheers! Francisco
I was trying to put urls in the post listings. Sort of a featured image for each post. ```markdown --- layout: post title: New feature TEST excerpt: Cum sociis natoque...