Coder Social home page Coder Social logo

santiago-iturriaga / markchongo.js Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 3.0 22.92 MB

Markchongo is *yet* another website engine using markdown. It is fully file-based and client-based using javascript for markdown processing.

Home Page: http://santiago-iturriaga.github.io/markchongo.js/

License: MIT License

CSS 2.03% HTML 2.16% JavaScript 78.49% TeX 17.32%

markchongo.js's Introduction

Markchongo is yet another javascript website engine using markdown. It is fully file-based and client-based using javascript for markdown processing.

Based on:

Sample web site: https://www.fing.edu.uy/~siturria/

Configuring Markchongo.js

The only mandatory markdown files are main.md and sidebar.md

  • main.md: the homepage
  • sidebar.md: the sidebar

Global configuration (such as title and subtitle) may be configured in the config.js file

You can easily change the site skin by editing index.html and using any bootstrap skin

Some skins examples are included in css/ and may be included using:

  • <link href="css/bootstrap.darkly.min.css" rel="stylesheet">
  • <link href="css/bootstrap.flatty.min.css" rel="stylesheet">
  • <link href="css/bootstrap.readable.min.css" rel="stylesheet">
  • <link href="css/bootstrap.sandstone.min.css" rel="stylesheet">
  • <link href="css/bootstrap.superhero.min.css" rel="stylesheet">

A markdown cheat sheet can be found here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Development environment setup

Simply change to markchongo.js directory and run: python2 -m SimpleHTTPServer or python3 -m http.server

And then browse to http://localhost:8000/index.html

markchongo.js's People

Contributors

santiago-iturriaga avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

markchongo.js's Issues

Soporte multi-idioma

Agregar idioma por defecto y soporte para archivos .md.XX (.es, .en, .fr, .de, etc.)

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.