Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j-catania/blog
- Owner: j-catania
- Created: 2020-06-15T07:50:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T16:29:46.000Z (8 months ago)
- Last Synced: 2024-05-01T19:24:38.173Z (7 months ago)
- Topics: blog, github-actions, hugo, hugojs
- Language: HTML
- Homepage: https://blog.jcatania.io/
- Size: 6.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```