- Add new project:
_tabs/projects.md
- Edit About page:
_tabs/about.md
- Add new post:
_posts/
- Add new project in the home page:
index.md
- Edit other contents in the home page:
_layouts/home.html
- Most other text:
_config.yaml
- Add new images:
assets/img/
- Website icon:
assets/img/favicons/
brew install ruby node
brew link --overwrite ruby
then open a new terminal session.
sudo apt-get install ruby-full build-essential zlib1g-dev nodejs npm
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
npm install
npm run build
gem install jekyll bundler
bundle install
bundle exec jekyll serve [--host 0.0.0.0]
This project is published under [MIT License][license].