|
2 | 2 | title: Custom color schemes with Ruby on Rails
|
3 | 3 | author: Ross Kaffenberger
|
4 | 4 | layout: article
|
5 |
| -description: This post embeds a demo of a custom color scheme previewer while highlighting the benefits of Rails, Hotwire, and CSS variables. You can edit the color scheme of this website right in content of this blog post. |
6 |
| -summary: This post embeds a demo of a custom color scheme previewer while highlighting the benefits of Rails, Hotwire, and CSS variables. You can edit the color scheme of this website right in content of this blog post. |
| 5 | +description: You can edit the color scheme of this website right in content of this blog post. Play with the controls while we highlight the benefits of Rails, Hotwire, and CSS variables. |
| 6 | +summary: You can edit the color scheme of this website right in content of this blog post. Play with the controls while we highlight the benefits of Rails, Hotwire, and CSS variables. |
7 | 7 | published: '2024-07-14'
|
8 | 8 | image: articles/custom-color-schemes-with-ruby-on-rails/rainbows.jpg
|
9 | 9 | draft: true
|
|
12 | 12 | - Rails
|
13 | 13 | ---
|
14 | 14 |
|
15 |
| -This blog post lets you edit the color scheme of this site. |
| 15 | +This blog post lets you edit the color scheme of this site, [Joy of Rails](/). |
16 | 16 |
|
17 | 17 | Give it a try.
|
18 | 18 |
|
@@ -144,10 +144,10 @@ For a solo developer with a busy home life and a full-time job, saving time and
|
144 | 144 |
|
145 | 145 | Would you like to see an in-depth tutorial on how to build the custom color scheme functionality? Did you find a bug or do you have questions about the content? Please [send me an email](mailto: [email protected]). You can also connect with me on [Twitter](https://twitter.com/rossta), [Github](https://github.com/rossta), [Mastodon](https://ruby.social/@rossta), and [Linkedin](https://www.linkedin.com/in/rosskaffenberger).
|
146 | 146 |
|
147 |
| -Curious to peek behind the curtain and get a glimpse of the magic? [Joy of Rails is open source on Github](https://github.com/joyofrails/joyofrails.com). |
| 147 | +Curious to peek behind the curtain and get a glimpse of the magic? [Joy of Rails is open source on Github](https://github.com/joyofrails/joyofrails.com). Feel free to look through the code and contribute. |
148 | 148 |
|
149 |
| -If I’ve captured your interest and you’d like to learn more, please <%= link_to "subscribe", "#newsletter-signup" %> to hear more from me and get notified of new articles by email. |
| 149 | +And if I’ve captured your interest, please <%= link_to "subscribe", "#newsletter-signup" %> to hear more from me and get notified of new articles by email. |
150 | 150 |
|
151 |
| -I hope I was able to demonstrate a tiny peek into what’s possible with Rails. I hope you enjoyed it. |
| 151 | +That does it for another glimpse into what’s possible with Ruby on Rails. I hope you enjoyed it. |
152 | 152 |
|
153 | 153 | ')
|
0 commit comments