This repository contains the source code for our website const.id, which is built using Jekyll and hosted on GitHub Pages.
To view and contribute to the blog, follow these steps:
Clone the repository:
git clone https://github.com/initID/const.id.git
Install Jekyll and other dependencies:
gem install bundler jekyll
Change into the project directory:
cd const.idInstall the necessary gems:
bundle install
Build the site and start the Jekyll server:
bundle exec jekyll serveThe site will be available at
http://localhost:4000.
We welcome contributions to the blog! If you have an idea for an article or would like to make improvements, please follow these guidelines:
Fork the repository.
Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
Make your changes and commit them:
git commit -m "Your commit message"Push your changes to your forked repository:
git push origin your-branch-name
Open a pull request against the main repository.
This project is licensed under the MIT License.
If you have any questions or suggestions, feel free to reach out to us at Twitter.