website-mcknight-tech/site_mcknight_tech/page_content/home.md
Daniel McKnight 7ebdeeaa3c Refactor into module
Add Dockerfile with kluges
Update portfolio
2025-01-30 21:15:57 -08:00

19 lines
189 B
Markdown

# McKnight Technology Services
Hi! This is some text
## h2 Title
Lorem ipsum...
> This is a quote
### Shell
```shell
ls /
```
### Python
```python
for i in range(42):
print(i)
```