Proprietary algorithm¶
initialize foo equal to 1
initialize baz equal to ""
for i = 1, 2, ... 10:
set baz := baz + "Oo"
Don't let anyone else know!
restrict_access
Notice how the YAML frontmatter of this post includes
restrict_access:
- bob@gmail.com
- alice@hotmail.com
- nPUHpcOPgnvzbdggJAx4
Only you (the post author) plus these three users will have access to this post once it's published (i.e. is_draft: true
).
To learn more, see our docs on Access Control ->