Skip to content

Conversation

@geoffreymcgill
Copy link
Contributor

New features

This pull request updates the retype.yml configuration file to enhance the docs.artblocks.io website appearance and functionality. The changes introduce a Pro mode for local development, a new navigation mode, and a customized theme with updated colors and styles.

Start in Pro mode

Adds a configuration to start Retype in pro mode when using retype start locally and does not require the Retype Pro key to installed locally.

start:
  # Start locally in Pro mode
  pro: true

Use the "Stack" navigation layout

Configure the left-sidebar navigation to use the new stack layout and hide the icons.

nav:
  mode: stack
  icons:
    mode: none

There are several different options for displaying the icons (or not), but we're turning them off for now which reduces the amount of thinking required to configure new content sections.

New theme colors

Customized a few of the new theme-variables (guide) to pick up some of the main artblocks.io website branding.

The colors for the base-color theme-variables were pulled from a Squiggle but can easily be customized to any value.

theme:
  base:
    base-color: "#9B19EF"
    base-bg: "#F9F9F9"
    base-text: "#1E1E1E"
    base-link-weight: 500
  dark:
    base-color: "#D41FD6"

All the latest features added to Retype are available in the Feature Log and release announcements.

@geoffreymcgill geoffreymcgill requested a review from a team as a code owner July 10, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant