Skip to content

ottofeller/ebpf.io

 
 

Repository files navigation

License: CC BY 4.0

ebpf.io Website

This is the source code for the website ebpf.io. For more information, see the contribute page.

How to contribute

  1. Clone the repo
  2. yarn install
  3. yarn run develop
  4. open http://localhost:8000
  5. make changes in: pages/index.js for landing page, or posts/ folder for blog posts
  6. everytime you save, localhost:8000 will auto-reload with new preview
  7. commit all your new changes to a branch, and submit the PR

Local development

You can use -p to set the custom port and -H to set the custom host like beblow. Find more from gatsbyjs document

yarn run develop -p 8080 -H 0.0.0.0

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • SCSS 24.5%
  • CSS 0.2%