notwaldorf / ama

:raising_hand: Ask @notwaldorf anything!
94 stars 13 forks source link

Is there a place where you explain how GeoGlitchies works? #126

Closed mshook closed 2 years ago

mshook commented 3 years ago

Is there a place where you (or Jessica Lord) explain how GeoGlitchies works?

I realize it must all be there, but I haven't been able to figure it out.

-Michael

notwaldorf commented 3 years ago

I think the instructions page is the most we have in terms of how it works.

If you look at the project code, most of it is the eleventy code:

cc @jlord if I've missed anything!

mshook commented 3 years ago

Thank you. That is very helpful.

-Michael

On Wed, Dec 16, 2020 at 3:01 PM Monica Dinculescu notifications@github.com wrote:

I think the instructions https://geoglitchies.glitch.me/instructions/ page is the most we have in terms of how it works.

If you look at the project code https://glitch.com/edit/#!/geoglitchies, most of it is the eleventy code:

  • .eleventy.js is the eleventy config
  • watch.json has the list of watch files, which is basically anything in css, src and some config files
  • that watch file is iirc used by glitch to re-run the npm install script when anything in those files changes. so basically, every time you add a new post or edit one, the site is rebuilt.
  • src/_data/friends.js has the "webring" functionality
  • src/_data/_includes/layouts has the templates for each page

cc @jlord https://github.com/jlord if I've missed anything!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/notwaldorf/ama/issues/126#issuecomment-746926016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM6ZKSVJJGUEHDVA4BKUA3SVEG27ANCNFSM4UZF6GDQ .