Skip to content

exopoiesis/exopoiesis.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exopoiesis.space

Website for the Third Matter / Exopoiesis research project.

Live: https://exopoiesis.space

About the project

We are designing a minimal chemical system — built from iron sulfide minerals — that maintains its own boundary, drives its own metabolism, and persists without being alive. A "Third Matter" at the boundary between chemistry and biology.

Tech

Jekyll site hosted on GitHub Pages. No JavaScript, no external dependencies.

  • Dark theme with iron sulfide–inspired color palette
  • Responsive (mobile-friendly)
  • Multilingual: English, Russian, Chinese
  • Custom domain via CNAME

Structure

_config.yml          — Jekyll config
_data/i18n.yml       — UI strings (en/ru/zh)
_layouts/            — default, post, vision
_includes/           — head, nav, footer
_posts/              — blog posts (lang in front matter)
_visions/            — vision pieces (lang in front matter)
en/                  — English pages
ru/                  — Russian pages
zh/                  — Chinese pages
assets/css/style.css — all styles

Adding content

Blog post: create _posts/YYYY-MM-DD-slug.md with front matter:

---
layout: post
title: "Post Title"
date: YYYY-MM-DD
lang: en          # en, ru, or zh
categories: [en]  # must match lang
---

Vision: create _visions/slug.md with front matter:

---
layout: vision
title: "Title"
subtitle: "Optional subtitle"
lang: en
permalink: /en/visions/slug/
---

Related repositories

AI Collaboration Disclosure

This project is developed through human–AI collaboration using Claude (Anthropic). Site content, design, and code were co-created with Claude Code.

License

Code: MIT. Content: CC-BY-4.0.

About

Self-maintaining inorganic systems — between living and nonliving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors