Schede di micro presentazione per risolvere necessità, cercare tecnologie appropriate, uscire dai cloud GAFAM.

ozgurOdun 19306b6e55 Add stash link to index page. opens a list of files to edit to easy access. 6 years ago
static 19306b6e55 Add stash link to index page. opens a list of files to edit to easy access. 6 years ago
templates 19306b6e55 Add stash link to index page. opens a list of files to edit to easy access. 6 years ago
.dockerignore a535f8fecd Updated reveal.js 7 years ago
.gitattributes 8e161e8054 Make it Linguist friendly 8 years ago
.gitignore bd64005c48 Make build 7 years ago
.travis.yml a751a0fd65 Travis 8 years ago
Dockerfile ec39b0506b Dockerfile for heroku 7 years ago
LICENSE 137c2b23c7 LICENSE 8 years ago
Makefile 045296dc84 Fix test 7 years ago
Readme.md 0427681762 Update readme with docker hub link 7 years ago
app_test.go b94899938d All tests passes 8 years ago
initial-slides.md d8becc44a2 Initial static files 8 years ago
main.go 19306b6e55 Add stash link to index page. opens a list of files to edit to easy access. 6 years ago
package.json a535f8fecd Updated reveal.js 7 years ago

Readme.md

Hacker Slides

MIT licensed Build Status

This repo is a reworked version of Sandstorm Hacker Slides which features easy set up run outside of Sandstorm and without vagrant-spk. Likewise you can publish and edit your previous markdown slides which is not supported in the original version.

Features:

  • Reach ui editor
  • Markdown markup
  • Live reload
  • Color schemes
  • Pdf print
  • Demo version
  • Tiny 10 Mb docker image

| Edit mode | Published | | --- | --- | --- | | 1st | 1st | |2nd | 2nd |

Run from docker image

docker run -it -p 8080:8080 -v $(pwd)/slides:/app/slides msoedov/hacker-slides

Build locally

To build and run it locally

go get
go run main.go

[GIN-debug] Listening and serving HTTP on :8080

And then you can just open http://127.0.0.1:8080 and it's ready to use with sample slides.

Run with docker

docker run -it -p 8080:8080  -v $(pwd)/slides:/app/slides msoedov/hacker-slides

Getting Help

For feature requests and bug reports submit an issue to the GitHub issue tracker