Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tech-andgar/home-page
My 📔 Personal website
https://github.com/tech-andgar/home-page
Last synced: about 2 months ago
JSON representation
My 📔 Personal website
- Host: GitHub
- URL: https://github.com/tech-andgar/home-page
- Owner: tech-andgar
- Created: 2024-06-24T00:49:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T02:10:46.000Z (about 2 months ago)
- Last Synced: 2024-11-19T03:17:06.112Z (about 2 months ago)
- Homepage: http://tech-andgar.me/
- Size: 24.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tech-andgar.me site Repo build
My :notebook_with_decorative_cover: Personal website, utilized as landing page, overview,
as well as general link distribution[![pages-build-deployment](https://github.com/tech-andgar/home-page/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/tech-andgar/home-page/actions/workflows/pages/pages-build-deployment)
![website](https://img.shields.io/badge/website-available-green)
![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fandgar2010%2Fupptime%2Fmaster%2Fapi%2Ftech-andgar%2Fuptime.json)
[![PGP Key](https://badgen.net/keybase/pgp/tech_andgar)](https://keybase.io/tech_andgar)
[![License](https://badgen.net/badge/license/CC-BY-4.0/green)](https://creativecommons.org/licenses/by/4.0/)This is the repo for build [my personal website `tech-andgar.me`](https://tech-andgar.me).
It content generated via utilizing [Hugo](https://gohugo.io) with the [`hugo-coder`](https://github.com/luizdepra/hugo-coder) theme, and GitHub actions to deploy static content to Github Pages when I push to it.
There's nothing super special here, other than a few changes here and there, but it's worth showing off the CI/CD pipeline.
Theme
I'm using [`Hugo-Coder`](https://github.com/luizdepra/hugo-coder) but not as a submodule.Typo style corrections welcome via PRs.
## Disclaimer
The information in this weblog is provided "AS IS" with no warranties, and confers no rights.
This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or anonymous comments) - so keep it polite, please.
## Copyright and License
Copyright (C) 2024 by Andres Garcia
This website's written `content` is licensed under the [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/). In addition, the underlying `source code` used to format and display that content is licensed under the [MIT License](LICENSE-MIT.md).
While this repository is available publicly, all `content` is subject to copyright and may not be re-used or copied into other website projects. The `content` is everything in this site's `content` folder or documentation and code. Other parts of this project, like `assets` and `layouts`, are available for educational use and can be copied to your projects. You **MUST NOT** re-use the full (complete) theme, but you **MAY** use parts and principles of it.
## Credits
- Uses [`luizdepra/hugo-coder`](https://github.com/luizdepra/hugo-coder)
- Hosted via GitHub Pages with Github Actions