This is the repo for https://fuerzalatinafoco.com. Fuerza Latina is an organization of immigrants and allies dedicated to educating, informing, organizing, and promoting change to facilitate an improved quality of life for immigrants in our community.
This site functions off the following technologies: Jekyll netlify-cms. netlify (team page: https://app.netlify.com/sites/fuerza-latina/overview)
Using these technologies, we can obtain the following:
- static site generation (no backend servers)
- absolutely free hosting (some restrictions apply)
- in page editing via the admin page, so non-technical users can contribute to webpage
- Install ruby/jekyll (https://jekyllrb.com/docs/installation/)
- Obtain access to repo, contact info@fccan.org
git clone https://github.com/pbjtime/fuerza-latina.gitcd fuerza-latinabundle exec jekyll serve --host 0.0.0.0- You can now access the site: http://0.0.0.0:4000 (replace 0.0.0.0 with the local-link if hosting locally http://127.0.0.1:4000 or public address of your computer.)
Optional: In another terminal (to run the cms locally):
cd fuerza-latinaPORT=8076 npx netlify-cms-proxy-server