Neocities.org - the web site. The entire thing. Yep, we're completely open source.

Kyle Drake 50b1ea65e3 plug created_at for missing updated_at преди 1 седмица
.github cac2cbd986 github action ruby 3.3 (previous commit enabled YJIT) преди 4 месеца
app 50b1ea65e3 plug created_at for missing updated_at преди 1 седмица
ext 6444fe7e94 sinatra indifferent hash not an integer преди 2 месеца
files f84290f8f4 sitemap: improvements, fixes, add tags преди 4 години
migrations d850559f36 site views, hits needs bigint преди 1 месец
models 50b1ea65e3 plug created_at for missing updated_at преди 1 седмица
public 215e72d07c dont hide comment link when popping out преди 2 седмици
sass 5de38ec406 Update _project-Main.scss преди 2 седмици
tests 160dc9e2de password reset tweaks преди 1 месец
vagrant 350a7039c7 update vagrantfile to work with latest, closes #478 преди 4 месеца
views 11ad75d932 remove clunky slow fade animation преди 2 седмици
workers 29619d51ee remove surf code, clean up purge cache and better define purge cache tests for expected behavior преди 2 месеца
.gitignore 9bc93a8d15 whitelist emails capability преди 2 месеца
Gemfile 8a398c3028 integrate airbrake преди 3 месеца
Gemfile.lock af9a9410a2 Bump sidekiq from 7.2.0 to 7.2.4 преди 2 седмици
LICENSE.txt 00f79bb3ee Add BSD 2-clause license преди 11 години
README.md e1416fd40f Merge branch 'github-actions' of https://github.com/talklittle/neocities into talklittle-github-actions преди 1 година
Rakefile ca71db54ba convert net::http calls to http gem преди 1 месец
Vagrantfile 350a7039c7 update vagrantfile to work with latest, closes #478 преди 4 месеца
app.rb be6c4252ff no error emails, using airbrake преди 1 месец
app_helpers.rb ca71db54ba convert net::http calls to http gem преди 1 месец
code-of-conduct.txt 221287d236 Update code-of-conduct.txt преди 8 години
config.ru 8a398c3028 integrate airbrake преди 3 месеца
config.yml.ci 84a23e35ba add minfraud преди 5 месеца
config.yml.template 84a23e35ba add minfraud преди 5 месеца
environment.rb 4f3ca20f55 no airbrake for retries in sidekiq, only failures преди 3 месеца
puma_config.rb ca288fcd8b puma_config.rb: not needed anymore DB.disconnect call преди 1 месец
rainbows_config.rb 0ca1473d22 mostly finished port to ruby3 преди 1 година

README.md

NOTE: THIS IS NOT FOR NEOCITIES SUPPORT! Any issues filed not related to the source code itself will be closed. For support please contact: https://neocities.org/contact

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

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