GithubHelp home page GithubHelp logo

arturomtz8 / web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from python-discord-es/web

0.0 0.0 0.0 9.8 MB

Repositorio del contenido de https://hablemospython.dev

Python 38.32% CSS 2.95% HTML 58.72%

web's Introduction

hablemospython.dev 馃悕

Sitio web de introducci贸n a la comunidad "Python en Espa帽ol". Encontrar谩s consejos y recursos de nuestras comunidades en Telegram, y Discord.

Implementaci贸n

El template est谩 basado en bootstrap, y no se utiliza ning煤n generador de sitios est谩ticos, en su lugar, existe un script llamado gen_pages.py que lee el contenido de las p谩ginas en pages/ que utilizan formato markdown, y generan archivos HTML.

驴C贸mo contribuir?

  • Los cambios a las p谩ginas existentes van directamente en los archivos de pages/.
  • Para agregar una nueva p谩gina, hay que crear el nuevo archivo markdown actualizar el script de generaci贸n paginas.py, y tambi茅n modificar el archivo template/page-base.html en caso que la p谩gina deba estar presente en el men煤 superior del sitio.
  • Para agregar comunidades, solo debes agregar una entrada en el diccionario en comunidades.py.

Configuraci贸n

Los pasos para generar el sitio localmente son:

Entorno virtual

Crea un entorno virtual, y act铆valo:

python -m venv env
source env/bin/activate   # Linux, macOS, Windows (mingw)
env\Scripts\activate.bat  # Para Windows (cmd)
env\Scripts\Activate.ps1  # Para Windows (Powershell)

Dependencia y generaci贸n

Instala las dependencias con pip install -r requirements.txt, y luego ejecuta el script principal python gen_pages.py para poder tener el contenido del sitio en el directorio deploy/.

web's People

Contributors

arturomtz8 avatar cmaureir avatar erikgiovani avatar estuardodev avatar fitoria avatar madtyn avatar mhered avatar quobit avatar rodrigo-j-goncalves avatar softd3v avatar yosef7 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.