https://github.com/pasdam/pasdam.github.io
Source code of pasdam.github.io
https://github.com/pasdam/pasdam.github.io
Last synced: 5 months ago
JSON representation
Source code of pasdam.github.io
- Host: GitHub
- URL: https://github.com/pasdam/pasdam.github.io
- Owner: pasdam
- License: mit
- Created: 2018-08-05T09:57:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:35:09.000Z (about 1 year ago)
- Last Synced: 2025-03-16T09:26:49.269Z (about 1 year ago)
- Language: HTML
- Homepage: https://pasdam.github.io
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal website
> **NOTE:**
The website content is licensed under CC BY-SA 4.0


This repository contains the code of my personal blog, generated using
[hugo](https://gohugo.io/).
## Development
```shell
hugo server
```
## Static files generation
The [CI workflow](./.github/workflows/static.yml) automatically takes care of
generating the static files, but in case you need to do it locally:
```shell
hugo
```
## Add new content
```shell
hugo new content content/posts/your_title_here.md
```