-
There is a way to add class if page is current page?
Like that:
`link_to "SomePage", somepage_path, :class => current_page`
Now I only can hide or show link if it current or not by
`link_to "SomePag…
-
Let me know if I should file middleman-blog issues over in that repo - I'm starting here because it hasn't changed so I'm assuming the problem is on the middleman-core side.
I've noticed with the cod…
-
This is the process and error message:
```
$ middleman init
run git clone --depth 1 git://github.com/middleman/middleman-templates-default.git /var/folders/0p/_5091nq53ms_9gkhyv56nffw0000gp…
-
## Expected behavior and actual behavior
Expected to see a folder and files created under /author/`meta.author`.html
Non created
Tried also with keyword category and still none
There is no docs …
-
Hiya
using the following config :
```
# Blog : Blog from Google
# @see https://elenichappen.svbtle.com/getting-tags-to-work-with-middlemans-blog-gem
activate :blog do | blog |
blog.…
-
I'm trying to start the preview server for the first time . At the bottom of the Chrome error window when trying to access localhost:4567, I get the error from the title. I don't know if that's a symp…
-
I started a blog using this awesome template and did some small customisations. What is the best way to try to "merge" them with upstream?
-
I just installed Ruby and Middleman for the first time and I cannot get past the very first "$ middleman init my_new_project" step. I have tried Googling for solution to my problem but unfortunately I…
-
Right now, `refills` is packaged as a gem to be used as a `rails`-generator.
Which is not ideal since we exclude `refills` to be used along with frameworks
such as `middleman`, `sinatra`, or by other …
-
I'm using a custom renderer that handles Mustache templates, but it's not receiving the per-page data (`current_page`). It's only receiving the `data` hashes (which you cant see I'm passing it in the …