feat: resume and aboutme pages
This commit is contained in:
parent
ea5de0a2c4
commit
16c6f27a93
5 changed files with 85 additions and 2 deletions
10
nginx.conf
Normal file
10
nginx.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue