Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francoposa/francoposa.io
francoposa.io
https://github.com/francoposa/francoposa.io
Last synced: 17 days ago
JSON representation
francoposa.io
- Host: GitHub
- URL: https://github.com/francoposa/francoposa.io
- Owner: francoposa
- License: mit
- Created: 2020-12-20T03:47:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:22:04.000Z (23 days ago)
- Last Synced: 2024-10-24T21:50:59.004Z (22 days ago)
- Language: CSS
- Homepage: https://francoposa.io
- Size: 233 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [francoposa.io](https://francoposa.io)
**Editing Hugo site & content**
From root directory:
```shell
hugo server --buildDrafts --disableFastRender
```**Editing Tailwind CSS**
In root directory of whichever theme is being edited:
```shell
npx tailwindcss -i ./static/css/style.css -o ./static/css/style.tailwind.css --watch
```Changes are picked up by the hugo server process running,
but it may take a few hard refreshes for the browser to display them.## Content Preview
[Resources](https://francoposa.io/resources/)
------------------------* * *
### [Infrastructure & Operations](https://francoposa.io/resources/infra-ops/)
* #### [Zero to Production with Kubernetes, Part 1: Creating a DigitalOcean Server with Ansible](https://francoposa.io/resources/infra-ops/zero-to-production-with-kubernetes-1/)
* #### [Zero to Production with Kubernetes, Part 2: Using DigitalOcean Servers as Ansible Dynamic Inventory](https://francoposa.io/resources/infra-ops/zero-to-production-with-kubernetes-2/)
* #### [Zero to Production with Kubernetes, Part 3: Deploying a K3s Kubernetes Cluster with Ansible](https://francoposa.io/resources/infra-ops/kubernetes-k3s-ansible-digital-ocean-3/)
### [Dev Tools](https://francoposa.io/resources/dev-tools/)
* #### [Git Good, Part 1: Configuration, Creating Repositories, and Committing Changes](https://francoposa.io/resources/dev-tools/git-basics-1/)
### [Golang](https://francoposa.io/resources/golang/)
* #### [Golang Templates, Part 1: Concepts and Composition](https://francoposa.io/resources/golang/golang-templates-1/)