Skip to content

baoweb/oc-foundation-starter-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run `cp node_modules/foundation-sites/scss/settings/_settings.scss src/scss/_settings.scss`

Update a line

```RewriteCond %{REQUEST_FILENAME} !/themes/.*/(assets|resources)/.*```

to

```    RewriteCond %{REQUEST_FILENAME} !/themes/.*/(assets|resources|templates)/.*```

Add line into .thaccess to a block of  before Block all PHP files, except index

```RewriteCond %{REQUEST_FILENAME} !/themes/.*/(templates)/.*```

just before `RewriteRule !^index.php index.php [L,NC]`

About

A starter theme for the OctoberCMS including Laravel mix and foundation css.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published