Refactor into module
Add Dockerfile with kluges Update portfolio
This commit is contained in:
parent
2be144c378
commit
53895b6f65
9 changed files with 37 additions and 8 deletions
19
site_mcknight_tech/page_content/home.md
Normal file
19
site_mcknight_tech/page_content/home.md
Normal 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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue