Welcome to my "work in progress" personal website repository!
I'm Claudio Secco, and this repository contains the source code for my personal website. Here, I'm gathering information about my professional and personal activities.
All source code in this repository is available under the GPLv3 License.
Currently, it's a work in progress and not yet ready for proper publication. However, you can still check out the current version of the website here.
- Jekyll: This website is built using Jekyll, a static site generator. You can learn more about Jekyll and how to install it here.
- Bootstrap: I've used Bootstrap, a popular CSS framework, for styling and layout. You can include Bootstrap in your project by referring to their documentation for installation instructions.
To run this website locally, follow these steps:
- Clone this repository to your local machine.
- Install Jekyll by following the installation instructions here.
- Install Bootstrap by following the installation instructions here.
- Once Jekyll and Bootstrap are installed, navigate to the project directory and run
bundle install
to install any other dependencies. - Edit the
baseurl
andurl
variables in_config.yml
according to your hosting setup. - Finally, run
bundle exec jekyll serve --baseurl ''
to start the development server. - You can now view the website locally by visiting
http://localhost:4000
in your web browser.
Feel free to use this website as a reference or template for your own personal website. If you have any suggestions or improvements, I'm open to contributions!
If you'd like to contribute to this project, please follow these guidelines:
- Check the issues page for existing issues or open a new one to report a bug or suggest a feature.
- Fork the repository, make your changes, and submit a pull request.
I would like to thank the creators of Jekyll and Bootstrap for their fantastic tools, which have been instrumental in the development of this website.