Skip to content

enzoleo/enzoleo.github.io

Repository files navigation

Homepage

Hi, this is the repository maintaining personal homepage. This website is simple and clean, based on the default theme Millennial.

Local Rendering

Some dependencies should be installed first.

sudo apt-get install ruby-full ruby-bundler

On MacOS, the suggested installation is via Homebrew.

brew install ruby@2.6
gem install bundler:2.2.20

Now go into the root directory and run the following command to render the website locally.

bundle config set --local path 'vendor/bundle'
bundle install
bundle update
bundle exec jekyll serve

Note that the version is specific, as the latest release may introduce unexpected errors to render the pages. Please kindly downgrade to the version specified above if any unexpected error occurs during your local rendering. For more details, please refer to the documentation.

Fonts

The favicon.svg is generated based on Permanent Marker font. Besides, the guide on the top-left of the navigation bar uses Pacifico font via web link. Please find their licenses and more details from the according pages.

About

This is a repository containing all elements rendering personal website via Jekyll themes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published