Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/robamu/my-website
- Owner: robamu
- Created: 2021-12-14T17:41:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T21:13:25.000Z (7 months ago)
- Last Synced: 2024-11-09T16:56:42.810Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 59.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.