Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matagus/matagus.github.io
my blog
https://github.com/matagus/matagus.github.io
blog hugo
Last synced: about 1 month ago
JSON representation
my blog
- Host: GitHub
- URL: https://github.com/matagus/matagus.github.io
- Owner: matagus
- Created: 2011-05-29T18:13:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T01:09:21.000Z (9 months ago)
- Last Synced: 2024-11-13T03:41:47.872Z (3 months ago)
- Topics: blog, hugo
- Language: HTML
- Homepage: https://matagus.github.io/
- Size: 9.09 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi there!
This is the source code for my website. It's hosted on [Github Pages](https://pages.github.com/), DNS records by [Cloudflare.com](https://www.cloudflare.com/) and it has been built using some cool open source tools:
* [Hugo](https://github.com/gohugoio/hugo): The world’s fastest framework for building websites.
* [Hugo Ink Theme](https://github.com/knadh/hugo-ink): Crisp, minimal personal website and blog theme for Hugo.
* A [github workflow](https://github.com/matagus/matagus.github.io/blob/master/.github/workflows/gh-pages.yml) composed by three [Actions](https://github.com/features/actions):
1. Repository checkout using [actions/checkout](https://github.com/actions/checkout)
2. Hugo setup using [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo)
3. Gihub Page deploy and build using [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)Enjoy!