Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.61 KB

Developing

[! WIP !] Branching

This repository has 3 functional branches:

  1. main: contains all the logic for running the site
  2. gh-pages: site source that will automatically be deployed to GitHub Pages by a GitHub-owned bot whenever there is a push
  3. gh-pages-main: site source that the developer edits where changes will be transformed by automation and pushed to gh-pages

2self: this is probably an all around better strategy so I can place automation/steps to transform local -> remote (though this should remain vvv close; would be useful for things like redirecting to the resource in all 3 cases: 1) /about 2) /about/ and 3) /about.html with just haveing about.md in the root directory (and for others in nested directories)) would also be where you can run test CI/CD.

... this ^ might just be main? it only contains the logic for getting data that runs the site. would also be where

[! /WIP !]

Site URLs

Remote: https://cawfeecake.github.io/avwx-report/

Local: http://127.0.0.1:4000/avwx-report/

Launch a local instance

# on branch "gh-pages"
bundle exec jekyll build && bundle exec jekyll serve`

Differences between local instance and site on GitHub Pages