Coder Social home page Coder Social logo

www.daspec.com's Introduction

Source code for the main documentation/user guide web site for DaSpec

If you're browsing this as a GitHub repo, start with the About page. You can see the formatted version in action at www.daspec.com and try out the key features directly in your browser.

Folder structure

The main web site structure is in the jekyll-site directory.

To make files browsable both on github as a repository and on the web site, all the guides and the examples are extracted from the web site boilerplate code and in their own folders, in the root. The rebuild_site.sh script copies those files into the right place in jekyll_site. It also rewrites links from markdown files to HTML files so they work when published online. So if you change something in the examples or guides folders, remember to run rebuild_site.sh to push those files into the jekyll_site dir.

Building the site

To build this site locally, and run it, you'll need to install jekyll and bower.

gem install jekyll
npm install bower -g

Post-process the markdown files into jekyll web pages (run this in the main project folder):

sh rebuild_site.sh

Next, you'll need to download the third party components that the web site depends on

cd jekyll-site
bower install

Finally, you should just be able to serve the jekyll site locally (make sure you're in the jekyll_site directory)

jekyll serve

www.daspec.com's People

Contributors

gojko avatar davedf avatar

Watchers

Michael Strasser avatar James Cloos avatar

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.