streamline the deployment process, and cleaning shit up!
This commit is contained in:
parent
ee07531ec2
commit
ea780a9835
12 changed files with 132 additions and 41 deletions
3
data.template/posts/about.md
Normal file
3
data.template/posts/about.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# About Me.
|
||||
|
||||
Hello!
|
3
data.template/posts/contact.md
Normal file
3
data.template/posts/contact.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Contact Information.
|
||||
|
||||
Contact me!
|
13
data.template/posts/welcome.md
Normal file
13
data.template/posts/welcome.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Welcome to Disseminate!
|
||||
|
||||
Welcome, user! We are glad to have you on board!
|
||||
To start, find the "posts" directory in the data folder you have created, or mounted using docker.
|
||||
This is the same directory you put your config file in.
|
||||
|
||||
Create a file named "hello.md", and start the file with:
|
||||
```
|
||||
# [Your Title]
|
||||
```
|
||||
|
||||
Now you can start writing blog posts!
|
||||
|
Reference in a new issue