Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allejo/pure-liquid.allejo.org

A website to showcase my Liquid-only projects (possibly made under the influence of something)
https://github.com/allejo/pure-liquid.allejo.org

jekyll jekyll-ecosystem jekyll-site

Last synced: 23 days ago
JSON representation

A website to showcase my Liquid-only projects (possibly made under the influence of something)

Awesome Lists containing this project

README

        

# Pure Liquid

> "...like all things liquid - where there's a will, and ~36 hours to spare, there's usually a/some way" ~jaybe

Pure Liquid is a collection of Jekyll projects written using *just* Liquid (most of which were allegedly written while under the influence of something).

If you're going to build a **static** website, why even bother using JavaScript when you don't have to? Unless I'm building the whole front-end in JavaScript, I will avoid JavaScript as much as I can.

## Building

This is a standard Jekyll website with no plug-ins, no javascript, and no gems.

1. Clone the website
```
git clone https://github.com/allejo/pure-liquid.allejo.org.git
```
1. Download the Jekyll dependencies
```
bundle install
```
1. Build or serve the website
```
bundle exec jekyll build
```

## License

The website is licensed under [MIT](./LICENSE.md). Each individual project referenced on this website is subject to their own license.