On Sun, 12 Mar 2023 at 14:06, gekis <[email protected]> wrote: > > hi, > > I would like to include > .. include:: <isonum.txt> > in every new future post . > This allows to use symbols like defined in > https://docutils.sourceforge.io/docutils/parsers/rst/include/isonum.txt > > I can't find how can I alter "Write your page here." > I did looked in nikola handbook , but page.tmpl is not looking like what I'm > looking for . > I can't find how to write symbols in rst text . > > Maybe I'm looking in a wrong way what I want to achieve .
There is no straightforward way to change this template. However, you have two options to get it done anyway: 1. Use the import feature of new_post (nikola new_post -i template.rst) 2. Override the translations (messages_en.py) in your theme and change the messages to something else. The first way is probably the easiest, although it does require more typing and you risk forgetting about it (you might want to write some one-line shell script). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7KftqM9zdU-yExpmTYabvu93JCEXSLrHA_nAoEue1c9oA%40mail.gmail.com.
