My personal site
Go to file
Trevor Vallender 4aac6e136c Add diary entry to exercise 2023-12-29 12:18:40 +00:00
.kamal/hooks Add migrations to post-deploy hook 2023-10-20 11:19:04 +01:00
app Add diary entry to exercise 2023-12-29 12:18:40 +00:00
bin Rails 7.1 upgrade 2023-09-29 16:09:44 +01:00
config Add food 2023-12-29 11:34:53 +00:00
db Add diary entry to exercise 2023-12-29 12:18:40 +00:00
lib Initial commit 2023-08-08 17:48:09 +01:00
log Initial commit 2023-08-08 17:48:09 +01:00
public Initial commit 2023-08-08 17:48:09 +01:00
storage Initial commit 2023-08-08 17:48:09 +01:00
test Add diary entries 2023-12-29 12:16:30 +00:00
tmp Initial commit 2023-08-08 17:48:09 +01:00
vendor Install importmap-rails 2023-08-15 14:52:22 +01:00
.dockerignore Updates 2023-12-28 12:54:44 +00:00
.envrc Initial commit 2023-08-08 17:48:09 +01:00
.gitattributes Setting up deployment with Kamal 2023-09-29 14:05:38 +01:00
.gitignore Setting up deployment with Kamal 2023-09-29 14:05:38 +01:00
.rubocop.yml Initial commit 2023-08-08 17:48:09 +01:00
.ruby-version Initial commit 2023-08-08 17:48:09 +01:00
Dockerfile Setting up deployment with Kamal 2023-09-29 14:05:38 +01:00
Gemfile Updates 2023-12-28 12:54:44 +00:00
Gemfile.lock Updates 2023-12-28 12:54:44 +00:00
README.md Name (and purpose) change 2023-09-17 12:24:54 +01:00
Rakefile Initial commit 2023-08-08 17:48:09 +01:00
config.ru Initial commit 2023-08-08 17:48:09 +01:00
devenv.lock Upgrades 2023-10-13 20:04:11 +01:00
devenv.nix Upgrades 2023-10-13 20:04:11 +01:00
devenv.yaml Initial commit 2023-08-08 17:48:09 +01:00

README.md

soc

Soc (stream of consciousness) is a personal website platform for introverts. It is designed to run a blog as well as a microblog.

This codebase is currently geared for my own site, but can be easily adapted.

Development environment

Uses devenv. If you wish to run outside of this you should still be able to use devenv.nix as documentation of what is required.

Deployment

The plan is to use Kamal for deployment.