https://github.com/raoul2000/raoul2000.github.io
https://github.com/raoul2000/raoul2000.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raoul2000/raoul2000.github.io
- Owner: raoul2000
- Created: 2023-06-04T10:23:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T17:31:54.000Z (about 1 year ago)
- Last Synced: 2025-02-09T01:48:13.822Z (4 months ago)
- Language: HTML
- Size: 8.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source repo for https://raoul2000.github.io pages.
- start local server for dev
```
hugo serve -D
```- create a post *bundle*
```
hugo new --kind post-bundle posts/my-post
```