Bộ dò Cryogen mới hứa hẹn phát hiện vật chất tối khối lượng thấp - Thế Giới Trong Tầm Tay
Nhóm quốc tế ra mắt QROCODILE, bộ dò dây nano cryogen làm lạnh đến 0.1K, mở ra khả năng mới cho việc phát hiện vật chất tối khối lượng thấp.
@raphv @slothrop sort of yes, sort of no. There are lots of good tools for editing Markdown, and lots of good tools for assembling collections of Markdown files into pleasing and easy to navigate websites. Unfortunately, there are not many integrated solutions that put all the bits together, at least that I'm aware of.
I keep meaning to write a point-and-click front end for #Cryogen, which is my preferred solution, but I haven't got a round tuit yet.
@seancorfield @tgeusch @Nundrum I also use #Cryogen for my own blog and for other websites I currently support; I've contributed some code back to the project and I will contribute more. As a simple way of generating lightweight websites it's a real winner.
Thanks, @yogthos!
Nhóm quốc tế ra mắt QROCODILE, bộ dò dây nano cryogen làm lạnh đến 0.1K, mở ra khả năng mới cho việc phát hiện vật chất tối khối lượng thấp.
@adrinux sure. I'm someone who knows what I'm doing. But I'm going to need to support two separate groups of non-technical people to run websites, and I want to set them up once and then have the respective groups be able to keep them running without too much hand holding.
I use a heavily hacked version of #Cryogen to run the static sites I'm responsible for, but that is not suitable for non technical users!
I'm looking for an #OpenSource static site generator for non-technical users. Ideally what I want is something with a control panel which can be driven with a mouse, which has controls for add new page, edit page, delete page, serve site locally, push site to server.
Needs to work on Windows and Mac. #Linux would be nice, but Linux folk can mostly cope with command lines.
If I can't find one I'll write a WIMP control panel to wrap around #Cryogen.
Any suggestions?
Please boost!
@screwtape Other. Write on #Cryogen, @yogthos' excellent #Clojure static site generator/blogging engine.
It is a bit geeky -- you have to be comfortable with a command line. I keep thinking about writing a little GUI launcher for it to make it easier for my less geeky friends, but I haven't got round to that yet.
@dangoodin good blogging frameworks should produce RSS feeds automatically. #Cryogen does – here's mine:
The #Cryogen static website builder, which I like and use, requires embedded EDN-formatted metadata at the start of Markdown files. Standard WYSIWYG Markdown editors don't understand this.
I want to get a group of non-geeks comfortable with using Cryogen.
So, I thought, how hard could it be to clone an existing open source Markdown editor, add a metadata tab, and create a simple forms-based editor for EDN?
Welcome to the murky world of #JavaScript...