Commit Graph

167 Commits

Author SHA1 Message Date
Joel Coffman
ccdc95e4a8 doc(#269) Document the lack of support for Jekyll
Compatibility with GitHub Pages is limited: Jekyll (and other static
site generators) are not supported. This change documents this
limitation on the home page and FAQs.

Although Markdown files are converted to HTML and thus accessible when
anonymized GitHub Pages is enabled for the repository, the Markdown to
HTML conversion includes only the content -- i.e., there is no special
formatting (as would be available when using Jekyll).

For anyone who wants to use Jekyll, a potential workaround is to build
the site locally and commit the generated site to the repository.

Closes #269

Co-authored-by: Joel Coffman <joel.coffman@acm.org>
2024-04-16 08:26:44 +01:00
tdurieux
a612b7a8b7 fix: fix queue admin 2024-04-12 10:02:23 +01:00
tdurieux
b4ff27f560 fix: improve katex support 2024-04-11 21:38:42 +01:00
tdurieux
6b9574add3 fix: improve repository rename 2024-04-11 17:13:01 +01:00
tdurieux
11a6c06d11 feat: add donation button on status page 2024-04-05 12:25:20 +01:00
tdurieux
27c54b0182 feat: add link to website if enabled 2024-04-05 12:10:07 +01:00
tdurieux
cb3d999ed3 fix: add missing KaTeX fonts 2024-04-05 12:02:50 +01:00
tdurieux
f30110c567 fix: improve link rendering 2024-04-05 11:04:29 +01:00
tdurieux
c3a890dac7 fix: fix minimization of the client js 2024-04-05 10:34:24 +01:00
tdurieux
9e995a04db fix: fix code rendering 2024-04-05 10:21:38 +01:00
tdurieux
7ed973ccfc fix: fix code rendering 2024-04-05 10:17:47 +01:00
tdurieux
22a28a913d perf: improve page loading time 2024-04-05 01:02:41 +01:00
tdurieux
8fdd6228e4 fix(#251): fix notebook and code dark mode 2024-04-04 18:35:01 +01:00
tdurieux
f5ec343a9c fix(#263): render math expression correctly 2024-04-04 18:08:03 +01:00
tdurieux
f5d45394bf feat: add sha to file path to avoid caching 2024-04-04 15:56:38 +01:00
tdurieux
42c3a58a46 feat: add edit button on repo view 2024-04-03 19:11:10 +01:00
tdurieux
795a67cdb2 fix: fix anonymization client script 2024-04-03 18:41:00 +01:00
tdurieux
1d4bab7866 fix: fix webview & improve download progress 2024-04-03 18:25:33 +01:00
tdurieux
a34ff741ab fix: fix profil url 2024-04-01 09:20:20 +01:00
tdurieux
42b885d5a1 fix(#234): fix FAQ related to supported file types 2023-08-28 15:12:26 +02:00
tdurieux
e24d1b4630 update dependencies & remove google analytics 2023-06-20 09:58:25 +02:00
tdurieux
0997e19d3d fix(#208) update notebook renderer for the last version of marked 2023-05-16 14:34:01 +02:00
tdurieux
2f916c6968 fix: auto select file when a folder is selected 2023-05-08 15:39:17 +02:00
tdurieux
f1d6e4534d change default filter for the admin 2023-05-02 18:22:14 +02:00
tdurieux
dde7fa2d72 feat(#204): display videos in md 2023-05-02 18:21:47 +02:00
tdurieux
3bf6864472 feat: improve error management in front end 2023-04-26 00:27:52 +02:00
tdurieux
7e2c490e4b feat(#200): save the commit date of the anonymized commit 2023-04-25 23:40:12 +02:00
tdurieux
c9acb7b899 feat: improve response content type header 2023-04-25 17:42:50 +02:00
tdurieux
8ac3a66a30 feat(#169): add emoji support for markdown 2023-04-21 13:23:34 +02:00
tdurieux
3627096e63 feat(#148): add support for Math expression 2023-04-21 12:29:19 +02:00
tdurieux
4293fa01b2 feat: add media player in content view 2023-04-20 23:30:26 +02:00
tdurieux
e94a5f164a disable download mode for the moment 2023-04-05 12:12:57 +02:00
tdurieux
f1fe8eff14 feat(#171): supports display raw content 2023-03-29 13:05:13 +02:00
tdurieux
74aacd223d fix(#186): use a different name for the hostname configuration 2023-03-02 16:39:01 +01:00
tdurieux
8221b2ee7f feat: dont download notebook if not necessary 2023-02-23 16:21:08 +01:00
tdurieux
c59e202124 feat: list gh repos in user admin 2023-02-22 11:05:37 +01:00
tdurieux
3c18884de2 fix: fix filter remove button in dashboard 2023-02-22 09:28:27 +01:00
tdurieux
1d4eb7a1b0 fix: fix action menu in the admin 2023-02-22 09:21:14 +01:00
tdurieux
5c72f54db5 perf: improve the perf of Anonymous GitHub 2023-02-08 15:34:50 +01:00
tdurieux
73f7582fd2 feat: admin to remove repo cache 2023-02-07 13:27:06 +01:00
tdurieux
6debb6aa0f fix: do not change repoID 2023-02-07 09:10:15 +01:00
tdurieux
6d4067bf6d feat: improve error message during anonimization 2023-02-07 09:03:04 +01:00
tdurieux
d01c839616 fix: fix regex detection 2023-02-06 13:04:35 +01:00
tdurieux
f897b5ba5b feat: improve dashboard search layout 2023-02-06 12:55:32 +01:00
tdurieux
4634b8d2d1 fix: user correct token to access repositories as admin 2023-02-06 08:05:49 +01:00
tdurieux
8ec1fd4090 fix: escape regex characters when invalid 2023-02-04 09:31:58 +01:00
tdurieux
692ea33b5d feat(#162): add warning message when regex charater is detected inside terms 2023-02-03 16:22:19 +01:00
tdurieux
e882c308f5 feat: display pr state in dashboard 2023-01-26 14:00:07 +01:00
tdurieux
5cf914bbc5 fix: fix diff with html tag 2023-01-22 12:59:48 +01:00
Thomas Durieux
73e46f926f feat: add support for pull requests (#156) 2023-01-22 12:54:14 +01:00