mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
21 lines
309 B
Markdown
21 lines
309 B
Markdown
# Trude's Website
|
|
|
|
Welcome to my personal website!
|
|
[Visit Site](https://trude.dev/)
|
|
|
|
## Start Server
|
|
```sh
|
|
git submodule update --init --recursive
|
|
hugo server --disableFastRender -D #D to include drafts
|
|
```
|
|
|
|
## New Post
|
|
```sh
|
|
hugo new content directory/name.md
|
|
```
|
|
|
|
## Generate Site to Publish
|
|
```sh
|
|
hugo
|
|
```
|