Skip to content

Commit

Permalink
windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
axis7818 committed Jan 31, 2025
1 parent f5478b5 commit 2994052
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,28 @@ This is the GitHub repository for my personal website.

This site is built with [Zola](https://www.getzola.org/) and [tabi](https://welpo.github.io/tabi/). It was forked from [tabi-start](https://github.com/welpo/tabi-start).

```sh
# Install Zola
brew install zola
### 1. Clone the Repository

# Clone Repository
The tabi theme is included as a git submodule.

```sh
git clone https://github.com/axis7818/axis7818.github.io
git submodule update --init --recursive
```

### 2. Install Zola

# Start Developing
```sh
# on macOS
brew install zola

# on windows
winget install getzola.zola
```

### 3. Start the Development Server

```sh
zola serve
```

Expand Down

0 comments on commit 2994052

Please sign in to comment.