Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 341 Bytes

File metadata and controls

18 lines (13 loc) · 341 Bytes

dogukanteber.github.io

Source code of my personal website

Frequent Commands

##### new blog post
hugo new posts/your-post-slug/index.md
##### deployment

# make changes
hugo --baseURL="https://dogukanteber.github.io/"
# commit the changes and push them to the remote master