Group Abstract Group Abstract

Message Boards Message Boards

1
|
21.6K Views
|
8 Replies
|
10 Total Likes
View groups...
Share
Share this post:

How to make a Wolfram blog?

Posted 6 years ago
POSTED BY: Fabian Wenger
8 Replies
Posted 6 years ago

Here's some of my stuff for this:

https://b3m2a1.github.io/making-a-website-with-easyide.html

https://b3m2a1.github.io/making-a-blog-in-30-minutes.html

https://b3m2a1.github.io/building-websites-with-mathematica.html

https://b3m2a1.github.io/building-websites-with-mathematica-part-2.html

I have many, many websites I've made from notebooks and am always working on extending all this stuff to be even easier/more convenient.

It's all basically just Notebook -> Markdown -> XML -> XMLTemplate -> theme -> website

POSTED BY: b3m2a1 ​ 
POSTED BY: David Reiss
POSTED BY: Vitaliy Kaurov

Hi Vitaly, all very convincing reasons and I will certainly also use the Wolfram community and cloud in the future for a wide and highly competent audience. Thanks for the good links.

POSTED BY: Fabian Wenger
Posted 6 years ago

A BIG caveat that just has to be mentioned is that all content on this site goes under the ShareAlike license. The moment you post something here, you no longer own it.

POSTED BY: Calle E

Thanks a lot for the prompt answer Calle. I will try to install the "Classic Editor" plugin and use your package.

Your blog looks great, exactly what I was looking for!

POSTED BY: Fabian Wenger
Posted 6 years ago

If you do, feel free to ask me as many questions as you want.

POSTED BY: Calle E
Posted 6 years ago

I have made a package that can export notebooks to WordPress, which is also how the Wolfram Blog works. I have described my package here:

http://wolframlanguagereviews.org/2018/10/28/posting-notebooks-to-wordpress

You can see an example of an article here:

http://wolframlanguagereviews.org/2018/08/09/domain-decomposition-method-using-graph-coloring

You can get the package here:

https://github.com/cekdahl/wl-wordpress-xmlrpc-client

Unfortunately, it's not particularly easy to set up or use at the moment. WordPress 5 brought with it a regrettable change, the Gutenberg editor, which is incompatible with this approach because it doesn't let you store custom HTML. It will always try to change the HTML for you, even if you don't want it to. I solved this by installing a plugin which disabled the new editor and reverted to the one in WordPress 4, but even here there is the caveat that you must never use the WYSIWYG editor because if you do it will mess with the HTML.

To sum it up, I have written a solution that works well for me but it is not yet easy for others to use so you have to be prepared for some trouble if you decide to use it. So far, I know of one other person who has successfully installed it.

POSTED BY: Calle E
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard