Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakabonne/site
☕ My personal site
https://github.com/nakabonne/site
Last synced: 17 days ago
JSON representation
☕ My personal site
- Host: GitHub
- URL: https://github.com/nakabonne/site
- Owner: nakabonne
- Created: 2020-03-21T06:04:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T06:50:53.000Z (over 2 years ago)
- Last Synced: 2023-03-04T21:07:30.413Z (over 1 year ago)
- Language: HTML
- Homepage: https://nakabonne.dev
- Size: 6.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# site
My personal site built with [hugo](https://github.com/gohugoio/hugo).## Dependencies
Hugo:
```console
❯ hugo version
hugo v0.84.3+extended darwin/amd64 BuildDate=unknown
```**Note** that the generated files may make a difference if the version is even slightly different.
## How to start blogging
- Add new file to `content/posts`
- Add an image to `static/img` if needed.## Publish
Be sure to build with `hugo` command before pushing.
Push it and then two actions are triggered.- Push the image based on nginx to Docker Hub
- Deploy to Firebase Hosting