This repository hosts a static website for the six-paper "Unified Entanglement-Entropy Gravity" / entropic scalar EFT program.
index.html– Animated landing page and layperson overview.paper1.html…paper6.html– One page per paper; content injected from LaTeX.styles.css– Shared typography and layout styles.main.js– Tetrahedral condensate animation + UI logic.latex/– LaTeX sources for each paper (place your.texfiles here).docs/– Built static site (auto-generated by GitHub Actions)..github/workflows/build-and-deploy.yml– LaTeX → HTML → GitHub Pages pipeline.robots.txt,sitemap.xml– Basic SEO configuration.
-
Put the LaTeX source for each paper in:
latex/paper1.tex– Main entanglement-entropy gravity paperlatex/paper2.tex– GFT / tensor supplementlatex/paper3.tex– Derivations & numerical validationslatex/paper4.tex– Wedge-sharing g_share foundationslatex/paper5.tex– De novo G notelatex/paper6.tex– Microstructure & phenomenological supplement
-
Push to the
mainbranch. -
GitHub Actions will:
- Run Pandoc on each LaTeX file,
- Inject the resulting HTML into
paper*.htmltemplates, - Write the final site to
docs/.
-
GitHub Pages serves
docs/at:https://chinitzjake.github.io/entanglement-gravity-site/(adjust if username/repo differ).
- Create a new repo on GitHub named
entanglement-gravity-site - Upload all these files to it
- Go to Settings → Pages and set:
- Source: Deploy from a branch
- Branch: main / docs folder
- Push your LaTeX files to
latex/and wait for the Action to run - Your site will be live at the GitHub Pages URL
If you add new papers in the future, see MAINTENANCE.md.