https://github.com/area17/subfolio
Subfolio provides an elegant, practical and customizable web interface to your file system.
https://github.com/area17/subfolio
Last synced: 2 months ago
JSON representation
Subfolio provides an elegant, practical and customizable web interface to your file system.
- Host: GitHub
- URL: https://github.com/area17/subfolio
- Owner: area17
- License: agpl-3.0
- Created: 2014-01-23T16:02:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T23:45:19.000Z (about 3 years ago)
- Last Synced: 2024-05-21T08:09:06.452Z (about 1 year ago)
- Language: PHP
- Size: 20.4 MB
- Stars: 87
- Watchers: 16
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.TXT
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Default Theme Development
## Front-end Workflow
FE workflow is using Grunt.
Default theme is located here : config/themes/default/First time working on the project run :
```
grunt init
```When doings devs run :
```
grunt dev
```Main CSS file is main.css, this one is versioned unminified.
## Deploying to staging
```
grunt staging
```This task will create a /dist folder inside the theme/default folder.
This /dist folder will contain everything that should be send to production : images, fonts, JS, CSS, PHP.
At last, the task will sftp the content of this dist folder to staging using SFTP-DEPLOY task : https://github.com/thrashr888/grunt-sftp-deployIf you only want to create the dist folder (without sftp the content) :
```
grunt before_deploy
```# About Subfolio
Subfolio provides an elegant, practical and customizable web interface to your file system. Super fast to set-up and use, you’ll be up and running in minutes. Flexible and feature-rich, you’ll soon be inventing new ways to use it.
Subfolio is made for creative types to share their work online with speed and elegance — publicly or privately. It’s good for freelancers, studios, agencies, enterprise or even the classroom.
Subfolio is a lightweight PHP5 file browser app that installs on your own server. No database or content management needed. And for you geeks out there, it’s extensible too.
## Installation
To install Subfolio, we recommend that you read the installation documentation at:
http://area17.github.io/subfolio
## Upgrading
We strongly recommend that you read the "version release notes" and documentation on upgrades before you begin any upgrade, especially if you have customized your engine or a theme.
http://area17.github.io/subfolio
## Support and Documentation
If you have a problem, question, suggestion or to see full documentation, please visit our support site at:
http://area17.github.io/subfolio
## EnhancersTo download Subfolio Enhancers, please visit:
https://github.com/area17/subfolio-enhancers(c) 2009-2017 Subfolio by AREA 17. All rights reserved.