You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,13 @@ Jekyll and Hugo are options for static site generators which can use themes suit
215
215
216
216
A static site generator can be heavy...
217
217
218
-
There are dependencies to manage. Such as plugins and themes for_Jekyll_. And plugins for _Hugo_. Plus one or more external _JavaScript_ or _CSS_ files are probably usedin the HTML, such as _JQuery_.
218
+
There are dependencies to manage - they might have to be upgraded if their are security vulnerabilities or they are no longer available. Such as plugins and themes for _Jekyll_. And plugins for _Hugo_. Plus you probably need a couple of _JavaScript_ or _CSS_ files that either you or a theme added. Such as _Query_. This _Docsify_ project only needs exactly one _JavaScript_ and one _CSS_ file.
219
219
220
220
There is HTML to build locally and on the remote. While _Docsify_ needs no dependencies to serve a site, _Jekyll_ sites needs `jekyll` installed and _Hugo_ sites need `hugo` available.
221
221
222
222
A static site needs to to customize it in depth or setup a theme which also takes effort. You may lose or gain functionality when switching between Jekyll themes because they use their own templates and layouts.
223
223
224
-
You probably have to add _frontm atter_ to your doc files so they can inherit from layouts and have the correct metadata like title.
224
+
You probably have to add _front matter_ to your doc files so they can inherit from layouts and have the correct metadata like title.
225
225
226
226
As with _Docsify_, you will probably have to create a config file which covers the structure of your project forusein the sidebar.
0 commit comments