This repository contains my technical blog website which can be found on https://justinverstijnen.nl.
The layout of this project is:
| Folder name | Folder description |
|---|---|
| .github | Folder for the project workflows. |
| .well-known | Folder for different website add-ons like security.txt. |
| assets | Folder containing different additional CSS and Logos. |
| content | Folder containing all categories and pages. |
| i18n | Folder containing translation-files. |
| layouts | Folder containing custom pages, shortcodes, layouts and suffixes. |
| public | Folder containing fallback assets needed for building the website. |
| resources | Folder containing resources needed for building the website. |
| static | Folder containing add-ons to the original CSS and Javascript. |
On this website you can expect content about various technical topics like;
- Microsoft Azure
- Azure Virtual Desktop
- Microsoft Intune
- Microsoft Entra ID
- Windows Server
- PowerShell
- GitHub
- Networking
This project is a combination of 5 different solutions:
- GitHub Pages: GitHub pages is being used to host the website and repository publicly.
- Hugo: Hugo is being used as site-generation tool.
- Docsy: Docsy is the Hugo-theme being used with some changes to the default appearance.
- Markdown: Markdown is the markup-language used in blogposts.
- Umami: Umami is the views and visitors tracking solution used in this website.
This project is licensed under the Apache-2.0 license.
The official Terms and Conditions of my website and GitHub repository can be found on: https://justinverstijnen.nl/blog/terms-conditions/