diff --git a/Makefile b/Makefile index ccd9cf6..e732327 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ templ: @templ generate -watch -proxy=http://localhost:3000 sass: - @sass --no-source-map --watch public/stylesheets/tallytome.scss public/stylesheets/tallytome.css \ No newline at end of file + @sass --no-source-map --watch view/stylesheets/tallytome.scss public/tallytome.css \ No newline at end of file diff --git a/public/stylesheets/tallytome.css b/public/tallytome.css similarity index 100% rename from public/stylesheets/tallytome.css rename to public/tallytome.css diff --git a/public/stylesheets/custom/_dark.scss b/view/stylesheets/custom/_dark.scss similarity index 100% rename from public/stylesheets/custom/_dark.scss rename to view/stylesheets/custom/_dark.scss diff --git a/public/stylesheets/custom/_light.scss b/view/stylesheets/custom/_light.scss similarity index 100% rename from public/stylesheets/custom/_light.scss rename to view/stylesheets/custom/_light.scss diff --git a/public/stylesheets/custom/_schemes.scss b/view/stylesheets/custom/_schemes.scss similarity index 100% rename from public/stylesheets/custom/_schemes.scss rename to view/stylesheets/custom/_schemes.scss diff --git a/public/stylesheets/custom/_styles.scss b/view/stylesheets/custom/_styles.scss similarity index 100% rename from public/stylesheets/custom/_styles.scss rename to view/stylesheets/custom/_styles.scss diff --git a/public/stylesheets/custom/_theme-colors.scss b/view/stylesheets/custom/_theme-colors.scss similarity index 100% rename from public/stylesheets/custom/_theme-colors.scss rename to view/stylesheets/custom/_theme-colors.scss diff --git a/public/stylesheets/pico/_index.scss b/view/stylesheets/pico/_index.scss similarity index 100% rename from public/stylesheets/pico/_index.scss rename to view/stylesheets/pico/_index.scss diff --git a/public/stylesheets/pico/_settings.scss b/view/stylesheets/pico/_settings.scss similarity index 100% rename from public/stylesheets/pico/_settings.scss rename to view/stylesheets/pico/_settings.scss diff --git a/public/stylesheets/pico/colors/_index.scss b/view/stylesheets/pico/colors/_index.scss similarity index 100% rename from public/stylesheets/pico/colors/_index.scss rename to view/stylesheets/pico/colors/_index.scss diff --git a/public/stylesheets/pico/colors/utilities/_background-colors.scss b/view/stylesheets/pico/colors/utilities/_background-colors.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_background-colors.scss rename to view/stylesheets/pico/colors/utilities/_background-colors.scss diff --git a/public/stylesheets/pico/colors/utilities/_colors.scss b/view/stylesheets/pico/colors/utilities/_colors.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_colors.scss rename to view/stylesheets/pico/colors/utilities/_colors.scss diff --git a/public/stylesheets/pico/colors/utilities/_css-vars.scss b/view/stylesheets/pico/colors/utilities/_css-vars.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_css-vars.scss rename to view/stylesheets/pico/colors/utilities/_css-vars.scss diff --git a/public/stylesheets/pico/colors/utilities/_index.scss b/view/stylesheets/pico/colors/utilities/_index.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_index.scss rename to view/stylesheets/pico/colors/utilities/_index.scss diff --git a/public/stylesheets/pico/colors/utilities/_settings.scss b/view/stylesheets/pico/colors/utilities/_settings.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_settings.scss rename to view/stylesheets/pico/colors/utilities/_settings.scss diff --git a/public/stylesheets/pico/colors/utilities/_utils.scss b/view/stylesheets/pico/colors/utilities/_utils.scss similarity index 100% rename from public/stylesheets/pico/colors/utilities/_utils.scss rename to view/stylesheets/pico/colors/utilities/_utils.scss diff --git a/public/stylesheets/pico/components/_accordion.scss b/view/stylesheets/pico/components/_accordion.scss similarity index 100% rename from public/stylesheets/pico/components/_accordion.scss rename to view/stylesheets/pico/components/_accordion.scss diff --git a/public/stylesheets/pico/components/_card.scss b/view/stylesheets/pico/components/_card.scss similarity index 100% rename from public/stylesheets/pico/components/_card.scss rename to view/stylesheets/pico/components/_card.scss diff --git a/public/stylesheets/pico/components/_dropdown.scss b/view/stylesheets/pico/components/_dropdown.scss similarity index 100% rename from public/stylesheets/pico/components/_dropdown.scss rename to view/stylesheets/pico/components/_dropdown.scss diff --git a/public/stylesheets/pico/components/_group.scss b/view/stylesheets/pico/components/_group.scss similarity index 100% rename from public/stylesheets/pico/components/_group.scss rename to view/stylesheets/pico/components/_group.scss diff --git a/public/stylesheets/pico/components/_loading.scss b/view/stylesheets/pico/components/_loading.scss similarity index 100% rename from public/stylesheets/pico/components/_loading.scss rename to view/stylesheets/pico/components/_loading.scss diff --git a/public/stylesheets/pico/components/_modal.scss b/view/stylesheets/pico/components/_modal.scss similarity index 100% rename from public/stylesheets/pico/components/_modal.scss rename to view/stylesheets/pico/components/_modal.scss diff --git a/public/stylesheets/pico/components/_nav.scss b/view/stylesheets/pico/components/_nav.scss similarity index 100% rename from public/stylesheets/pico/components/_nav.scss rename to view/stylesheets/pico/components/_nav.scss diff --git a/public/stylesheets/pico/components/_progress.scss b/view/stylesheets/pico/components/_progress.scss similarity index 100% rename from public/stylesheets/pico/components/_progress.scss rename to view/stylesheets/pico/components/_progress.scss diff --git a/public/stylesheets/pico/components/_tooltip.scss b/view/stylesheets/pico/components/_tooltip.scss similarity index 100% rename from public/stylesheets/pico/components/_tooltip.scss rename to view/stylesheets/pico/components/_tooltip.scss diff --git a/public/stylesheets/pico/content/_button.scss b/view/stylesheets/pico/content/_button.scss similarity index 100% rename from public/stylesheets/pico/content/_button.scss rename to view/stylesheets/pico/content/_button.scss diff --git a/public/stylesheets/pico/content/_code.scss b/view/stylesheets/pico/content/_code.scss similarity index 100% rename from public/stylesheets/pico/content/_code.scss rename to view/stylesheets/pico/content/_code.scss diff --git a/public/stylesheets/pico/content/_embedded.scss b/view/stylesheets/pico/content/_embedded.scss similarity index 100% rename from public/stylesheets/pico/content/_embedded.scss rename to view/stylesheets/pico/content/_embedded.scss diff --git a/public/stylesheets/pico/content/_figure.scss b/view/stylesheets/pico/content/_figure.scss similarity index 100% rename from public/stylesheets/pico/content/_figure.scss rename to view/stylesheets/pico/content/_figure.scss diff --git a/public/stylesheets/pico/content/_link.scss b/view/stylesheets/pico/content/_link.scss similarity index 100% rename from public/stylesheets/pico/content/_link.scss rename to view/stylesheets/pico/content/_link.scss diff --git a/public/stylesheets/pico/content/_miscs.scss b/view/stylesheets/pico/content/_miscs.scss similarity index 100% rename from public/stylesheets/pico/content/_miscs.scss rename to view/stylesheets/pico/content/_miscs.scss diff --git a/public/stylesheets/pico/content/_table.scss b/view/stylesheets/pico/content/_table.scss similarity index 100% rename from public/stylesheets/pico/content/_table.scss rename to view/stylesheets/pico/content/_table.scss diff --git a/public/stylesheets/pico/content/_typography.scss b/view/stylesheets/pico/content/_typography.scss similarity index 100% rename from public/stylesheets/pico/content/_typography.scss rename to view/stylesheets/pico/content/_typography.scss diff --git a/public/stylesheets/pico/forms/_basics.scss b/view/stylesheets/pico/forms/_basics.scss similarity index 100% rename from public/stylesheets/pico/forms/_basics.scss rename to view/stylesheets/pico/forms/_basics.scss diff --git a/public/stylesheets/pico/forms/_checkbox-radio-switch.scss b/view/stylesheets/pico/forms/_checkbox-radio-switch.scss similarity index 100% rename from public/stylesheets/pico/forms/_checkbox-radio-switch.scss rename to view/stylesheets/pico/forms/_checkbox-radio-switch.scss diff --git a/public/stylesheets/pico/forms/_input-color.scss b/view/stylesheets/pico/forms/_input-color.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-color.scss rename to view/stylesheets/pico/forms/_input-color.scss diff --git a/public/stylesheets/pico/forms/_input-date.scss b/view/stylesheets/pico/forms/_input-date.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-date.scss rename to view/stylesheets/pico/forms/_input-date.scss diff --git a/public/stylesheets/pico/forms/_input-file.scss b/view/stylesheets/pico/forms/_input-file.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-file.scss rename to view/stylesheets/pico/forms/_input-file.scss diff --git a/public/stylesheets/pico/forms/_input-range.scss b/view/stylesheets/pico/forms/_input-range.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-range.scss rename to view/stylesheets/pico/forms/_input-range.scss diff --git a/public/stylesheets/pico/forms/_input-search.scss b/view/stylesheets/pico/forms/_input-search.scss similarity index 100% rename from public/stylesheets/pico/forms/_input-search.scss rename to view/stylesheets/pico/forms/_input-search.scss diff --git a/public/stylesheets/pico/helpers/_copyright.scss b/view/stylesheets/pico/helpers/_copyright.scss similarity index 100% rename from public/stylesheets/pico/helpers/_copyright.scss rename to view/stylesheets/pico/helpers/_copyright.scss diff --git a/public/stylesheets/pico/helpers/_functions.scss b/view/stylesheets/pico/helpers/_functions.scss similarity index 100% rename from public/stylesheets/pico/helpers/_functions.scss rename to view/stylesheets/pico/helpers/_functions.scss diff --git a/public/stylesheets/pico/layout/_container.scss b/view/stylesheets/pico/layout/_container.scss similarity index 100% rename from public/stylesheets/pico/layout/_container.scss rename to view/stylesheets/pico/layout/_container.scss diff --git a/public/stylesheets/pico/layout/_document.scss b/view/stylesheets/pico/layout/_document.scss similarity index 100% rename from public/stylesheets/pico/layout/_document.scss rename to view/stylesheets/pico/layout/_document.scss diff --git a/public/stylesheets/pico/layout/_grid.scss b/view/stylesheets/pico/layout/_grid.scss similarity index 100% rename from public/stylesheets/pico/layout/_grid.scss rename to view/stylesheets/pico/layout/_grid.scss diff --git a/public/stylesheets/pico/layout/_landmarks.scss b/view/stylesheets/pico/layout/_landmarks.scss similarity index 100% rename from public/stylesheets/pico/layout/_landmarks.scss rename to view/stylesheets/pico/layout/_landmarks.scss diff --git a/public/stylesheets/pico/layout/_overflow-auto.scss b/view/stylesheets/pico/layout/_overflow-auto.scss similarity index 100% rename from public/stylesheets/pico/layout/_overflow-auto.scss rename to view/stylesheets/pico/layout/_overflow-auto.scss diff --git a/public/stylesheets/pico/layout/_section.scss b/view/stylesheets/pico/layout/_section.scss similarity index 100% rename from public/stylesheets/pico/layout/_section.scss rename to view/stylesheets/pico/layout/_section.scss diff --git a/public/stylesheets/pico/pico.classless.scss b/view/stylesheets/pico/pico.classless.scss similarity index 100% rename from public/stylesheets/pico/pico.classless.scss rename to view/stylesheets/pico/pico.classless.scss diff --git a/public/stylesheets/pico/pico.colors.scss b/view/stylesheets/pico/pico.colors.scss similarity index 100% rename from public/stylesheets/pico/pico.colors.scss rename to view/stylesheets/pico/pico.colors.scss diff --git a/public/stylesheets/pico/pico.conditional.scss b/view/stylesheets/pico/pico.conditional.scss similarity index 100% rename from public/stylesheets/pico/pico.conditional.scss rename to view/stylesheets/pico/pico.conditional.scss diff --git a/public/stylesheets/pico/pico.fluid.classless.scss b/view/stylesheets/pico/pico.fluid.classless.scss similarity index 100% rename from public/stylesheets/pico/pico.fluid.classless.scss rename to view/stylesheets/pico/pico.fluid.classless.scss diff --git a/public/stylesheets/pico/pico.scss b/view/stylesheets/pico/pico.scss similarity index 100% rename from public/stylesheets/pico/pico.scss rename to view/stylesheets/pico/pico.scss diff --git a/public/stylesheets/pico/postcss.config.js b/view/stylesheets/pico/postcss.config.js similarity index 100% rename from public/stylesheets/pico/postcss.config.js rename to view/stylesheets/pico/postcss.config.js diff --git a/public/stylesheets/pico/themes/_default.scss b/view/stylesheets/pico/themes/_default.scss similarity index 100% rename from public/stylesheets/pico/themes/_default.scss rename to view/stylesheets/pico/themes/_default.scss diff --git a/public/stylesheets/pico/themes/default/_dark.scss b/view/stylesheets/pico/themes/default/_dark.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_dark.scss rename to view/stylesheets/pico/themes/default/_dark.scss diff --git a/public/stylesheets/pico/themes/default/_light.scss b/view/stylesheets/pico/themes/default/_light.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_light.scss rename to view/stylesheets/pico/themes/default/_light.scss diff --git a/public/stylesheets/pico/themes/default/_schemes.scss b/view/stylesheets/pico/themes/default/_schemes.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_schemes.scss rename to view/stylesheets/pico/themes/default/_schemes.scss diff --git a/public/stylesheets/pico/themes/default/_styles.scss b/view/stylesheets/pico/themes/default/_styles.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_styles.scss rename to view/stylesheets/pico/themes/default/_styles.scss diff --git a/public/stylesheets/pico/themes/default/_theme-colors.scss b/view/stylesheets/pico/themes/default/_theme-colors.scss similarity index 100% rename from public/stylesheets/pico/themes/default/_theme-colors.scss rename to view/stylesheets/pico/themes/default/_theme-colors.scss diff --git a/public/stylesheets/pico/utilities/_accessibility.scss b/view/stylesheets/pico/utilities/_accessibility.scss similarity index 100% rename from public/stylesheets/pico/utilities/_accessibility.scss rename to view/stylesheets/pico/utilities/_accessibility.scss diff --git a/public/stylesheets/pico/utilities/_reduce-motion.scss b/view/stylesheets/pico/utilities/_reduce-motion.scss similarity index 100% rename from public/stylesheets/pico/utilities/_reduce-motion.scss rename to view/stylesheets/pico/utilities/_reduce-motion.scss diff --git a/public/stylesheets/tallytome.scss b/view/stylesheets/tallytome.scss similarity index 100% rename from public/stylesheets/tallytome.scss rename to view/stylesheets/tallytome.scss