Code Monkey home page Code Monkey logo

nanosite's Introduction

Update 2024

This project is deprecated in favor of trilliant-static, another project based on this one that integrates with Grunt.

Update 2022

It's been two years and it's time to amp this up with some new features in preparation for a different project I am working on.

  • Eliminated need for curly braces in front matter - except for nesting. This was a TODO in the original version.
  • Grossly expanded Markdown capabilities using Markdeeper, a project I've been using for offline MD processing that is based on Markdeep.

A simplified static site builder written in NodeJS.

This was originally created as a quick and dirty solution for turning some text files containting notes and documentation into a fully-indexed static nanosite. It's sort of like a really stripped-down Jekyll I hacked together rather quickly.

"Frontmatter" in this still has the starting and ending triple dash, but also has the curly braces since it is to be parsed as JSON. It is not standards-compliant JSON however, since it will allow for unquoted keys, which makes it easier to type. A future version of this will eliminate the need for the curly braces.

The Markdown is very simplified, but all heading tags are thrown into a toc array for output later. The entire collection of documents will have their contents thrown into a single TOC for output in the index. Cross referencing opportunities!

I am not including any stylesheets right now.

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.