My personal site
Go to file
Trevor Vallender e4843d6626 Add basic styles
This fixes styling in Trix but is so standard it's in main.
2023-09-17 15:05:22 +01:00
app Add basic styles 2023-09-17 15:05:22 +01:00
bin Install importmap-rails 2023-08-15 14:52:22 +01:00
config Microposts set up 2023-09-17 14:59:06 +01:00
db Microposts set up 2023-09-17 14:59:06 +01: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 Microposts set up 2023-09-17 14:59:06 +01:00
tmp Initial commit 2023-08-08 17:48:09 +01:00
vendor Install importmap-rails 2023-08-15 14:52:22 +01:00
.envrc Initial commit 2023-08-08 17:48:09 +01:00
.gitattributes Initial commit 2023-08-08 17:48:09 +01:00
.gitignore Initial commit 2023-08-08 17:48:09 +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
Gemfile Initial commit 2023-08-08 17:48:09 +01:00
Gemfile.lock Initial commit 2023-08-08 17:48:09 +01: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 devenv update 2023-08-18 17:20:40 +01:00
devenv.nix Name (and purpose) change 2023-09-17 12:24:54 +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.