Skip to content

hdocmsu/hdocmsu.github.io

 
 

Repository files navigation

This repo is forked and modified based on al-folio.

Local setup

First, fork the theme from github.com:alshedivat/al-folio

Second, rename to <your-github-username>.github.io

Third, clone <your-github-username>.github.io repo to your local computer

$ git clone [email protected]:<your-github-username>/<your-github-username>.github.io.git
$ cd <your-github-username>.github.io
$ bundle install
$ bundle exec jekyll serve

Forth, modify the theme as desired and commit the changes

Deployment

First, in _config.yml, change url to https://<your-github-username>.github.io and leave baseurl empty

Second, run the command below for manual deployment

$ ./bin/deploy --user

or if you set up your Makefile appropriately, you can simply type the below command on the terminal

$ make deploy

After deployment, the webpage will become available at <your-github-username>.github.io

Note that the source code is in the source branch while deployment is in the master branch.

License

The theme is available as open source under the terms of the MIT License.

Originally, al-folio was based on the *folio theme (published by Lia Bogoev and under the MIT license). Since then, it got a full re-write of the styles and many additional cool features.

About

Hung Do's Personal Homepage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 94.3%
  • JavaScript 5.7%