Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme #11

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# BITS-ACM Tech Blog:
* Made with Jekyll and Markdown
* Link: https://bitsacm.github.io

#### Local Development

1. Pre-requisites - Ruby (version 2.5 or above) and RubyGems
```
sudo apt-get install ruby ruby-dev build-essential
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME=$HOME/gems' >> ~/.bashrc
echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
```
2. Install Jekyll
```
gem install jekyll bundler
```
3. Build and Run on local server to test changes
```
bundle exec jekyll serve
```
Further Links
- [Jekyll Quick Start Guide](https://jekyllrb.com/docs/quickstart/)
- Complete guide for [Ubuntu](https://jekyllrb.com/docs/installation/#ubuntu) and [macOS](https://jekyllrb.com/docs/installation/#macOS)
- How to setup on [Windows](https://jekyllrb.com/docs/windows/)
1 change: 1 addition & 0 deletions public/gen.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ i{




#posts-broad-headings{
/*categories heading i.e. the date and the tags*/
font-size:1.8em;
Expand Down