Browse Source

update .gitignore and default assets (storage file after first run).

The default assets were part of the list in .gitignore so the site would produce
errors during the site's initial first run set-up. I've quickly added the files
to the repository but they will need work done to them because the files are
empty and the wrong default images. This commit is done from my computer in the
flat so the files added were to just fix the errors.
stable
Craig Oates 2 years ago
parent
commit
10e354fc9d
  1. 5
      .gitignore
  2. 1
      storage/default-assets/about
  3. 1
      storage/default-assets/contact
  4. BIN
      storage/default-assets/favicon.png
  5. 1
      storage/default-assets/home
  6. BIN
      storage/default-assets/site-logo.png
  7. 1
      storage/default-assets/site-wide-snippet.html

5
.gitignore vendored

@ -17,6 +17,9 @@
*.wx32fsl
*.db
/bin/
/storage/
/storage/media/
/storage/archive/
/storage/snippets/
/storage/pages/
/static/images/favicon.*
/static/images/site-logo.*

1
storage/default-assets/about

@ -0,0 +1 @@

1
storage/default-assets/contact

@ -0,0 +1 @@

BIN
storage/default-assets/favicon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

1
storage/default-assets/home

@ -0,0 +1 @@

BIN
storage/default-assets/site-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

1
storage/default-assets/site-wide-snippet.html

@ -0,0 +1 @@
Loading…
Cancel
Save