Giter VIP home page Giter VIP logo

anydir.github.io's Introduction

anydir.github.io

Source files and built versions of the ⇌ANYDIR wiki.

Layout

  • Root is the built version

  • Within source/ is the MD files that are used for building.

Reserved directories

Please do not attempt to create markdown files in the following directories:

  • source/template - This will attempt to either overwrite or place files in the build template directory.

  • source/source - This will put html files in the source folder.

These by default are .gitignore'd, but I have no doubt someone at some point might decide to PR to them anyway.

Formatting for source files

The source file structure is pretty simple, but for those who need it, here's a breakdown:

  • source/ builds to the root of the page, ie. source/index.md is equivalent to https://anydir.github.io/index.html

  • Files named index.md are converted straight to index.html in their directory.

  • Files not named index.md are moved to a subdirectory and are made index.html of that, for instance:

    • subdir.md > subdir/index.html (As so it can be accessed at subdir/)

    • special/subdir.md > special/subdir/index.html

    • special/index.md > special/index.html (As it's named index.md)

Current contributors

This is a list of contributors that have made major efforts towards the wiki or are part of the ANYDIR organisation:

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.