This is the official web presence of the Cyberparadism aesthetic that formerly originated on the Aesthetics Wiki. Cyberparadism is an aesthetics that typically depicts lush and untamed nature, wherein a small-numbered breakaway civilization uses advanced, but reasonably possible technology for self-preservation up to the point of luxurious comfort that enables them to live in a paradise, hence the name. Common themes are resource-based economy, genetic life engineering, terraformation, exoplanets or similar tropes of space frontier exploration.
Link to the website: CYBERPARADISM: A techno-optimist aesthetic guiding us towards a possible future.
The site is built using Zola, a fast static site generator written in Rust. The Cyberparadism website is structured as follows:
content/: Contains all the markdown files which make up the content of the site.static/: Hosts all static content like images and icons.templates/: Holds the HTML templates that define the structure of different types of pages.sass/: Contains SCSS stylesheets compiled by Zola.config.toml: The main configuration file for the Zola site.mise.toml: Task runner and tool version management configuration.
We welcome all contributions to the Cyberparadism web presence! Whether it's adding content, improving the design, or fixing bugs, your input is valuable.
This project uses mise for tool version management and task running.
- Install mise on your machine (see mise documentation)
- Clone this repository
- Run
mise trustto trust the configuration - Run
mise installto install Zola
# Serve the site locally with live reload
mise run serve
# Build the site for production
mise run build
# Check for broken links
mise run check
# Clean the public directory
mise run cleanThe development server runs at http://127.0.0.1:1111 by default.
If you encounter any issues or have suggestions for improvements, please file an issue in this repository's Issue Tracker.
