Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alin23/plim-website
Sample website made with indentation based languages like Plim, Python, Stylus, and CoffeeScript
https://github.com/alin23/plim-website
coffeescript html python slim stylus template web website
Last synced: 4 days ago
JSON representation
Sample website made with indentation based languages like Plim, Python, Stylus, and CoffeeScript
- Host: GitHub
- URL: https://github.com/alin23/plim-website
- Owner: alin23
- Created: 2022-06-03T05:44:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T17:00:47.000Z (about 1 year ago)
- Last Synced: 2024-12-06T18:32:24.757Z (2 months ago)
- Topics: coffeescript, html, python, slim, stylus, template, web, website
- Language: Stylus
- Homepage: https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/
- Size: 84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plim website
Sample website made with indentation based languages like Plim, Python, Stylus, and CoffeeScript.
Described in the blog post **[The complex simplicity of my static websites](https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/)**.
## Installation
```sh
make deps
```### Website specific things
Edit the fields of the `Env` class in [utils.py](utils.py) to match your website title, domain, description etc.
## Running for development
```sh
make dev
```## Building for production
```sh
make build
```## Deploying to [Cloudflare Pages](https://pages.cloudflare.com/)
This is a dev deployment, with a maximum of 25MB allowed inside the `public/` folder.
```sh
make deploy
```---
**This is a personal project with no intention to be maintained for the public.**
**Pull requests are not accepted.**