diff options
author | Jesse Laprade <jesselaprade@gmail.com> | 2021-05-16 09:42:02 -0400 |
---|---|---|
committer | Jesse Laprade <jesselaprade@gmail.com> | 2021-05-16 09:42:02 -0400 |
commit | 407ccd414a361ca5b98d36e59c34eab09c444483 (patch) | |
tree | 8ac48f7b7f86e0c2c852e085a597bc3602516a1c | |
parent | 661df9556f492eafde8a1355f0e5d2bfce136c10 (diff) | |
download | sprout-407ccd414a361ca5b98d36e59c34eab09c444483.tar.gz sprout-407ccd414a361ca5b98d36e59c34eab09c444483.tar.bz2 sprout-407ccd414a361ca5b98d36e59c34eab09c444483.zip |
removed period from heading names, because vim's markdown-toc plugin doesn't parse them the same as gitea
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -16,15 +16,15 @@ probably the ugliest code base, interface, and documentation you'll ever see. * [setting up sprout: for server owners](#setting-up-sprout-for-server-owners) * [requirements](#requirements) * [installing sprout](#installing-sprout) - * [setting up sprout: for tilde.town users](#setting-up-sprout-for-tildetown-users) + * [setting up sprout: for tilde town users](#setting-up-sprout-for-tilde-town-users) * [requirements](#requirements-1) * [installing sprout](#installing-sprout-1) * [configuring sprout](#configuring-sprout) * [configuring sprout: for server owners](#configuring-sprout-for-server-owners) * [setting up your server](#setting-up-your-server) * [setting up sprout on your local machine](#setting-up-sprout-on-your-local-machine) - * [configuring sprout: for tilde.town users](#configuring-sprout-for-tildetown-users) - * [setting up sprout on tilde.town](#setting-up-sprout-on-tildetown) + * [configuring sprout: for tilde town users](#configuring-sprout-for-tilde-town-users) + * [setting up sprout on tilde town](#setting-up-sprout-on-tilde-town) * [todos](#todos) <!-- vim-markdown-toc --> @@ -62,7 +62,7 @@ local or remote location. you can choose where you you publish your posts. following one of the sections below: * [setting up sprout: for server owners](#setting-up-sprout-for-server-owners) -* [setting up sprout: for tilde.town users](#setting-up-sprout-for-tildetown-users) +* [setting up sprout: for tilde town users](#setting-up-sprout-for-tilde-town-users) ### setting up sprout: for server owners @@ -82,7 +82,7 @@ follow the steps below to install sprout: 2. run `cd sprout` 3. run `make install` as root -### setting up sprout: for tilde.town users +### setting up sprout: for tilde town users this section guides you through setting up sprout on tilde.town. the setup installs sprout into `~/.local/bin`. @@ -109,7 +109,7 @@ depending on your use case. following one of the sections below: * [configuring sprout: for server owners](#configuring-sprout-for-server-owners) -* [configuring sprout: for tilde.town users](#configuring-sprout-for-tildetown-users) +* [configuring sprout: for tilde town users](#configuring-sprout-for-tilde-town-users) ### configuring sprout: for server owners @@ -175,12 +175,12 @@ follow the steps below on your local machine: **note**: make sure you include a slash at the end of the `url-base` and `output-path` values. -### configuring sprout: for tilde.town users +### configuring sprout: for tilde town users you need to set up your `~/public_html` directory on tilde.town, and then configure sprout, so you can publish your posts to tilde.town. -#### setting up sprout on tilde.town +#### setting up sprout on tilde town sprout creates the following directory structure in your home directory: |