• This repository has been archived on 23/Sep/2021
  • Stars
    star
    348
  • Rank 121,840 (Top 3 %)
  • Language
    Go
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small UI for building presentation slides from markdown markup

Hacker Slides

MIT licensed Build Status Open Source Helpers

Hacker Slides is a self hosted reveal.js presentations editor form markdown files.

Features:

  • Reach ui editor
  • Markdown markup
  • Live reload
  • Color schemes
  • Pdf print
  • Demo version
  • Tiny 10 Mb docker image
  • Optional Basic auth
Edit mode Published
1st 1st
2nd 2nd

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.

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

Protect slides with password

Basic auth (disabled by default)

USER=bob PASSWORD=password1 go run main.go
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:	export GIN_MODE=release
 - using code:	gin.SetMode(gin.ReleaseMode)

WARN[0000] Auth mode enabled
WARN[0000] Visit http://bob:[email protected]:8080
docker run -it -p 8080:8080 -e USER=bob -e PASSWORD=password1 -v $(pwd)/slides:/app/slides msoedov/hacker-slides

Use local images

Store pictures you want to use in the images subfolder, slides/images/ and reference them in the editor as Markdown:

![demoPicture](/images/demo.png)

or as HTML:

<img src="/images/demo.png">

Getting Help

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

More Repositories

1

Alfred-collection

A collection of all known Alfred3 workflows
Go
947
star
2

langcorn

⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
Python
892
star
3

agentic_security

Agentic LLM Vulnerability Scanner
Python
606
star
4

flask-graphql-example

Example GraphQL application with Flask, pypy/python3 and MongoDB
Python
55
star
5

vector_lake

S3 vector database for LLM Agents and RAG.
Python
28
star
6

firex

Firex is a library for automatically generating command line interfaces (CLIs) from elixir module
Elixir
25
star
7

quick.py

Property-based testing library for Python
Python
16
star
8

validex

Simplifies the retrieval, extraction, and training of structured data from various unstructured sources.
Python
15
star
9

q-learner

Open ai gym q-learning for SpaceInvaders
Python
8
star
10

broccoli

A dependency injection package
Python
8
star
11

khromecat

Google chrome, chromecast cli player
Go
4
star
12

afk

A command-line tool called afk which gives you a simple reminder when you get back.
Python
4
star
13

graphitex

Graphite client for Elixir
Elixir
4
star
14

cloud_ips

Cloud IP ranges / CIDR blocks used by all cloud service providers GCP/AWS/DO/Oracle/Azure
Python
4
star
15

mix-install

Elixir
2
star
16

baguette

Python
2
star
17

toxic_proxy

An asyncio tcp proxy for network resilience testing
Python
2
star
18

docker-pyflame

Docker container for pyflame (a ptracing profiler for python) based on official python images
Perl
2
star
19

hayaku

Python
2
star
20

ex_form

Simplistic api wrapper for Typeform api without abusing macro/dsl
Elixir
2
star
21

coorl

A coooool curl command from net/http
Go
1
star
22

docker-alfred

Alfred3 workflow for docker
1
star