Build a Jekyll list of your static content in seconds, without touching the command line
-
Fork this repository
-
Go to Settings->GitHub Pages, select
master branchthen click on theSavebutton
With the GitHub Pages activation, your site is published at https://yourusername.github.io/jeklist
-
Go to Settings->GitHub Pages then click on the
Change themebutton -
Select one of the available themes then click on the
Select themebutton
All the configuration is done in the _config.yml file. Set extensions and directories to restrict the content you want to show. Set style, spacification, truncate and html_link to modify the presentation look.
Example to only show pdf and md files from the Papers directory in a list truncated to 60 chars and with html_link for the md files :
style: list
extensions:
- .pdf
- .md
directories:
- Papers
truncate: 60
html_link:
- .md
Besides nothing, style option can have three values:
listfor a flat bullet listnlistfor a flat numbered listdirfor a first level directory structure
The nlist_type option defines the type attribute of a nlist.
The dir_spacification and dir_links options can be useful when style is set to dir, to replace a selected char by a space in the directory names and to add directory links.
https://cryptorating.eu/whitepapers
If you use jeklist, please add your link here and make a pull request
This work is under MIT license
Copyright © 2017, Florent Gallaire