Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robamu/my-website

https://robamu.github.io/
https://github.com/robamu/my-website

Last synced: 18 days ago
JSON representation

https://robamu.github.io/

Awesome Lists containing this project

README

        

Hugo Commands
=========

Create new post

```sh
hugo new post/.md
```

Serve locally with drafts

```sh
hugo serve -D
```

Build regular page

```sh
hugo
```

This will also update the files in the `public` submodule. To update the blog, checkout
`main` inside the submodule first, then build the page and commit and push the newly generated
website.