You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hut fd9f033004 nicer introduction to p10 3 days ago
content nicer introduction to p10 3 days ago
layouts Add dropdown in menu bar for extra source links 4 weeks ago
static add BOM for prototype 10 3 days ago
.gitignore Ignore *.lock files (mainly for .hugo_build.lock) 4 weeks ago
Makefile don't overwrite tmp directory on destination with "make install" 3 months ago
README.md add header to README 1 year ago
config.yaml rename "public" directory to ".public" 4 months ago

README.md

PsyLink Website

This is the website for psylink, generated with hugo.

Slug Naming Convention

The URL slugs for prototypes and components are kept intentionally short so one can easily write them onto the physical object if desired. For example, you could write "psylink.me/b2" on the PCB, and this relatively short identifier would also be a valid link.

Since they seem a little cryptical though, here's the convention:

  • LETTER1 + OPTIONAL EXTRA LETTERS + NUMBER
  • LETTER1: Category
  • OPTIONAL EXTRA LETTERS: Subcategory
  • NUMBER: Version or index
  • Categories and subcategories:
    • b: circuit boards
      • bp: power modules
    • c: circuit schemas
    • p: prototypes
    • t: textiles
    • s: software
      • sa: Arduino software
      • sabt: Arduino software with bluetooth support
      • sg: GNURadio software