Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/j-catania/blog

my blog source code
https://github.com/j-catania/blog

blog github-actions hugo hugojs

Last synced: 3 days ago
JSON representation

my blog source code

Awesome Lists containing this project

README

        

# blog.jcatania.io
![Hugo CI](https://github.com/j-catania/blog/workflows/Hugo%20CI/badge.svg)

The source code of my blog

### Starting
```sh
hugo server -D
```
_the -D options is for compiling draft posts_

#### From codespaces
```sh
hugo server -D --baseUrl "https://j-catania-animated-space-fortnight-5pp57vrrv934gpr-1313.preview.app.github.dev/" --appendPort=false
```
### New post
```
hugo new blog/new-post.md
```