Skip to content

Commit

Permalink
Submodules update
Browse files Browse the repository at this point in the history
  • Loading branch information
givanz committed May 20, 2024
1 parent 8f24a6a commit 25c50a2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These are supported funding model platforms

custom: ["https://paypal.me/zgivan", "https://www.vvveb.com/page/sponsor"]
liberapay: givanz
open_collective: vvvebjs
15 changes: 14 additions & 1 deletion public/admin/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
Options +SymLinksIfOwnerMatch -Indexes
#Options +SymLinksIfOwnerMatch -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
2 changes: 1 addition & 1 deletion public/admin/default
Submodule default updated 239 files
2 changes: 1 addition & 1 deletion public/themes/blog-default
Submodule blog-default updated 64 files
+29 −157 about.html
+29 −157 blank.html
+10 −157 contact.html
+12 −159 content/archive.html
+12 −159 content/category.html
+33 −159 content/index.html
+10 −157 content/page.html
+28 −158 content/post-image-header.html
+27 −157 content/post-image-hero.html
+51 −159 content/post.html
+12 −159 content/tag.html
+15 −162 content/user.html
+37 −44 css/admin-post-editor.css
+2 −0 css/blog.css
+37 −44 css/style.css
+37 −164 error404.html
+31 −170 error500.html
+1,640 −0 index-2.html
+1,133 −0 index-3.html
+12 −159 index-excerpts.html
+10 −157 index-no-sidebar.html
+10 −157 index.coming-soon.html
+714 −491 index.html
+10 −157 index.maintenance.html
+29 −157 portfolio.html
+29 −157 pricing.html
+10 −157 product/index.html
+4 −3 scss/_navbar.scss
+4 −0 scss/blog.scss
+11 −11 scss/bootstrap/_accordion.scss
+9 −0 scss/bootstrap/_buttons.scss
+2 −10 scss/bootstrap/_carousel.scss
+0 −1 scss/bootstrap/_modal.scss
+1 −4 scss/bootstrap/_offcanvas.scss
+1 −1 scss/bootstrap/_tables.scss
+7 −3 scss/bootstrap/_variables.scss
+1 −1 scss/bootstrap/forms/_form-check.scss
+2 −2 scss/bootstrap/mixins/_banner.scss
+12 −2 scss/bootstrap/mixins/_forms.scss
+1 −1 scss/bootstrap/mixins/_grid.scss
+7 −0 scss/bootstrap/tests/mixins/_auto-import-of-variables-dark.test.scss
+1 −1 scss/bootstrap/tests/mixins/_utilities.test.scss
+1 −0 scss/line-awesome/_core.scss
+2 −2 scss/line-awesome/_larger.scss
+10 −5 scss/line-awesome/_path.scss
+12 −159 search/index.html
+29 −157 services.html
+14 −0 src/_includes/author-box.html
+2 −0 src/_includes/blog-post-single.html
+7 −7 src/_includes/footer.html
+36 −0 src/_includes/header-2.html
+61 −48 src/_includes/login-form.html
+2 −2 src/_includes/sidebar.html
+3 −3 src/_includes/top-menu.html
+1 −0 src/blank.html
+1 −0 src/content/index.html
+1 −1 src/content/post-image-header.html
+2 −0 src/content/post.html
+3 −3 src/content/user.html
+24 −5 src/error404.html
+19 −10 src/error500.html
+45 −0 src/index-2.html
+44 −0 src/index-3.html
+1 −1 src/index.html
2 changes: 1 addition & 1 deletion public/themes/landing
Submodule landing updated 113 files
5 changes: 5 additions & 0 deletions public/vadmin/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Options +SymLinksIfOwnerMatch -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On

Expand All @@ -7,3 +9,6 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>

0 comments on commit 25c50a2

Please sign in to comment.