buildthissite
Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
buildthissite [2025/07/06 12:39] – [Maintainance for Dokuwiki] sjoerdbuildthissite [2025/10/25 18:06] (current) – external edit 127.0.0.1
Line 3: Line 3:
 **Summary**: This wiki page shows how I installed and configured this site using dokuwiki. \\ **Summary**: This wiki page shows how I installed and configured this site using dokuwiki. \\
 **Date**: 2 December 2024 \\ **Date**: 2 December 2024 \\
 +**Refactor**: 10 July 2025: Updates after dokuwiki move and installation on AWS lightsail.
 {{tag>dokuwiki}} {{tag>dokuwiki}}
  
Line 50: Line 51:
 * Basic Settings * Basic Settings
   * Tagline: --- Sjoerd Hooft's InFormation Technology ---   * Tagline: --- Sjoerd Hooft's InFormation Technology ---
 +  * Baseurl: {{{https://wiki.getshifting.com}}}
 * Display Setting * Display Setting
   * Use first heading for pagenames = Always   * Use first heading for pagenames = Always
Line 56: Line 58:
 * Editing Settings * Editing Settings
   * Automatically save a draft while editing: no   * Automatically save a draft while editing: no
-  * Allow embedded HTML: yes 
 * Link Settings * Link Settings
   * Target window for external links: _blank   * Target window for external links: _blank
 * Media Settings * Media Settings
   * JPG compression quality (0-100): 100   * JPG compression quality (0-100): 100
 +* Syndication (RSS)
 +  * sitemap: Generate Google sitemap this often (in days). 0 to disable: 7
 +* Advanced
 +  * send404: enable
  
 = Plugins = = Plugins =
Line 91: Line 96:
     * Position of the new entry form: none     * Position of the new entry form: none
   * https://www.dokuwiki.org/plugin:include   * https://www.dokuwiki.org/plugin:include
-  * Used for the three most recently added pages to the start page+  * Used for the four most recently added pages to the start page
 * Remove old files plugin * Remove old files plugin
   * https://www.dokuwiki.org/plugin:removeold   * https://www.dokuwiki.org/plugin:removeold
   * Run this plugin to remove old files and clear up space   * Run this plugin to remove old files and clear up space
 +  * Note: This plugin broke the latest edition of dokuwiki (Librarian)
 * Searchindex manager * Searchindex manager
   * https://www.dokuwiki.org/plugin:searchindex   * https://www.dokuwiki.org/plugin:searchindex
Line 118: Line 124:
   * From google adsense, list your site, get it approved and from the Ads section get the code to add it to the plugin settings   * From google adsense, list your site, get it approved and from the Ads section get the code to add it to the plugin settings
   * Then edit your site listing in adsense and check the settings and then apply for the ads to be shown   * Then edit your site listing in adsense and check the settings and then apply for the ads to be shown
 +* Google analytics plugin:
 +  * https://www.dokuwiki.org/plugin:googleanalytics
 +  * Fill in Your Global Site Tag ID (G-XXXXXXXXXX)
 +  * Enable "Don't count admin/superuser"
 * Redirect pages * Redirect pages
   * https://www.dokuwiki.org/plugin:pageredirect   * https://www.dokuwiki.org/plugin:pageredirect
   * To redirect old pages to new pages or the homepage. Find all pages in the repo that do this by searching for {{{~~REDIRECT>}}}. The plugin gives a 301 http status code, which will not impact your ranking in any SEO.   * To redirect old pages to new pages or the homepage. Find all pages in the repo that do this by searching for {{{~~REDIRECT>}}}. The plugin gives a 301 http status code, which will not impact your ranking in any SEO.
 +* MultiOrphan Plugin
 +  * https://www.dokuwiki.org/plugin:multiorphan
 +  * Adds an option into the admin menu to check for missing or wanted pages and media
 +* Table Width Plugin
 +  * https://www.dokuwiki.org/plugin:tablewidth
 +  * Allows you to configure the width of table columns
  
 = Change the Logo and FavIcon = = Change the Logo and FavIcon =
Line 167: Line 183:
 = Maintainance for Dokuwiki = = Maintainance for Dokuwiki =
  
-Using the plugin [[https://www.dokuwiki.org/plugin:orphanmedia2 |Orphan Media 2]] we can check for broken links, missing media etc:+Using the plugin[[https://www.dokuwiki.org/plugin:multiorphan |multi orphan]] we can check for orphaned and wanted pages and media files from the admin view.
  
-~~NOCACHE~~ 
-~~ORPHANMEDIA:orphan~~ 
 = Useful Links = = Useful Links =
  
Line 176: Line 190:
 * [[https://www.dokuwiki.org/plugin:creole|Creole Syntax]] * [[https://www.dokuwiki.org/plugin:creole|Creole Syntax]]
 * [[https://www.dokuwiki.org/plugin:wrap|Wrap Syntax]] * [[https://www.dokuwiki.org/plugin:wrap|Wrap Syntax]]
 +
 +//This wiki has been made possible by://
 +
 +<HTML>
 +<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8613096447910897"
 +     crossorigin="anonymous"></script>
 +<!-- Wiki End of Page -->
 +<ins class="adsbygoogle"
 +     style="display:block"
 +     data-ad-client="ca-pub-8613096447910897"
 +     data-ad-slot="6221699236"
 +     data-ad-format="auto"
 +     data-full-width-responsive="true"></ins>
 +<script>
 +     (adsbygoogle = window.adsbygoogle || []).push({});
 +</script>
 +</HTML>
 +
 +
  
buildthissite.1751805595.txt.gz · Last modified: by sjoerd