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

https://github.com/mariatta/mariatta.github.io


https://github.com/mariatta/mariatta.github.io

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# My new personal website

Hugo static site with Toha theme.

## Local installation

Install hugo and hugo-toha theme

```
npm install
hugo server -w
```

## Creating new posts

### New ice cream selfie post

```
hugo new --kind ice_cream_selfies posts/ice_cream_selfies/2023/event-name/index.md
```

### New talk post

```
hugo new --kind talks posts/talks/2023/talk-name/index.md
```