Paperboat Portfolio - Anders Portfolio



Anders Portfolio

A simple website for showcaseing your creative works

Paperboat Portfolio

A simple website for showcaseing your creative works.

The core idea is to make it easy add your works to your website. You just upload the images of each of your creative projects to a folder and create a html-file that have any text and links you want with it. Then Paperboat will add this to the menu and view the images of your project as a gallery view. You can also create simpler pages for your CV or contact information.

You can see it in action on: https://darch.dk/paperboat/

Paperboat is still very much a work-in-progress, so always make a backup before trying a new version.

Installation and setup

  1. You need a webhosting with PHP and a domain
  2. Download the zip from github
  3. Upload the content of the zip to the root folder or subfolder via FTP
    • Make sure to get the hidden .htaccess next to index.php uploaded as well
  4. Open settings.ini and add your info and set your perfered layout
  5. Add your projects and pages
  6. Customize the look and feel

Adding pages and projects

Paperboat have support for projects and pages.

Customize the look and feel

Paperboat comes with some very basic layout and color scheme that you can customize by adding a custom.css in the assets-folder.

To help you gettings started is a custom_template.css you can rename or copy to custom.css

Besides the default layout, two more are included, called sidebar and topbar. You can activate from the settings.ini.

To add your logo simply upload a files called logo.png to the assets-folder.

Files and folder

Inside the HTML

The first <h1> within a html-file in the pages or projects folders determens the title of the page or project as is what is show in the navigation menu.

<h1>Name of my project</h1>

<p>This is a paragraph</p>

<a href="https://example.com">This is a Link to example.com</a>

<h2>This is a sub heading</h2>

<p>And anoter paragraph</p>

Ideas for furture features

Inspiration / Shoutouts