Code Monkey home page Code Monkey logo

hydpy's Introduction

HydPy Website

Website of HydPy - Hyderabad Python User Group

Dev Setup

The site uses jekyll a simple and popular static website generator which can be hosted via github pages. You can quickly start developing by pushing your code to the gh-pages branch of your repo. Then go to the Settings tab of your GitHub account, scroll down to the GitHub Pages section and choose gh-pages as source. But this will need you to push the code to gh-pages everytime you wish to test out a change.

We recommend doing development in offline. For that you need ruby to be installed in your local since jekyll is a ruby gem. Follow these steps for installation in local.

  1. Install Ruby as per this installation guide. For Linux, Mac OSX it's preferable to use RVM and for Windows you can use RubyInstaller
  2. Run gem install bundler jekyll. This install bundler and jekyll.
  3. Run bundle install
  4. Run bundle exec jekyll serve to start the server
  5. Site is up and running! Go to localhost:4000

Adding Content

Event post

Create a Event post by creating a file called yyyy-mm-dd-name-of-post-like-this.markdown in the /_posts/ directory with the following template:

---
layout: post          #important: don't change this
title: "Name of post like this"
venue: "Location of event"
location: "google maps url link"
location-embedded: "google maps embedded url link"
date: yyyy-mm-dd hh:mm:ss
presenter: Name
meetup: "meetup link"
categories:
- python                #important: leave this here
- category1
- category2
- ...
img: post01.jpg       #place image (850x450) with this name in /assets/img/blog/
thumb: thumb01.jpg    #place thumbnail (70x70) with this name in /assets/img/blog/thumbs/
---
This text will appear in the excerpt "Event preview" on the Events page that lists all the posts.
<!--more-->
This text will not be shown in the excerpt because it is after the excerpt separator.

FAQ Question entry

Create a Question entry (that is listed in the Frequently Asked section on the Home page) in this directory by creating a file called yyyy-mm-dd-do-i-have-a-question.markdown in the /_faqs/ directory with the following template:

---
layout: question
title:  "Do I have a question?"
---

Can I use this theme for my website?
Of course you can!

hydpy's People

Contributors

alokreddy avatar ananyo2012 avatar bhansa avatar bhanuvrat avatar bsaraswat avatar chirag200666 avatar dextervp avatar glebkema avatar inovizz avatar kyogesh avatar manitha avatar niveshkrishna avatar prashant0493 avatar shagunsodhani avatar shivakrishna9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hydpy's Issues

Update the HydPy Logo

We are already working on the new logo of HydPy, let's get this changed in the website and announce it on social media.

Drop down menu

A drop-down menu will be good to club things together.

Add a Code of Conduct

We should have a CoC page in our website which participant need to adhere during the meetups. @manitha Can you provide the CoC content that we can put in the website ?

Call for volunteers for HydPy

Call for volunteers page for HydPy community needs to be put up, should have roles/responsibilities etc. and should link to a google form.

Support Date range in Events

Moving on from #17 Events like PyConf Hyderabad can have dates in a range. We need to update the post format to accept events in a date range.

Change the website theme, its quite old now

In general, I'm looking the at the website theme to be changed now. So that website look and feel is improved. Secondly, when we are working on this issue, let's make sure that we make content configurable. If possible - having something like Django-Admin would help us add new events and details about the meetup without even doing a deployment or code push.

If the idea is not clear then please feel free to post questions here, I'll be happy to answer.

Web Application

Build a complete Web Application for interaction for everyone.

Few items to be included:

  1. Add a page for Users to request sessions.
  2. Add a page for users to provide their mail address, and register for upcoming events.
  3. Add a page for Organisations to list their offices as venues for events
  4. Add a page for Speakers to provide information on a meetup / workshop they wish to do
  5. Integrate the Meetup group, Facebook page, and the twitter handle with the application to automatically publish any information / update on the upcoming events / anything related to the community.
  6. Search for all speakers / talks available.

More could be added later.

I'm thinking of writing a complete Django app for this, and have started on the design.

Please label it as Hacktoberfest.

Request a session

We need to have a page where people can request for sessions they are interested in.

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.