Melroy van den Berg

Results 899 comments of Melroy van den Berg

`.git` directory is part of the git CLI. This is not an issue, close it.

Mustache templates are awesome. So please fix a new maintainer/developer for hogan-express or hjs package in NPM. **EDIT:** Maybe try: https://github.com/bryanburgers/node-mustache-express ?

Wow, indeed this should become a PR. This is indeed working as expected. For backwards compatibility change: ```rb JekyllAdmin.site.config["static_scheme"] || "http" ``` To: ```rb JekyllAdmin.site.config["static_scheme"] || JekyllAdmin.site.config["scheme"] || "http" ```...

I hope you get a reply so it can be merged.

It's a two year old issue. But as stated in my first issue description the website url is not being when indeed behind a reverse proxy (nginx). Causing those links...

Ow sorry my bad! @ashmaroli Your turn xD

I agree. This must be solved! If I create want to create a new post, by pressing on the "New Post" button. I should by default add the `layout` meta...

Well without layout defined, using the default theme. It won't render the site correctly. For people with less knowledge (assuming they are using this admin panel). This is not user...

Sure; I will explain it in more detail. I'm using Jekyll as a Wordpress alternative for a site that get managed by inexperienced user, with **minimal** to **no** knowledge about...

Ow so there is already a way to set a default in the configs some how?