Initial outline with some page content
This commit is contained in:
parent
ceda4cd673
commit
2be144c378
6 changed files with 154 additions and 0 deletions
19
page_content/home.md
Normal file
19
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