Skip to content

apaleslimghost/ghost-computer

Repository files navigation

getting it running

  • brew services start postgresql
  • bundle
  • npm install
  • rails db:create
  • rails db:migrate
  • create a new user in the REPL:
    • rails c
    • User.create(username: 'apaleslimghost', password: 'hunter2')
  • rails s

to do

  • posts
    • markdown
    • like
    • excerpts
    • social preview
    • tags
    • tag tokeniser input
  • auth
  • design
  • deploy
  • drag & drop
    • bear markdown ingest
    • activestorage
    • textbundle-like formats (nested folders of things, preserve paths as blobs)
  • rss
  • webmentions
    • sending
    • receiving
    • display
      • but nice
    • microformats
      • more microformats?
    • bridgy publishing
  • notes (without title)
  • pull in youtube videos, soundcloud releases, spotify releases
  • featured video/live broadcast
  • pagination/lazy loading

bugs

  • fix home header styles on small screens
  • post date time
  • safari ugh
  • mobile layout (static position)

About

kara brightwell's blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published