Skip to content

Commit

Permalink
content styling (#1)
Browse files Browse the repository at this point in the history
* feat: tailwind typography added & project scripts
pnpm can be used to:
-  start hugo server
- watch and build css with tailwind

* feat: single page typography content styling
  • Loading branch information
byanthny authored Mar 30, 2023
1 parent 6d62cd6 commit 4facb21
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 42 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ _This template doesn't rely on any external dependencies or services._
```
3. watch files and build css (in a separate terminal)
```sh
npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --jit --watch
pnpm watch-css
```
4. Start hugo server (see hugo docs for more options)
```sh
hugo server
pnpm hugo
```

# Technical Stuff
Expand Down
Loading

0 comments on commit 4facb21

Please sign in to comment.