-
-
Notifications
You must be signed in to change notification settings - Fork 4
Rebranded "Roux Components" to just Roux #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: component_library_2
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # Roux Component Library Site | ||
| # Roux Docs Site | ||
|
|
||
| ## Development | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| {%- set siteName = 'Roux Components' -%} | ||
| {%- set siteName = 'Roux CSS' -%} | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure if the site title should be just "Roux" or "Roux CSS". I feel like "Roux CSS" might be better for SEO as well as being more self-explanatory in search results.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ooo good question. Should it be maybe
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think "Roux CSS & Components" works well. |
||
| {%- set siteUrl = 'https://roux.thoughtbot.dev' -%} | ||
| {%- set siteDescription = 'Extend Roux CSS with ready-to-use components to build your project.' -%} | ||
| {%- set siteDescription = 'A boilerplate of pre-defined native CSS architecture, styling, and HTML to kickstart your project.' -%} | ||
|
Comment on lines
+1
to
+3
|
||
| {%- set pageTitle = title ~ ' - ' ~ siteName if title else siteName -%} | ||
| {%- set pageDescription = description or siteDescription -%} | ||
| <!DOCTYPE html> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm keeping the CSS examples in this README, but pointing to the docs site for HTML.