Add README.md
This commit is contained in:
parent
6006ea7cd1
commit
5e8671700b
2 changed files with 19 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Foster Hangdaan's Personal Website
|
||||
|
||||
Visit the website at `https://www.fosterhangdaan.com`.
|
||||
|
||||
## Getting started
|
||||
|
||||
Run the development server:
|
||||
|
||||
``` sh
|
||||
deno task serve
|
||||
```
|
||||
|
||||
To build:
|
||||
|
||||
``` sh
|
||||
deno task build
|
||||
```
|
|
@ -9,6 +9,8 @@ const site = lume({
|
|||
},
|
||||
});
|
||||
|
||||
site.ignore("README.md");
|
||||
|
||||
site.use(jsx());
|
||||
site.use(nav());
|
||||
site.use(sass());
|
||||
|
|
Loading…
Reference in a new issue