Getting Started

ProfileIO's project structure and few details:

profileio
โ”‚
โ”œโ”€โ”€ _profile/ <- Folder to hold profile information
โ”‚ โ””โ”€โ”€ profile_web.yml
โ”‚ โ””โ”€โ”€ profile_resume.yml
โ”‚ โ””โ”€โ”€ images/ <- Place images here
โ”‚ โ””โ”€โ”€ files/ <- Place files here
โ”‚ โ””โ”€โ”€ *.md
โ”‚
โ”œโ”€โ”€ resume/ <- sub-project to generate resume from details in profile_resume.yml
โ”‚
โ”œโ”€โ”€ src/
โ”‚ โ””โ”€โ”€ auxiliaries <- Helper functions
โ”‚ โ””โ”€โ”€ components
โ”‚ โ””โ”€โ”€ themes <- Theme specific components
โ”‚ โ””โ”€โ”€ basic
โ”‚ โ””โ”€โ”€ icons
โ”‚ โ””โ”€โ”€ preprocessors
โ”‚ โ””โ”€โ”€ reducers
โ”‚ โ””โ”€โ”€ types
โ”‚
โ”œโ”€โ”€ scripts/
โ”‚
โ”œโ”€โ”€ docs/ <- ProfileIO documentation

Basic information