Skip to content

lorancou/progfolio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Progfolio

This is a basic Markdown-based website engine for creating programmer portfolios and such. It just reads .md files from the filesystem and creates web pages with them. No need to bother with databases or user accounts or comments or Javascript frameworks. Just edit good old text files and feel the magic.

Copyright © 2005-2023 Laurent Couvidou
Contact: hello@lorancou.net

Setup

  • Copy all files in a fully configured web server with PHP support (>=5.6)
  • Rename php/config.php.template → php/config.php
  • Fill it with your info
  • I guess that's it: try opening index.php in you browser
  • You should get the 404 page
  • Try to create a pages folder, and adding an index.md file in it
  • Refresh the web page

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program (LICENSE file). If not, see http://www.gnu.org/licenses/.

External

Open Sans

Parsedown