Go to file
Your Name d5cbd80092 Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
.github/workflows Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
categories Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
components Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
contact-us Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
content Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
css Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
files fixup 2020-01-26 15:48:14 -05:00
fonts Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
how-it-works Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
image-backups Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
images Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
licenses Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
make-it Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
papers Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
posts Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
research Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
src/js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
static Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
tags Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
themes Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
videos Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
webfonts Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
.gitignore Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
.hugo_build.lock Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
CNAME Create CNAME 2023-09-14 23:25:44 -04:00
CSS-JS-OPTIMIZATION.md Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
LICENSE Initial commit 2020-01-26 15:01:47 -05:00
README.md Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
_headers Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
_redirects Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
analyze-css.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
build-production.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
config.toml Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
convert-images.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
index.html Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
index.xml Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
optimize-js.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
package-lock.json Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
package.json Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
purgecss.config.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
purgecss.fontawesome.config.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
purgecss.material.config.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
quick-build.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
rollup.config.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
run-hugo-server.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
server.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
setup-dependencies.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
sitemap.xml Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
uncss.js Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00
update-image-references.sh Website optimization, responsive images, and cleanup of contact/make-it pages 2025-03-06 13:17:52 -05:00

README.md

website

https://showerloop.cc new site for https://showerloop.org [planned]

Local Development

To test this site locally:

  1. Make sure you have Hugo installed on your system
  2. Clone this repository
  3. Run the development server using the script:
./run-hugo-server.sh

Or run Hugo directly:

hugo server -D --disableFastRender
  1. Open your browser and go to http://localhost:1313/ to view the site
  2. The site will automatically reload when you make changes to the content or templates

Notes

  • The -D flag enables draft content to be visible in the development environment
  • --disableFastRender ensures full rebuilds for more reliable preview