Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to build output html #31

Open
jcubic opened this issue Aug 8, 2021 · 1 comment
Open

Document how to build output html #31

jcubic opened this issue Aug 8, 2021 · 1 comment

Comments

@jcubic
Copy link
Contributor

jcubic commented Aug 8, 2021

There are few scheme scripts in repo, but it's not clear which function run and in which order.

We can use make (create Makefile) and put all stuff that needs to be run to build all the HTML files.

@lassik
Copy link
Member

lassik commented Aug 8, 2021

Yes, it is confusing. My fault.

We should think of some standard commands to include in all the scheme.org repos:

  • Generate the static files for the web server locally (maybe into a www directory in the repo)
  • Start a simple localhost web server to browse the (e.g. Chicken has one)
  • Upload staging copy of the site to scheme.org web server (using rsync)
  • Upload production copy to scheme.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants