Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 716 Bytes

File metadata and controls

22 lines (14 loc) · 716 Bytes

Firework Engineering Blog

https://eng.firework.com

Dependencies

Writing Posts

Tutorial

  1. Create a new branch off main
  2. Create a new Markdown file in _posts with the naming convention YEAR-MONTH-DAY-title.md (e.g. 2022-01-25-welcome-to-the-firework-engineering-blog.md)
  3. Write your blog post in Markdown language
  4. Commit your stuffs
  5. Create a Pull Request!
  6. Merge and it will be automatically deployed

Deployment

No action needed! Github Pages will automatically build and deploy from the main branch.