Refactor into module

Add Dockerfile with kluges
Update portfolio
This commit is contained in:
Daniel McKnight 2025-01-30 21:15:57 -08:00
parent 2be144c378
commit 53895b6f65
9 changed files with 37 additions and 8 deletions

View file

@ -0,0 +1,19 @@
# 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)
```