Code Monkey home page Code Monkey logo

elastic-blog's Introduction

Elastic-Blog

A simple blog website using total.js and sqlite.

Latest Release

Getting Started

Get Elastic Blog

$> wget https://github.com/neonnds/Elastic-Blog/raw/master/elastic-blog-2017-02.tar.gz

Extract Elastic Blog

$> tar -zxf elastic-blog-2017-02.tar.gz

Enter the Elastic-Blog project

$> cd ./elastic-blog-2017-02

Install the node modules defined in packages.json

$> npm install

Start Elastic-Blog

$> node index.js

Visit in a modern web browser:

http://127.0.0.1:8000/

Linux Development Installation

Get the Elastic-Core project

$> git clone https://github.com/neonnds/Elastic-Core.git

Enter the Elastic-Core project

$> cd ./Elastic-Core

Install the following node modules from packages.json

$> npm install

Enter the Elastic-Core project sites directory

$> cd ./Elastic-Core/sites

Get the Elastic-Blog project

$> git clone https://github.com/neonnds/Elastic-Blog.git

Enter the Elastic-Blog project

$> cd ./Elastic-Core/sites/Elastic-Blog

Install the following node modules from packages.json

$> npm install

Enter the Elastic-Core project

$> cd ./Elastic-Core

Start Elastic-Blog

$> ./run Elastic-Blog

elastic-blog's People

Watchers

 avatar

elastic-blog's Issues

Quick access editor buttons

Currently the editor requires the user to know the markdown (rho.js) syntax.

Buttons should be included at the top of the editor to make it easier for a new user to compose a post.

Implement user management

there needs to be a method for an administrator to manage other users.

there also needs to be a password reset feature for registered users.

improve font ratio

currently h6 and very small and h5 is too large. This ratio between fonts needs to be more subtle.

Menu not visible on small screens

On a small screen the vertical height of the menu extends beyond the screen bounds. The menu content either needs to be scaled based on height or a scroll feature needs to be provided.

Contact form

There is currently no contact form available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.