-
## The Problem
Currently we transpile and webpack the contents of the `mempool-frontend-config.json` file into the JS bundle that we ship with part of the frontend. This causes the following issues…
-
I'm using a jekyll layout where I want to include content of pages, depending on whether it exists.
Apparently, it is supposed to be done like described in https://github.com/Shopify/liquid/issues/89…
-
- Transforms all the files from Metalpress theme into a Shopify theme
- Compile the **_variables.scss.liquid** file with the settings_schema.json data for dev
- **v1.0** - Loop through and concatena…
-
### Describe the bug
1. List the steps someone needs to take to reproduce the bug.
Build a cam-se filter.
Set model_nml:state_variables to a set of variables that is "missing" one or more …
-
Hi. im trying to test liquid template that errors out with this error:
```
Traceback (most recent call last):
9: from run.rb:11:in `'
8: from /usr/share/gems/gems/liquid-5.0.0/li…
-
did a git clone
cd to dir
mkdir build
cd build
then
cmake ..
-- Could NOT find LIQUID (missing: LIQUID_LIBRARIES LIQUID_INCLUDES)
CMake Error: The following variables are used in this project, but t…
-
### Problem
The current approach with passing liquid tags from `snippets/css-variables.liquid` to the CSS style assets does not allow for any variable (`capture` or `assign`) or control flow (`if`)…
-
The next unit should be a dead end filtration model. Here is the discussion how we would like to model this unit.
## Key properties of dead end filtration
- liquid is pressed (with pressure) th…
-
I am getting faults from indexer.rb when trying to process JekyllStaticFile objects. Specifically, on this line:
137: items.select! {|i| output_ext(i) == '.html' && ! @excludes.any? {|s| (i.url …
-
Liquify parses liquid contained in your markdown files.
```liquid
{{ topic.content | markdownify | liquify}}
```
It is a very powerful way to generate static Jekyll sites, as you can us…