• Stars
    star
    131
  • Rank 266,868 (Top 6 %)
  • Language
    JavaScript
  • License
    ISC License
  • Created about 12 years ago
  • Updated about 11 years ago

Reviews

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

Repository Details

Publish your markdown documents with the Dropbox API

Quickstart

$ cd calepin
$ virtualenv --distribute venv
$ source venv/bin/activate
$ pip install -r requirements
$ pwd > venv/lib/python2.7/site-packages/app.pth

Environment

Now add .env with the development environment and source it. It should include values for the following values:

SECRET_KEY=
CALEPIN_ADMIN= # Admin email
CALEPIN_THEME= # See github.com/jokull/pelican-themes
CALEPIN_ROOT= # The place where user files are synced and served from
SQLALCHEMY_DATABASE_URI=postgresql://calepin@/calepin
DROPBOX_APP_KEY=
DROPBOX_SECRET=
SENTRY_DSN= # Optional but good for production
REDIS_URL = redis://

Components

  • PostgreSQL
  • Redis
  • Flask api and frontend

More Repositories

1

python-ts-graphql-demo

Demo project to demonstrate how an asyncio Python project with SQLAlchemy and Strawberry can have a great typed DX on the frontend via codegen and TypeScript React hooks.
TypeScript
88
star
2

kraftwerk

CLI administration of WSGI servers - create-node, setup-node, deploy
Python
36
star
3

awesome-reykjavik

🇮🇸 A guide aiming to help newcomers to have a successful start in Reykjavík!
20
star
4

orflaedi

Python
11
star
5

brunch-template

Brunch saves us a bunch (of time)
CoffeeScript
9
star
6

haystack-redis

Simple solution to get Haystack running on a Heroku instance without external services
Python
9
star
7

gymrat

TypeScript
7
star
8

blog

My writing
Svelte
7
star
9

ssstatic

Push a folder of assets to S3 with guaranteed cache busting
Python
7
star
10

flask-halalchemy

Expose SQLAlchemy models as application/hal+json resources
Python
5
star
11

is-agencies

Community maintained list of Icelandic digital agencies
JavaScript
5
star
12

next-use-search-params

Type-safe search param handling for Next.js using zod.
TypeScript
5
star
13

heroku-haste-server

JavaScript
5
star
14

jinjet

Static generator for Jinja2 templates with localized site tree at /<language> for each available localization.
Python
5
star
15

tailwind-oklch

Use future proof and full gamut OKLCH colors in Tailwind
TypeScript
5
star
16

ensk-web

English - Icelandic dictionary
TypeScript
3
star
17

ensk-is-raycast

TypeScript
3
star
18

scrup-s3

Python
3
star
19

ensk-is-app

TypeScript
2
star
20

sedlabanki-data

Jupyter Notebook
2
star
21

tumblr-widget

An easy way to pull blog posts from a Tumblr blog, browser side
CoffeeScript
2
star
22

next-use-query-param

TypeScript
2
star
23

jokull-sunna-rsvp

Svelte
2
star
24

jokull.github.io

HTML
2
star
25

gummiognina

JavaScript
1
star
26

itunes-fetch

Python
1
star
27

gcm-site

JavaScript
1
star
28

vercel-thin-test

TypeScript
1
star
29

emoji-grid

Raycast extension for up to date emojis
TypeScript
1
star
30

aldin-site

CoffeeScript
1
star
31

juke

TypeScript
1
star
32

geitin

CSS
1
star
33

loftgaedi-api

Python
1
star
34

skipulagsstofnun

Find regional plans for coordinates
Python
1
star
35

bug-shopify-react-form

CSS
1
star
36

somm

TypeScript
1
star
37

remix-test

TypeScript
1
star
38

sublime-settings

My sublime /User files
1
star
39

nextjs-react-aria-bug

TypeScript
1
star
40

namsbrautir

Python
1
star
41

solberg.is

Personal blog
Python
1
star
42

nextjs-monorepo-superjson

TypeScript
1
star
43

openapi-zod-poc

TypeScript
1
star