Giter Site home page Giter Site logo

neo900-www's Introduction

NEO900.ORG WWW SITE README

The Neo900 website is generated by static site generator called Pelican. In should be available in most distros as "pelican" or "python-pelican" package.

To launch development server with autorefresh:

make start

It should now listen to port 8000. Analogically, "make stop" stops the server.

Directory tree:

/content - news entries /content/pages - pages like "Donate", "Contact us", "Specs" etc. /content/ublog - microblog entries /theme/static - static files copied to output directory with no modifications /theme/templates - main page and templates for pages for stuff like news entries (some are unused)

/output - the directory where Pelican outputs the page files. Usually shouldn't matter (dev server exposes it via HTTP, and the deploy script launches Pelican by itself), but may be handy when debugging.

For more details on how to write posts with Pelican, refer to http://docs.getpelican.com/en/3.6.0/content.html Note that we're using HTML format everywhere, so while reStructuredText and Markdown would work as well, using HTML is probably the best for consistency. However, remember that this HTML (especially tags) as in /content, /content/pages, and /content/ublog directories is not the HTML that gets into the browser - tags will be parsed, and tag wrapped with the appropiate template to add stuff like header and footer.

You can make a "one shot" build to /output with:

make

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.