personal-jekyll-theme
personal-jekyll-theme copied to clipboard
Site not working offline
Questions
When I deploy the website on a machine not connected to the internet, or when I want to work offline on the website, some things don't work, as bootstrap.
Expected Behavior
I'd like to be able to see the same result on an offline machine as on a connected one. Why not include a minified bootstrap in the repo?
Actual Behavior
Element misplaced in the navigator.
Steps to Reproduce the Issue
- disconnect your machine from the internet
-
jekyll serve
- open the website
Specifications
It doesn't depend on the computer, actually.
The reason that bootstrap (i.e.) is served from the cdn is that @joariasl believed that it's more efficient than serving the minified versions from the { Personal } server. Personally I would be interested into running a few tests with and without the cdn and comparing those before making a decision on it 😄