An open API service indexing awesome lists of open source software.

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

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
```