• Stars
    star
    1,392
  • Rank 33,756 (Top 0.7 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 12 years ago
  • Updated about 2 years ago

Reviews

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

Repository Details

Deprecated: See natew/obtvse2

Obtvse

A clean and simple markdown blog. Inspired by Svbtle.

Demo | Demo Admin

Username: username

Password: password

Installation

Obtvse uses some ruby 1.9 syntax, so please make sure your ruby -v shows at least 1.9, and please use 1.9 on your host as well!

If you are new to Rails development, check out guides for getting your development environment set up for Mac and Windows.

git clone git://github.com/natew/obtvse.git
cd obtvse
bundle install
rake db:migrate

Edit config/config.yml to set up your site information. To set up your admin username and password you will need to set your environment variables.

Start the local server:

rails s

Go to 0.0.0.0:3000, to administrate you go to /admin

For production, you will want to set your password in config.yml or with environment variables (preferred). On Heroku this is simply:

heroku config:add obtvse_login=<LOGIN> obtvse_password=<PASSWORD>

Or in your shell (~/.bashrc or ~/.zshrc for example)

export obtvse_login=<LOGIN>
export obtvse_password=<PASSWORD>

Here's a quick guide for installing on Heroku.

TODO

  • Easy deployment
  • Draft preview and post save history
  • Lots of refactoring, cleanup and refinements

SCREENSHOTS

Admin New Edit

More Repositories

1

vxrn

Vite meets React Native
TypeScript
518
star
2

obtvse2

A clean and simple markdown blogging platform on Rails.
Ruby
258
star
3

batsignal

A dark VSCode theme
46
star
4

object-to-css

Simple JS object to CSS string conversion
JavaScript
21
star
5

reactor-demo

Isomorphic Javascript app with React
JavaScript
18
star
6

reactor-core

A small library for creating isomorphic apps in React
JavaScript
12
star
7

reactor-pushstate

React mixin to handle HTML5 history
JavaScript
5
star
8

tamagui-example-output

Just showing compiler magic
JavaScript
4
star
9

reactor-router

Tiny router that mixes in with a React component
JavaScript
4
star
10

ExpandSelectionByParagraph

Command to expand your selection to the next or previous paragraph in Sublime Text 2
Python
3
star
11

tamagui-storybook-test

TypeScript
2
star
12

floating-select

Created with CodeSandbox
TypeScript
2
star
13

tamagui-exp

Small demo on next.js
TypeScript
2
star
14

example-expo-router

TypeScript
2
star
15

remote-debug

JavaScript
2
star
16

kitty-ipsum

Lorem Ipsum for Kittens
JavaScript
1
star
17

Brawndo

An mixin-able fluxxor-based flux store / manager.
JavaScript
1
star
18

simplereader

Simple RSS scraping and reading
JavaScript
1
star
19

frontendy

Playing with frontendy stuff
JavaScript
1
star
20

test-react-native-pan

Created with CodeSandbox
HTML
1
star
21

natewienert.com

simple rss scraper/reader in rails
1
star
22

jude

An MVC web framework written in Julia
Julia
1
star
23

natew

Me
1
star
24

blog

HTML
1
star
25

commerce5

TypeScript
1
star
26

test-event-starter

TypeScript
1
star
27

ohsnap

iOS Zappos Snap Recommendations
Objective-C
1
star
28

test-nextjs-starter

JavaScript
1
star
29

test

test
1
star
30

commerce6

TypeScript
1
star
31

unagi

TypeScript
1
star
32

new_gqless

Major refactor of "gqless"
TypeScript
1
star