Skip to content

Commit

Permalink
Update README for render
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyky committed Oct 29, 2024
1 parent 0f777c3 commit a7ffffe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ Very much a work in progress being shaped as I work - so, we shall see!
Or

[https://kellyky.github.io/website/](https://kellyky.github.io/website/)

## Updates
Header/footer partials introduced - which use erb and get rendered.

This means I need to edit the .erb file - *not* the html file directly. Then I need to re-render `ruby render.rb`.

- create in views as erb
- render partials (header/footer)
- update render.rb for the new file
- rerender `ruby render.rb`


0 comments on commit a7ffffe

Please sign in to comment.