Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 980 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 980 Bytes

Instructions

  1. Export your inxi / pinxi output to a json file:
    inxi -zv8 --output json --output-file /home/user/inxi.json
  2. Move the json file to the root of this repository
  3. Upload both files (.html & .json) somewhere (they need to be on a web server)
  4. ???
  5. Profit

Setup

There is 1 variable in the JavaScript section that you might be interested in:

  • const jsonPath = - The path to the json file

Aside from that, you're free to use this code in whatever fashion you see fit. It uses AlpineJS (a super simple and lightweight tool) and BulmaCSS.

Example

example

Credits