neocity for yuri https://femslash.city
Find a file
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00
.github/workflows accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
app accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
ext accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
files accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
migrations accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
models accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
public accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
sass accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
tests accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
vagrant accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
views accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
workers accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
.env.example accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
.gitattributes accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
.gitignore accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
app.rb accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
app_helpers.rb accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
code-of-conduct.txt accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
config.ru accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
config.yml.ci accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
config.yml.template accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
docker-compose.yml accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
environment.rb accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
Gemfile accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
Gemfile.lock accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
LICENSE.txt accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
puma_config.rb accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
rainbows_config.rb accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
Rakefile accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
README.md accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
SETUP.md accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00
Vagrantfile accidentally leaked secrets so had to nuke shit fuck 2026-08-19 17:29:54 -04:00

HITHIS IS NEOCITIES FOR FEMSLASH AND YURI

thansk to bald-cap for initial docker containerization :)

Come on down to femslash city we got SIGHTS

Neocities.org

Build Status Coverage Status

The web site for Neocities! It's open source. Want a feature on the site? Send a pull request!

Getting Started

Neocities can be quickly launched in development mode with Vagrant. Vagrant builds a virtual machine that automatically installs everything you need to run Neocities as a developer. Install Vagrant, then from the command line:

vagrant up --provision

Vagrant takes a while, make a pizza while waiting

Make a copy of config.yml.template in the root directory, and rename it to config.yml. Then:

vagrant ssh
bundle exec rackup -o 0.0.0.0

Now you can access the running site from your browser: http://127.0.0.1:9292

Want to contribute?

If you'd like to fix a bug, or make an improvement, or add a new feature, it's easy! Just send us a Pull Request.

  1. Fork it (https://github.com/neocities/neocities/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request