Skip to content

decyphered/decyphered.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decyphered.dev

Minimal terminal-style personal site. Plain HTML, CSS, JS, deployed simply via Github Pages.

Files

  • index.html — markup
  • styles.css — all styles
  • script.js — terminal logic, boot sequence, tweaks

Run locally

Open index.html in a browser, or:

python3 -m http.server 8000
# then visit http://localhost:8000

Deploy to GitHub Pages

  1. Push these files to a repo (e.g. decyphered.github.io for a user site, or any repo for a project site).
  2. Settings → Pages → Source: main branch, root.
  3. Done.

Edit content

All copy lives in script.js in two places:

  • files object — about / work / projects / contact blocks
  • commands object — command behavior, easter eggs

Tweaks

Click the ⚙ in the bottom-right to change accent color, toggle scanlines, density, or replay the boot animation.

About

Minimal terminal-style personal site built with plain HTML, CSS, and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors