more helps

This commit is contained in:
ville rantanen
2016-08-03 15:16:58 +03:00
parent c9b2be33a9
commit b4427f219d
2 changed files with 12 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
config.source="example_links.txt";
config.columns=3;
config.title="MDLinks";
config.favicon=null; // link to favicon
config.css=null; // link to style file

View File

@@ -23,9 +23,16 @@
# Google
[Google](http://www.google.com/ig?hl=en)
[Google](http://www.google.com/ig)
[Gmail](http://www.gmail.com)
[Gcalendar](https://www.google.com/calendar/render)
[Gcalendar](https://www.google.com/calendar)
[Gmaps](http://maps.google.com/)
[Drive](http://drive.google.com)
# MDLinks notes
This web page is plain javascript,
but it reads a markdown resource file to
generate a link portal page.
[Source file](example_links.txt)
[Additional config](config.js)