Group Abstract Group Abstract

Message Boards Message Boards

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

How to make a Wolfram blog?

Posted 6 years ago

Hi, I would like to create a blog mainly for the purpose to demo small data explorations with WL. I would like to use my personal website for the purpose (not cloud notebooks which are of course a simple solutions). Does anybody know what is needed to achieve something to https://blog.wolfram.com with posts generated from WL notebooks.

Currently I use generated pdf's in wordpress, but it's not all that useful for readers who would want to try code.

Any new features in WL12 I could use?

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 ​ 

I wrote some blogging tools way back in Mathematica V 5 which I used for a while. But I haven't revisited the process since then. It's in a set of tools that I wrote for myself (and still use for the general organization of my work in Mathematica). I think a lot can be done to create a new approach if one wanted to--but getting things right is subtle to reproduce all that one can do in a notebook, so taking an approach (if one forgoes the HTMLSave route) where some rules are set that restrict what one can put into a notebook that will be exported is the best starting point, rather than trying to get all the bells and whistles working. Paul-Jean Letourneau's tools are a good start. Internally it seems that Wolfram Research apparently uses a complex workflow (perhaps a WRI employee can comment) to create their blog postings.

But here is what I did about 10 years ago:

The set of tools (I give it away for free these days if anyone's interested... no support though anymore):

http://scientificarts.com/worklife/

Documentation on the blogging functionality:

http://scientificarts.com/worklife/documentation/blogging.html

Some (old marketing) examples of blog postings:

http://scientificarts.com/worklife/wlfwblog/index.html

If I were to do this again I'd certainly take the route to implement it (at least as an option) some form of Markdown along with things like TeX/MathJax, etc...

P.S. All this stuff in this set of tools still works 10 years later with only minimal updates to the code. An amazing testament to the backward compatibility of the Wolfram Language, given that the codebase for this is about 50,000 lines... !

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
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