GithubHelp home page GithubHelp logo

kouul / website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flaskcon/website

0.0 1.0 0.0 4.34 MB

Home Page: https://flaskcon.github.io/website

License: MIT License

HTML 89.86% Python 10.14%

website's Introduction

FlaskCon Website

Static site generator for the FlaskCon website.

File Structure

- docs/  # Output folder
  - assets/  # Images used in the page
  - index.html  # The final page generated with templates, be sure not to edit this file manually
- templates/  # You know, the Jinja templates folder
  - layout/  # HTML structure
  - sections/  # Page content
- settings.py  # Page information
- staticpy.py  # Tool used to generate the website

Generate the Site

Generate the website and launch live watch:

$ python statictipy.py

With livereload you only change files and it regenerates automatically. A bit like NodeJs.

Otherwise, you can generate the website without live watch (then you will need to re-run the following command on each change manually):

$ python statictipy.py --no-server

Check the Generated Site

You may need to create a new terminal session, then launch a server for the output website:

$ cd docs
$ python server.py

Now the website will be running on http://localhost:8000, it's the same with open the docs/index.html manually.

website's People

Contributors

abdur-rahmaanj avatar abhiramr avatar darksunium avatar davidism avatar greyli avatar ichux avatar kouul avatar lbeaufort avatar

Watchers

 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.