Giter Site home page Giter Site logo

candidesk8 / website_en Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duniter/website_en

0.0 1.0 0.0 11.12 MB

Official International Website

CSS 40.35% HTML 30.64% Shell 0.95% Python 15.73% Haskell 0.87% Makefile 0.29% JavaScript 11.15%

website_en's Introduction

Duniter website

Public site available at https://duniter.org/en

Reproduce it locally

You may want to reproduce this website locally, for developement purposes for example. Here are the instructions.

Clone the sources

git clone https://github.com/duniter/website.git

Install python stuff

cd website
virtualenv .
source bin/activate
pip install pelican pelican-youtube markdown beautifulsoup4

Install system dependencies for plantuml plugin (plantuml and GraphViz utilities) :

Generate the site

pelican

Serve it

./develop_server.sh restart 8557

The website should be available at http://localhost:8557.

Generate production site

You just need to give the production configuration file to Pelican:

pelican -s publishconf.py

You may want to change the production parameters, like the domain name: just edit publishconf.py and modify the SITEURL to whatever value you want.

For example if you want to host the site at https://my.website.org, set:

SITEURL = u'https://my.website.org'

Plantuml plugin documentation

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.