Initial outline with some page content

This commit is contained in:
Daniel McKnight 2025-01-30 20:05:16 -08:00
parent ceda4cd673
commit 2be144c378
6 changed files with 154 additions and 0 deletions

19
page_content/home.md Normal file
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)
```