Skip to content

《硅谷脱口秀》团队主页。

License

Notifications You must be signed in to change notification settings

ggtkx/ggtkx.github.io

Repository files navigation

Website for the Chinese Comedy at Silicon Valley

pre-commit.ci status JavaScript Style Guide

The Website is deployed to GitHub pages and is served at ggtkx.org.

The Website is statically generated with Jekyll. To serve it locally, run:

bundle exec jekyll serve

Contributing

This repo uses pre-commit hooks to automate many checks upon making a git commit. (See .pre-commit-config.yaml for a list of all hooks enabled.) Assuming you have Homebrew installed, you can install the pre-commit program via:

brew install pre-commit

Then, install the pre-commit hooks via:

pre-commit install

One of the hooks use the ESLint tool to check JavaScript files, including enforcing the Google JavaScript Code Style. (See .eslintrc.json for the exact config.) As a npm package, ESLint is installed via npm and specified in the package.json. Install them by:

npm install

Data organization:

  • _data/comedians.json stores information about each comedian in this club. It is updated automatically to sync up with a Google Sheet.
  • _data/friends.yml stores links to our friends.
  • pages/ contains Markdown documents for each page.

Other technical details:

  • pull-sheet/ hosts the mechanism that updates _data/comedians.json from the roster.
  • sidenotes.js is a pure-JavaScript plugin that puts .footnotes into #sidebar, aligning each piece of note at their corresponding superscript.

References

Ming has written several articles detailing the engineering aspects of this club:

The first 2 articles are most relevant to this repo.

Acknowledgements

This website uses:

License

The MIT License (MIT).