From 272cc5bad01f296456d124fd87af65159b29900b Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Thu, 23 Sep 2021 18:48:11 +0200 Subject: [PATCH] examples pages per language --- bl-languages/installer/en.php | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 bl-languages/installer/en.php diff --git a/bl-languages/installer/en.php b/bl-languages/installer/en.php new file mode 100644 index 00000000..d5e8a61c --- /dev/null +++ b/bl-languages/installer/en.php @@ -0,0 +1,51 @@ + 'welcome-to-bludit', + 'type' => 'published', + 'category' => 'general', + 'position' => 1, + 'title' => 'Welcome to Bludit!', + 'description' => 'A warm welcome to your new website.', + 'tags' => array('Welcome', 'Plugins', 'Themes', 'Bludit'), + 'content' => +'

Thanks for chose Bludit and welcome to our community, we are growing up everyday and is awesome.

+

Follow Bludit in different social networks:

+ +

Take a look to the plugins and themes:

+ +

Do you need support or you want to read about Bludit, check our official documentation or participate in our forum.

+' + ), + array( + 'url' => 'set-up-your-new-website', + 'type' => 'published', + 'category' => 'general', + 'position' => 2, + 'title' => 'Set up your new website', + 'description' => 'Configure your new website.', + 'tags' => array('Language', 'Timezone', 'Markdown', 'Bludit'), + 'content' => +'

Site information

+

Improve your site information and metadata. Include a site description to refine your ranking on the search engines, add social networks, include a site logo with your brand.

+

Language and Timezone

+

Bludit supports a variety of languages and time zones. Choose the option that best suits you and your visitors.

+

Markdown

+

Bludit supports Markdown, you just need to enable the right editor to work with it.

+
    +
  1. Go to the Admin panel
  2. +
  3. Go to Plugins section
  4. +
  5. Disable TinyMCE plugin
  6. +
  7. Enable EasyMDE plugin
  8. +
' + ) +); \ No newline at end of file