35 lines
759 B
Markdown
35 lines
759 B
Markdown
# LinkFolio
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
|
|
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
|
|
## Pre-reqs
|
|
|
|
Have PHP installed and Web Server configured
|
|
|
|
## Add your files
|
|
|
|
Get this repository
|
|
|
|
```
|
|
cd your_desired_html_location
|
|
git remote add origin https://gitlab.com/oss-bashynx/one-pagers/linkfolio.git
|
|
git branch -M main
|
|
git push -uf origin main
|
|
```
|
|
|
|
## Adding your data
|
|
|
|
In the top section of the file, update your values, assets and links. The links are sorted into an array.
|
|
|
|
## Live Demo
|
|
|
|
A live demo is awailable here: cv.bashynx.com/demo/linkfolio/
|
|
|
|
## License
|
|
MIT Licence.
|