Skip to content

adding build_offline Rake task to generate file system offline version#119

Open
evanwill wants to merge 10 commits intomainfrom
offline-jekyll
Open

adding build_offline Rake task to generate file system offline version#119
evanwill wants to merge 10 commits intomainfrom
offline-jekyll

Conversation

@evanwill
Copy link
Copy Markdown
Contributor

rake build_offline generates your CB site, downloads all external media, and then rewrites all internal links to create a copy of your project that can be used fully offline in the local filesystem.

The fully static offline file version is intended to serve as an artifact for digital preservation that maintains the functionality of a project in a minimal environment.
It can also be useful for sharing the site (via a thumb drive) in a location with no internet, or for content that needs to remain offline for security or privacy reasons.

@evanwill
Copy link
Copy Markdown
Contributor Author

needs some testing

@evanwill
Copy link
Copy Markdown
Contributor Author

evanwill commented Apr 28, 2026

Issues:

  • loading "cb-icon.svg" is blocked
  • DataTables loading via ajax is blocked
  • lib/ assets get rewritten which breaks DataTables

@evanwill
Copy link
Copy Markdown
Contributor Author

I believe this is ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant