This is the official website for Fundación Atóma, built with Jekyll and hosted on GitHub Pages.
Before you begin, ensure you have the following installed on your system:
- Ruby version 2.7.0 or higher, including all development headers
- RubyGems (check your Gems version using
gem -v) - GCC and Make (check versions using
gcc -v,g++ -v, andmake -v) - Git
For detailed install instructions, follow the guide for your operating system from the official Jekyll documentation:
gem install bundler-
Clone the repository
git clone https://github.com/fundacion-atoma/fundacion-atoma.github.io.git cd fundacion-atoma.github.io -
Install dependencies
bundle install
-
Start the Jekyll development server
bundle exec jekyll serve -
Access the website
- Open your browser and navigate to
http://localhost:4000 - The site will automatically reload when you make changes to the source files
- Open your browser and navigate to
To build the site for production:
bundle exec jekyll buildThe built site will be available in the _site directory.
This site is automatically deployed to GitHub Pages when changes are pushed to the main branch. No additional configuration is needed.
├── _config.yml # Jekyll configuration
├── _includes/ # Reusable HTML components
├── _layouts/ # Page templates
├── _posts/ # Blog posts
├── assets/ # CSS, JS, and font files
├── Gemfile # Ruby dependencies
└── *.html # Individual pages
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Email: fundacionatoma@gmail.com
- Twitter: @fundacion-atoma
- GitHub: fundacion-atoma
This project is open source and available under the MIT License.