https://github.com/tinuva/blog.linuxgeek.za.net
https://github.com/tinuva/blog.linuxgeek.za.net
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinuva/blog.linuxgeek.za.net
- Owner: tinuva
- License: mit
- Created: 2023-01-24T06:32:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T10:17:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:24:51.327Z (4 months ago)
- Language: JavaScript
- Size: 76.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog.linuxgeek.za.net
![Project Maintenance][maintenance-shield]
[![GitHub Actions Status][actions-shield]][actions]### 📘 Blog built with Gatsby and hosted on Github Pages.
This blog uses Gatsby as a React based static site generator. I write articles about Linux sysadmin, networking web dev, life-long learning and other topics from my personal experience.
To get started clone the repo and install the dependencies:
```sh
$ git clone https://github.com/tinuva/blog.linuxgeek.za.net.git blog
$ cd blog
$ npm install
```To run locally in dev mode:
`$ npm run dev`
## Social Links
- [www.linugeek.za.net](https://www.linugeek.za.net)
- [blog.linugeek.za.net](https://blog.linugeek.za.net)
- [Twitter](https://www.twitter.com/tinuva/)
- [LinkedIn](https://www.linkedin.com/in/davidbez/)[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[actions-shield]: https://github.com/tinuva/blog.linuxgeek.za.net/workflows/Gatsby%20Publish/badge.svg
[actions]: https://github.com/tinuva/blog.linuxgeek.za.net/actions