instructions on using private notes
This commit is contained in:
		@@ -22,7 +22,9 @@ Fundamentally setting up a jekyll website with a theme is a straightforward proc
 | 
			
		||||
 | 
			
		||||
4. Copy `isabelline`'s starter `_config.yaml` and customize it to your liking.
 | 
			
		||||
 | 
			
		||||
5. Run bundle install. 
 | 
			
		||||
5. Create the following folders for your future contents: `_blog`, `_drafts`, `_pages`, `_posts`, and `_private`. The latter is for private notes which will only be rendered in [local mode](#local-mode).
 | 
			
		||||
 | 
			
		||||
6. Run bundle install. 
 | 
			
		||||
 | 
			
		||||
## Docker cookbook
 | 
			
		||||
 | 
			
		||||
@@ -48,7 +50,7 @@ Fundamentally setting up a jekyll website with a theme is a straightforward proc
 | 
			
		||||
`404.html`
 | 
			
		||||
: A page that is shown when the target for a link isnt available. Here's an example of a [404 link](/broken-link).
 | 
			
		||||
 | 
			
		||||
`private.html`
 | 
			
		||||
<a id="local-mode"></a>`private.html`
 | 
			
		||||
: Index file for private notes. These notes will only render in local mode. That is when `JEKYLL_ENV` is set to `local`.
 | 
			
		||||
 | 
			
		||||
`docker-compose.yaml`
 | 
			
		||||
@@ -202,7 +204,6 @@ To develop and test simply run from the root of a cloned `jekyll-theme-isabellin
 | 
			
		||||
 $ docker-compose up jekyll-serve
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## License
 | 
			
		||||
 | 
			
		||||
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
 | 
			
		||||
		Reference in New Issue
	
	Block a user