Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/wololock/blogging-from-ide
- Owner: wololock
- Created: 2019-04-26T21:00:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T06:07:57.000Z (over 5 years ago)
- Last Synced: 2024-05-02T06:17:01.121Z (6 months ago)
- Language: CSS
- Size: 3.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.