Skip to content

goldst/goldst.github.io

Repository files navigation

Leonard Goldstein Online

Build Status CodeFactor

These are the files for my old website (aka v1), currently located at goldst.dev/v1. The current version can be found at l.goldst.dev.

Contributing

This is a personal project, that's why I'll only accept your commits if they only contain minor changes. Probably, it's best to always open an issue first. If you find any bugs or have suggestions, feel free to open an issue too.

However, you can fork and reuse as much as you want (see License). I'd love to hear from you and how you use my code at 𝕝𝕖𝕠𝕟𝕒𝕣𝕕-𝕘𝕠𝕝𝕕𝕤𝕥𝕖𝕚𝕟@𝕠𝕦𝕥𝕝𝕠𝕠𝕜.𝕕𝕖.

Before contributing, please run

> npx maid prepublish

in the project directory to make sure there are no errors and all documentation is generated.

Coding Style

lint with npx maid lint or npx maid lint:fix.

Language Style
Javascript
  • ES6 classes & modules
  • ClassName, functionName
  • 4 spaces
  • Run eslint to check style:
    npx maid lint:js
HTML
  • 4 spaces
  • no ids except for link-to block
  • class names: BEM
  • Run htmllint to check style:
    npx maid lint:html
CSS
  • 4 spaces
  • BEM syntax for classes, @keyframe names and variables
    • folder for each block

License

MIT