https://github.com/ajwint-cs/aj-syslog.github.io
AJ's Syslog: A cybersecurity and technology blog by AJ, exploring topics in infosec, network defense, ethical hacking, and emerging tech. Built with GitHub Pages, Jekyll, and Netlify CMS for seamless publishing and version control. Follow along as I document my journey and share tutorials!
https://github.com/ajwint-cs/aj-syslog.github.io
blog cybersecurity information-security jekyll netlify technical
Last synced: 8 months ago
JSON representation
AJ's Syslog: A cybersecurity and technology blog by AJ, exploring topics in infosec, network defense, ethical hacking, and emerging tech. Built with GitHub Pages, Jekyll, and Netlify CMS for seamless publishing and version control. Follow along as I document my journey and share tutorials!
- Host: GitHub
- URL: https://github.com/ajwint-cs/aj-syslog.github.io
- Owner: ajwint-cs
- License: mit
- Created: 2025-05-29T22:45:31.000Z (9 months ago)
- Default Branch: production
- Last Pushed: 2025-05-29T23:24:19.000Z (9 months ago)
- Last Synced: 2025-05-30T00:21:01.635Z (9 months ago)
- Topics: blog, cybersecurity, information-security, jekyll, netlify, technical
- Language: Shell
- Homepage: https://linkedin.com/in/aj-in-cs/
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/projects/ajsyslog/deploys)
# ๐ง AJ's SysLog โ A Personal Tech Blog
Welcome to **AJ's SysLog**, my personal tech blog focused on cybersecurity, systems thinking, software development, and the journey of lifelong learning in tech.
This site is built using the [Jekyll](https://jekyllrb.com/) static site generator and the [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) theme. It's deployed using [Netlify](https://www.netlify.com/) and powered by [Netlify CMS](https://www.netlifycms.org/) for easy content management.
---
## ๐ Repo Structure
- `_posts/` โ Blog posts written in Markdown
- `_data/` โ Configuration files for menus, social links, etc.
- `contact.md` โ Contact page (email, GitHub, LinkedIn)
- `admin/` โ Netlify CMS configuration
- `_config.yml` โ Main Jekyll configuration
- `assets/` โ Static assets (images, styles, etc.)
---
## โ๏ธ Content Management (Netlify CMS)
Netlify CMS allows editing and creating blog posts through a web interface.
๐ Access:
`https://ajsyslog.netlify.app/admin`
๐งโ๐ Setup includes:
- Git Gateway auth
- Posts saved to `_posts/`
- Image uploads to `assets/images`
---
## ๐ Branch Workflow
| Branch | Purpose |
|--------------|--------------------------------|
| `production` | Live version of the site |
| `development`| Actively edited version |
| `backup` | Automated backups |
> Changes are made in `development`, reviewed, then merged to `production`.
---
## ๐ฌ Contact
Find me on:
- GitHub: [github.com/ajwint-cs](https://github.com/ajwint-cs)
- LinkedIn: [linkedin.com/in/aj-in-cs](https://linkedin.com/in/aj-in-cs)
- Email: [ajs.syslog@gmail.com](mailto:ajs.syslog@gmail.com)
---
## ๐ ๏ธ Local Development
To run this site locally:
```bash
bundle install
bundle exec jekyll serve
```
Then visit:
http://localhost:4000
## ๐งพ License for Site Content
Unless otherwise noted, all original content (posts, images, etc.) on this blog is licensed under a [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
Feel free to share or remix with attribution.
## ๐ ๏ธ Theme License
This site uses the [Chirpy Jekyll theme](https://github.com/cotes2020/jekyll-theme-chirpy), which is open-source and available under the [MIT License](https://opensource.org/licenses/MIT).
## ๐ Acknowledgments
Chirpy Jekyll Theme
Jekyll
Netlify
Netlify CMS