Skip to content
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

Convert entire site to Jekyll/Liquid template system #58

Open
mrbellek opened this issue Feb 9, 2018 · 4 comments
Open

Convert entire site to Jekyll/Liquid template system #58

mrbellek opened this issue Feb 9, 2018 · 4 comments

Comments

@mrbellek
Copy link
Contributor

mrbellek commented Feb 9, 2018

As per the discussion on Discord in #not-a-wiki-development, I volunteered to try my hand at converting the n-a-w website from what it is now (HTML with a sprinkle of PHP) to Jekyll with the Liquid template engine.

My plan is to:

  • Get the website working in Jekyll/Liquid
  • Remove outdated/unused stuff
  • Move most (if not all) hardcoded lists to config files to make it more dynamic (like top and left navbar)
  • Sanitize the HTML to current standards
  • Sanitize the CSS/JS to linked files instead of inline code
  • Convert every page to Markdown (optional, since HTML works too)

I forked the repo and will put progress up at http://merijn.nu/realm/
Currently the website works and most of the hardcoded lists are converted. I'm open to suggestions and improvements beyond the above list.
The conversion from HTML to Markdown is optional and the last step, but it would probably help contributors a lot - since Markdown is a lot cleaner than raw HTML.

@heyitsdross
Copy link
Contributor

This should probably be split into multiple Issues, based on the site subsection which still needs to be converted. I'll take a look and see if I can convert some of the content tomorrow.

@mrbellek
Copy link
Contributor Author

Sure thing dross, let me know when I can take a look and maybe we can merge this thing..

@mrbellek
Copy link
Contributor Author

I've decided to stop screwing with HTML and skip to Markdown conversion.

@mrbellek
Copy link
Contributor Author

mrbellek commented Feb 19, 2018

Markdown conversion mostly done.

  • remaining pages have forms, collapsable lists or other stuff that needs more work
  • page too slim on researchtree, gamewindow
  • guestbook page missing, @necrodoom can get this
  • sitemap missing
  • css for tables
  • convert all 'research' tooltip attributes on elements to valid 'data-research' attributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants