https://github.com/evaristocuesta/evaristocuesta.com
A resume/CV website based on Resume Start Bootstrap
https://github.com/evaristocuesta/evaristocuesta.com
Last synced: 4 months ago
JSON representation
A resume/CV website based on Resume Start Bootstrap
- Host: GitHub
- URL: https://github.com/evaristocuesta/evaristocuesta.com
- Owner: evaristocuesta
- License: mit
- Created: 2022-01-13T18:24:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T16:58:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T01:10:53.188Z (5 months ago)
- Language: Pug
- Homepage: https://www.evaristocuesta.com/
- Size: 16.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [evaristocuesta.com](https://www.evaristocuesta.com)
Hi all,
I'm Evaristo and I'm a software developer located in Seville, Spain. This is my website where you can view my CV.
This website is based on [Resume](https://startbootstrap.com/theme/resume/) which is a resume and CV theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).
If you want, you can fork or clone [this project](https://github.com/evaristocuesta/evaristocuesta.com) and use it as a template for your resume website.
[](https://www.evaristocuesta.com)
## Usage### Basic Usage
After downloading, simply edit the HTML and CSS files included with `dist` directory. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
### Advanced Usage
Clone the source files of the theme and navigate into the theme's root directory. Run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `package.json` file to see which scripts are included.
#### npm Scripts
- `npm run build` builds the project - this builds assets, HTML, JS, and CSS into `dist`
- `npm run build:assets` copies the files in the `src/assets/` directory into `dist`
- `npm run build:pug` compiles the Pug located in the `src/pug/` directory into `dist`
- `npm run build:scripts` brings the `src/js/scripts.js` file into `dist`
- `npm run build:scss` compiles the SCSS files located in the `src/scss/` directory into `dist`
- `npm run clean` deletes the `dist` directory to prepare for rebuilding the project
- `npm run start:debug` runs the project in debug mode
- `npm start` or `npm run start` runs the project, launches a live preview in your default browser, and watches for changes made to files in `src`You must have npm installed in order to use this build environment.
## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/evaristocuesta/evaristocuesta.com/issues) here on GitHub.
## Credits
This website is based on Start BootStrap.
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
-
-Start Bootstrap was created by and is maintained by **[David Miller](https://davidmiller.io/)**.
-
-
-Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
Backgroud photo by [Athul Cyriac Ajay](https://unsplash.com/@athulca?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText).
## License
Code released under the [MIT](https://github.com/evaristocuesta/evaristocuesta.com/blob/master/LICENSE) license.