xmeyers
July 10, 2025 ยท View on GitHub
Weather, fire and road conditions for Meyers, CA
Static HTML - public website at andyl.github.io/xmeyers.
Installing
# clone the repo
> git clone https://github.com/andyl/xmeyers.git
# install dependencies
> cd xmeyers && mix deps.get
# build the pages
> bin/build
# start the development server
> bin/serve
# open a browser to `http://localhost:4999/xmeyers
Editing
Content files are in _data/*.yml.
Tableau SSG
The HTML is generated by Tableau.
Building
$ bin/serve
$ bin/build
Deploying
The site is served using Github Pages
Build > Commit > Push