Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/allejo/pure-liquid.allejo.org
- Owner: allejo
- License: mit
- Created: 2018-07-05T06:59:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T00:23:56.000Z (about 4 years ago)
- Last Synced: 2024-11-14T23:46:42.396Z (3 months ago)
- Topics: jekyll, jekyll-ecosystem, jekyll-site
- Language: HTML
- Homepage: https://pure-liquid.allejo.org/
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.