-
Notifications
You must be signed in to change notification settings - Fork 14
Expand index.md #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand index.md #34
Conversation
Hi!
Thank you so much for your contribution - 💛 ! You should add your name to the list of contributors! Do you want to do that before I merge this PR?
This is actually Pandoc-flavored markdown, combined with an entirely homebrew build tool make.lisp
(it's in the root of the repository) which weaves together the content, headers, footers, and navbar. I'm going to spend some time working on converting this to Jekyll (issue #33 ), just for the sake of standardization and easy contribution.
You are most welcome :-) By "list of contributors", do you mean who.md or some other file?
@veddox Yes, I do!
OK, ready for merging.
merged. I'll run the docker build && docker push
tonight when I get home from work.
@veddox - deployed. :-)
I found the home page of articulate-lisp.com a little uninformative - it doesn't tell you all that terribly much about what the site is about. So I copy-pasted in (with some minor tweaks) your Github README text, which provides the sort of information I'd be looking for on a front page.
I was just a little confused by your use of the %-sign in the heading of index.md - that's not official Markdown, is it?
(I also amended the web-trotter walk-through page to mirror the new known-binary function.)