dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Pokemon : Change data location to Github #115

Closed dyreschlock closed 2 months ago

dyreschlock commented 2 months ago

Whenever the game_master is updated, I do the following:

The last step is unnecessary as the code could look directly at the latest file in the game_master github, so let's change that.

There's a few other config points that use my local github location, so those could be consolidated.

dyreschlock commented 2 months ago

I moved the reference of latest.json to github and moved around a bunch of other things.