Define New Year
- Make new year definition file in
/_biking-annual
. - Add the new year to ‘.years’ field in
/biking.md
file. All auto-generated tables and plots read the years from this field, so otherwise the dynamic plot and ‘All Logs’ table in ‘Overview’ page will not be updated. - Add the new year internal url to
/_data/navigation.yml
> ‘biking’ submenu.
Define New Month
- First update
/_data/biking/_index.yml
in YYYY-MM format. - Make new month definition file in
YML
format in/_data/biking/
folder. - Make new month definition file in
/_biking-activities
.
PREVIOUSCode snippets