Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 602 Bytes

File metadata and controls

executable file
·
32 lines (20 loc) · 602 Bytes

Jekyll Theme for personal site

This is a free responsive Jekyll theme, about you 😉

You can watch it in action here!

How to run locally

Clone the repository locally

git clone https://github.com/lionel1704/lionel1704.github.io/

You need to install jekyll and the dependencies of by running:

./scripts/install

Then, you can build and serve your website by simply running:

./scripts/serve-production

To serve across lan (requires su to forward the port 4000 over lan):

./scripts/serve-lan-production