Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 732 Bytes

My personal website sources

Howto

Install

Clone the project to the webserver and use Ansible :

ansible-playbook -b --ask-become-pass -i hosts install.yml

You can edit the website_name, email and install_dir vars to match your own setup.

Tested on CentOS 7.

Make my own website like this

If you want to use this project to make your own resume webpage, just edit the src/js/resume.js and adapt the content with your own resume.

Credits