- This is a personal home page for Ambition Chen (Chen Xuan)
-
Install environment:
- Install Ruby with
sudo apt install ruby-dev ruby-bundler
- You may need to change the path of bundle install:
bundle config path ./bundle_packages
- Install needed Ruby packages by running
bundle install
. - Re-run the previous command if you ever add new plugins.
- Start the site by running bundle exec
jekyll serve --open-url --livereload --trace
. - Re-run the previous command if you make changes to _config.yaml.
- Install Ruby with
-
Run cite process:
- Install Python 3 (with PIP).
- Install virtual environment for Python
pip install virtualenv
. - Create and enter the virtual environment
virtualenv fintech && source fintech/bin/activate
. - Install needed Python packages by running
python -m pip install --upgrade --requirement ./_cite/requirements.txt
. - Generate citations by running
python ./_cite/cite.py
. - Re-run the previous command when you make changes to your input sources and metasources.
Visit chenxuan.space 🚀
Built with academicpages.github.io