textpattern / textpattern.github.io

Textpattern CMS user documentation.
https://docs.textpattern.com
GNU General Public License v2.0
15 stars 17 forks source link

Missing `page` and `home` layouts from `_layouts` #196

Closed petecooper closed 2 years ago

petecooper commented 2 years ago

I'm making progress with https://github.com/textpattern/textpattern.github.io/issues/162 using the self-hosted branch, but I've come up against this warning:

$ bundle exec jekyll build
Configuration file: /var/www/servers/example.com/jekyll/live/jekyll/_config.yml
            Source: /var/www/servers/example.com/jekyll/live/jekyll
       Destination: /var/www/servers/example.com/jekyll/live/jekyll/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
       Jekyll Feed: Generating feed for posts
     Build Warning: Layout 'page' requested in about.markdown does not exist.
     Build Warning: Layout 'home' requested in index.markdown does not exist.
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.
                    /var/www/servers/example.com/jekyll/live/jekyll/_site/index.html
                     - index.markdown
                     - index.md

Do we have either of these layouts stashed anywhere outside that directory that can be repurposed?