Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricesvay/sketchfab-portfolio
Create an amazing porfolio for your Sketchfab profile
https://github.com/mauricesvay/sketchfab-portfolio
portfolio sketchfab
Last synced: 24 days ago
JSON representation
Create an amazing porfolio for your Sketchfab profile
- Host: GitHub
- URL: https://github.com/mauricesvay/sketchfab-portfolio
- Owner: mauricesvay
- License: mit
- Created: 2016-05-27T21:10:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T19:24:20.000Z (over 6 years ago)
- Last Synced: 2024-04-09T21:11:09.565Z (9 months ago)
- Topics: portfolio, sketchfab
- Language: JavaScript
- Homepage: http://svay.com/tmp/sketchfab-portfolio/index.php
- Size: 937 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sketchfab Portfolio v1.0.1
Sketchfab Portfolio generates a portfolio from your Sketchfab account.
This application is not officially supported by Sketchfab.![Screenshot of Portfolio](./docs/screenshot.jpg?raw=true)
## Requirements
* Web hosting with PHP 5.3 or later
## Setup
* Upload all the files to your server (with an FTP client for example)
* Open your server URL in a browser
* Enter your Sketchfab username
* Your portfolio is ready!## Customizing your portfolio
### Customizing content
By default, the portfolio will display all the models on your account.
If you want to display a selection of models only:
* tag them with the **portfolio** tag on Sketchfab
* on your portfolio, scroll to the very bottom and click on "Update portfolio". If models do not update, wait a few minutes and try again.To update the profile info, update it in your [profile settings on Sketchfab](https://sketchfab.com/settings/profile).
### Customizing the design
Sketchfab Portfolio is based on the [Bootstrap](http://getbootstrap.com/)
framework and should be compatible with Bootstrap themes. Nice free themes
are available from [Bootswatch CDN](https://www.bootstrapcdn.com/bootswatch/).To add a theme:
* edit the file `app/templates/base.html`
* add the link to your theme CSS## Troubleshooting
* "Username is not valid" error during install
* Make sure to enter your username, not your display name. Refer to [your settings](https://sketchfab.com/settings/profile) to find your username.
* "Can't save configuration" error during install
* Make sure the `data` directory is writable. You can generally use your FTP client to fix the permissions.
* My latest models are not displayed
* To update your portfolio, scroll to the very bottom and click on "Update portfolio"
* You may have to wait a few minutes and try again