Welcome to the repository for VCWTech. This site is built with Jekyll, a static site generator, and styled using Bootstrap (included via CDN). It's automatically built and deployed using GitHub Actions.
To set up this project locally, you will need the following:
.ruby-version
)gem install bundler
)gem install jekyll
)Clone the repository:
git clone https://github.com/yourusername/my-jekyll-site.git
cd my-jekyll-site
Install dependencies:
bundle install
Serve the site locally:
bundle exec jekyll serve
You can now view the site at localhost:4000
.
_layouts
: Jekyll HTML layouts._includes
: Reusable HTML snippets._sass
: Sass partials for styling.assets
: Contains static files such as images, CSS, and JavaScript._config.yml
: Configuration settings for Jekyll..github/workflows/jekyll.yml
: GitHub Actions workflow for CI/CD.Gemfile
: Ruby dependencies for Jekyll.Contributions to this site are welcome. Here's how you can contribute:
git checkout -b feature-branch
).git commit -am 'Add some feature'
).git push origin feature-branch
).For more details on contributing, please read CONTRIBUTING.md.
This site is automatically built and deployed by GitHub Actions when changes are pushed to the main
branch.
This project is open source and available under the MIT License.