You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stories/manual.txt
+46-51
Original file line number
Diff line number
Diff line change
@@ -492,56 +492,55 @@ to your configuration::
492
492
Nikola will also use other metadata fields:
493
493
494
494
author
495
-
Author of the post, will be used in the RSS feed and possibly in the post
496
-
display (theme-dependent)
495
+
Author of the post, will be used in the RSS feed and possibly in the post
496
+
display (theme-dependent)
497
497
498
498
annotations / noannotations
499
-
Override the value of the ``ANNOTATIONS`` option for this specific post or page.
499
+
Override the value of the ``ANNOTATIONS`` option for this specific post or page.
500
500
501
501
category
502
-
Like tags, except each post can have only one, and they usually have
503
-
more descriptive names.
502
+
Like tags, except each post can have only one, and they usually have
503
+
more descriptive names.
504
504
505
505
filters
506
-
See the `Post Processing Filters`_ section.
506
+
See the `Post Processing Filters`_ section.
507
507
508
508
hidetitle
509
-
Set "True" if you do not want to see the **page** title as a
510
-
heading of the output html file (does not work for posts).
509
+
Set "True" if you do not want to see the **page** title as a
510
+
heading of the output html file (does not work for posts).
511
511
512
512
nocomments
513
-
Set to "True" to disable comments. Example::
513
+
Set to "True" to disable comments. Example::
514
514
515
-
.. nocomments: True
515
+
.. nocomments: True
516
516
517
517
password
518
-
The post will be encrypted and invisible until the reader enters the password.
519
-
Also, the post's sourcecode will not be available.
518
+
The post will be encrypted and invisible until the reader enters the password.
519
+
Also, the post's sourcecode will not be available.
520
520
521
-
WARNING: **DO NOT** use for real confidential data. The algorithm used (RC4) is insecure. The implementation may also be easily brute-forced. Please consider using something else if you need *real* encryption!
521
+
WARNING: **DO NOT** use for real confidential data. The algorithm used (RC4) is insecure. The implementation may also be easily brute-forced. Please consider using something else if you need *real* encryption!
522
522
523
-
More information: `Issue #1547 <https://github.com/getnikola/nikola/issues/1547>`_
523
+
More information: `Issue #1547 <https://github.com/getnikola/nikola/issues/1547>`_
524
524
525
525
previewimage
526
-
Designate a preview or other representative image path relative to BASE_URL
527
-
for use with Open Graph for posts. Adds the image when sharing on social
528
-
media and many other uses.
526
+
Designate a preview or other representative image path relative to BASE_URL
527
+
for use with Open Graph for posts. Adds the image when sharing on social
0 commit comments