PaPablo / portfolio-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portofolio Base

Little generator to create my portofolio

Usage

  1. Clone the repo

  2. Install requirementes

  3. Complete the projects.yml as a source for the generator

Reference:

projects:
    - project:
        name: Name of project
        description: small description
        repo: link to repo (if any)
        images: [if any]
            - image 1
            - image 2
            ...
        techs:
            - tech 1
            ...

Available Techs so far

  • python
  • django
  • bash
  1. once it's done. Freeze it with

python freez.py

  1. enjoy your portfolio

About


Languages

Language:Python 71.8%Language:HTML 26.7%Language:CSS 1.5%