jusl.github.io/codeclubjusl is currently a blogging-oriented website built by CodeClub JUSL, Jadavpur University. This open source project facilitates users to write and upload blog posts in the topics of computer science and competitive programming.
- Blog posts are authored in markdown - a lightweight markup language with plain text formatting syntax - which is super easy to use.
- Jekyll, a Ruby Gem, is used as the static site generator which makes blogging simpler.
-
- You can simply mail your blog post written in markdown format to [email protected]
-
-
Installation
- Windows
- Follow the first 2 parts of this 5-part guide.
- Linux
- In your terminal run
sudo apt-get install ruby-full
- In your terminal run
- Windows
-
Setup
- Fork this repository and make a clone on your local computer to get started.
- Run
gem install bundler
- This installs bundler. Run
bundle install
to install the required gems. - Start the server in watch mode by running
bundle exec jekyll serve --watch
- You can view your local setup by firing up a browser and going to localhost:4000
-
To better understand the code one can go through this marvelous guide.
-
You can learn and practice Jekyll from this awesome tutorial.
-
If you are having issues, please let us know. We have a mailing list located at: [email protected]
This project is licensed under the MIT License.