Skip to content

Commit

Permalink
Update README.md paths
Browse files Browse the repository at this point in the history
  • Loading branch information
excalith committed Jan 9, 2024
1 parent de45a26 commit cf94559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can explore the working version [here](https://excalith-start-page.vercel.ap
- Customizable Fetch UI for fetching browser and system data, including custom image support
- Autosuggest and Autocomplete support just like `zsh` and `fish`
- Cycle through filtered links back and forth
- Multiple theme support (check all [available themes](./public/themes/))
- Multiple theme support (check all [available themes](./data/themes/))
- Built-in configuration editor to easily edit and save your configuration

Please refer to [configuration](https://github.com/excalith/excalith-start-page/wiki/Configuration) page for more information.
Expand All @@ -43,7 +43,7 @@ Please refer to [configuration](https://github.com/excalith/excalith-start-page/
- Update your configuration with `config` command
- `config help` - Displays config command usage
- `config import <url>` - Import configuration from a URL to your local storage
- `config theme` - Lists all [available themes](./public/themes/)
- `config theme` - Lists all [available themes](./data/themes/)
- `config theme <theme-name>` - Switches between themes and sets your local configuration
- `config edit` - Edit local configuration within editor
- `config reset` - Reset your configuration to default
Expand Down Expand Up @@ -78,7 +78,7 @@ You can use the Online Version (aka. preview version) as well. However, since th
This project, at its heart, supports customization to better suit your desktop environment. There are three methods to personalize the project according to your preferences:

You can either
- **Method 1:** Configure your **fork** by editing [startpage.config.js](https://github.com/excalith/excalith-start-page/blob/main/startpage.config.js) file
- **Method 1:** Configure your **fork** by editing [settings.json](./data/settings.json) file
- **Method 2:** Use `config edit` command to edit on the fly, by built-in json editor
- **Method 3:** Use `config import <url>` command to import your remote config file from your dotfiles repository

Expand Down

1 comment on commit cf94559

@vercel
Copy link

@vercel vercel bot commented on cf94559 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

start-page – ./

excalith-start-page.vercel.app
start-page-git-main-excalith.vercel.app
start-page-excalith.vercel.app

Please sign in to comment.