Skip to content

Commit c1b89fc

Browse files
committed
Add landing page for settings
1 parent ddc831b commit c1b89fc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

app/content/pages/about/design.html.mdrb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Site Design
33
layout: article
44
---
55

6-
I am [not a designer](...). Though the design of this site is built largely from scratch, I’ve done my best to [acknowledge](/about/acknowledgements) others whose work has greatly influenced this site and from whom I’ve borrowed heavily.
6+
I am [not a designer](https://notadesigner.io/). Though the design of this site is built largely from scratch, I’ve done my best to [acknowledge](/about/acknowledgements) others whose work has greatly influenced this site and from whom I’ve borrowed heavily.
77

88
## Layout
99

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Settings
3+
layout: article
4+
summary: Customize your Joy of Rails experience
5+
description: Customize your Joy of Rails experience including color schemes and syntax highlighting
6+
updated: 2024-07-31
7+
---
8+
9+
If you‘re interested to change what the site looks and play with different colors, you can check out the settings editors for <%= link_to "Color Schemes", settings_color_scheme_path %> and
10+
<%= link_to "Syntax Highlighting", settings_syntax_highlight_path %>.
11+
12+
I‘ve also written some posts to demonstrate how these features work in case you want to learn more about what goes on "under the hood" of Joy of Rails.
13+
14+
- [Custom Color Schemes with Ruby on Rails](/articles/custom-color-schemes-with-ruby-on-rails)

app/views/application/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ul>
1313
<ul>
1414
<li>
15-
<%= link_to "Settings", settings_color_scheme_path %>
15+
<%= link_to "Settings", "/settings" %>
1616
</li>
1717
<li>
1818
<ul>

0 commit comments

Comments
 (0)