site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

ModeNameSize
-rw-r--r--.gitattributes7L
-rw-r--r--.gitignore367L
-rw-r--r--.ruby-version1L
-rw-r--r--Gemfile72L
-rw-r--r--Gemfile.lock232L
-rw-r--r--LICENSE661L
-rw-r--r--README.org17L
-rw-r--r--Rakefile6L
-rw-r--r--app/assets/config/manifest.js4L
-rw-r--r--app/assets/stylesheets/application.css276L
-rw-r--r--app/channels/application_cable/channel.rb4L
-rw-r--r--app/channels/application_cable/connection.rb4L
-rw-r--r--app/controllers/application_controller.rb11L
-rw-r--r--app/controllers/concerns/.keep0B
-rw-r--r--app/controllers/errors_controller.rb9L
-rw-r--r--app/controllers/posts_controller.rb39L
-rw-r--r--app/helpers/application_helper.rb2L
-rw-r--r--app/helpers/error_helper.rb2L
-rw-r--r--app/helpers/errors_helper.rb2L
-rw-r--r--app/helpers/posts_helper.rb2L
-rw-r--r--app/javascript/application.js3L
-rw-r--r--app/javascript/backs.ts44L
-rw-r--r--app/javascript/controllers/application.js9L
-rw-r--r--app/javascript/controllers/hello_controller.js7L
-rw-r--r--app/javascript/controllers/index.js11L
-rw-r--r--app/javascript/movementInSquares.ts70L
-rw-r--r--app/jobs/application_job.rb7L
-rw-r--r--app/mailers/application_mailer.rb4L
-rw-r--r--app/models/application_record.rb3L
-rw-r--r--app/models/concerns/.keep0B
-rw-r--r--app/models/post.rb2L
-rw-r--r--app/publish.el56L
-rw-r--r--app/views/errors/internal_server.html.erb3L
-rw-r--r--app/views/errors/not_found.html.erb1L
-rw-r--r--app/views/layouts/application.html.erb121L
-rw-r--r--app/views/layouts/mailer.html.erb13L
-rw-r--r--app/views/layouts/mailer.text.erb1L
-rw-r--r--app/views/posts/blerbs.html.erb1L
-rw-r--r--app/views/posts/blog_index.html.erb24L
-rw-r--r--app/views/posts/esoteric.html.erb2L
-rw-r--r--app/views/posts/index.html.erb39L
-rw-r--r--app/views/posts/show.html.erb3L
-rw-r--r--app/views/shared/_anime.html.erb40L
-rw-r--r--app/views/shared/_choppa.html.erb6L
-rw-r--r--app/views/shared/_france.html.erb7L
-rw-r--r--app/views/shared/_gigachad.html.erb17L
-rw-r--r--app/views/shared/_industrial_society.html.erb38L
-rw-r--r--app/views/shared/_peter.html.erb10L
-rw-r--r--app/views/shared/_shrek.html.erb15L
-rw-r--r--app/views/shared/_sneed.html.erb20L
-rw-r--r--app/views/shared/_sneed_img.html.erb114L
-rw-r--r--app/views/shared/_tanku.html.erb22L
-rw-r--r--app/views/shared/_toem.html.erb36L
-rw-r--r--app/views/shared/_troll.html.erb28L
-rw-r--r--app/views/shared/_virus_exe.html.erb19L
-rw-r--r--app/views/shared/_windows.html.erb11L
-rwxr-xr-xbuild.zsh7L
-rw-r--r--config.ru6L
-rw-r--r--config/application.rb117L
-rw-r--r--config/boot.rb4L
-rw-r--r--config/cable.yml10L
-rw-r--r--config/credentials.yml.enc1L
-rw-r--r--config/database.yml25L
-rw-r--r--config/environment.rb5L
-rw-r--r--config/environments/development.rb70L
-rw-r--r--config/environments/production.rb93L
-rw-r--r--config/environments/test.rb60L
-rw-r--r--config/importmap.rb7L
-rw-r--r--config/initializers/assets.rb14L
-rw-r--r--config/initializers/content_security_policy.rb26L
-rw-r--r--config/initializers/filter_parameter_logging.rb8L
-rw-r--r--config/initializers/inflections.rb16L
-rw-r--r--config/initializers/permissions_policy.rb11L
-rw-r--r--config/locales/en.yml33L
-rw-r--r--config/puma.rb43L
-rw-r--r--config/routes.rb18L
-rw-r--r--config/storage.yml34L
-rw-r--r--db/migrate/20220217225631_create_active_storage_tables.active_storage.rb57L
-rw-r--r--db/migrate/20220219224343_create_posts.rb13L
-rw-r--r--db/schema.rb54L
-rw-r--r--db/seeds.rb2L
-rw-r--r--lib/assets/.keep0B
-rw-r--r--lib/tasks/.keep0B
-rw-r--r--lib/tasks/assets.rake8L
-rw-r--r--log/.keep0B
-rw-r--r--package-lock.json31L
-rw-r--r--package.json5L
-rw-r--r--public/apple-touch-icon-precomposed.png0B
-rw-r--r--public/apple-touch-icon.png0B
-rw-r--r--public/favicon.ico0B
-rw-r--r--public/robots.txt1L
-rw-r--r--storage/.keep0B
-rw-r--r--test/application_system_test_case.rb5L
-rw-r--r--test/channels/application_cable/connection_test.rb11L
-rw-r--r--test/controllers/.keep0B
-rw-r--r--test/controllers/error_controller_test.rb7L
-rw-r--r--test/controllers/errors_controller_test.rb7L
-rw-r--r--test/controllers/posts_controller_test.rb7L
-rw-r--r--test/fixtures/posts.yml15L
-rw-r--r--test/helpers/.keep0B
-rw-r--r--test/integration/.keep0B
-rw-r--r--test/mailers/.keep0B
-rw-r--r--test/models/.keep0B
-rw-r--r--test/models/post_test.rb7L
-rw-r--r--test/system/.keep0B
-rw-r--r--test/test_helper.rb13L
-rw-r--r--tsconfig.json13L
-rw-r--r--vendor/.keep0B
-rw-r--r--vendor/javascript/.keep0B
-rw-r--r--yarn.lock8L