Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wololock/blogging-from-ide

Slides from my talk called "Running developer's blog from an IDE"
https://github.com/wololock/blogging-from-ide

Last synced: 28 days ago
JSON representation

Slides from my talk called "Running developer's blog from an IDE"

Awesome Lists containing this project

README

        

= Running developer's blog directly from IDE

This is the source code of _"Running developer's blog directly from IDE"_ talk.

== Slides

https://speakerdeck.com/wololock/running-developers-blog-directly-from-an-ide

== Useful resources

* https://twitter.com/vvoyer/status/1087705536714412032
* https://e.printstacktrace.blog
* https://asciidoctor.org
* https://hexo.io
* https://www.staticgen.com
* https://github.com/myles/awesome-static-generators
* https://pages.github.com
* https://travis-ci.org
* https://www.cloudflare.com

== Generating slides

Convert the AsciiDoc to reveal.js by running the `asciidoctor` goal:

$ ./gradlew clean asciidoctor

=== IntelliJ

If you're using IntelliJ you can generate the IDE's files via:

$ ./gradlew idea

Open the file _build/asciidoc/revealjs/index.html_ in your browser to see the generated revealjs file.