Skip to content

Commit

Permalink
chore: update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadam committed Aug 13, 2024
1 parent 8f28e09 commit 6b7ac76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
40 changes: 2 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
Wotes is my personal advanced web development concepts that I am trying to visualize

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
## [Try it online](https://behzadam.github.io/wotes/)
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home(): JSX.Element {
<header className="text-center">
<h1 className="font-jakarta">WOTES</h1>
<h2 className="text-lg font-mono font-light dark:text-neutral-400">
Web development notes, clear explanations.
My personal notes on advanced web development concepts.
</h2>
</header>
<Link
Expand Down

0 comments on commit 6b7ac76

Please sign in to comment.