Add GitHub Pages landing site announcing hosted-instance retirement#97
Merged
lucapinello merged 2 commits intomainfrom Apr 20, 2026
Merged
Add GitHub Pages landing site announcing hosted-instance retirement#97lucapinello merged 2 commits intomainfrom
lucapinello merged 2 commits intomainfrom
Conversation
Minimal static site under docs/ for deployment via GitHub Pages (main, /docs) mapped to crisprme.di.univr.it via CNAME. Notifies visitors that the hosted web application at the University of Verona is no longer available and provides Conda and Docker instructions to run the web interface locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add CRISPRme logo to the header. - Switch the top notice to a reassuring green style and reword it to emphasize that CRISPRme is open source, actively maintained, and can be run locally with the same functionality as before. - List both paths (command line and local web interface) in the notice. - Move Docker above Conda/Mamba as the preferred install path. - Remove em dashes and the trailing copyright line from the footer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/for deployment via GitHub Pages (main,/docs).crisprme.di.univr.it(University of Verona hosting no longer available) and directs users to run the web interface locally via Conda/Mamba or Docker.crisprme.di.univr.itviadocs/CNAME.Files added (all under
docs/)index.html— landing page with retirement notice, local-install instructions (Conda + Docker), quick test command, documentation links, citation, and contacts.style.css— minimal responsive CSS, system font stack, no frameworks, no external fonts, no JS, no trackers.404.html— minimal not-found page.CNAME—crisprme.di.univr.it.robots.txt— allow all..nojekyll— disable Jekyll processing.Total site size ~8 KB. No Python,
pages/, orREADME.mdchanges.Post-merge manual steps
main//docs.crisprme.di.univr.it.crisprme.di.univr.itwith a CNAME topinellolab.github.io.Test plan
docs/index.htmlrenders correctly at the Pages preview URL after deploy.🤖 Generated with Claude Code