All Projects → VigoTech → vigotech.github.io

VigoTech / vigotech.github.io

Licence: BSD-3-Clause license
A páxina web de VigoTech

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vigotech.github.io

Gowebexamples
Go Web Examples Generator
Stars: ✭ 252 (+1580%)
Mutual labels:  hugo
nycmesh.net
NYC Mesh Website
Stars: ✭ 33 (+120%)
Mutual labels:  hugo
gohugo-theme-yinwang
hugo: theme<yinwang> yinwang.org 样式 hugo主题 ❤️ work ✅
Stars: ✭ 27 (+80%)
Mutual labels:  hugo
hugo-component-matomo
Matomo user tracking and optout scripts for Hugo
Stars: ✭ 38 (+153.33%)
Mutual labels:  hugo
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+566.67%)
Mutual labels:  hugo
hugo-deploy
Easily deploy Hugo sites to Github Pages
Stars: ✭ 11 (-26.67%)
Mutual labels:  hugo
The Indie Web
A hotspot for indie creations on the web
Stars: ✭ 240 (+1500%)
Mutual labels:  hugo
ironpeak.be
Hugo repository for main ironpeak.be website.
Stars: ✭ 12 (-20%)
Mutual labels:  hugo
hugo-kiera
Kiera - A Hugo Theme for writing
Stars: ✭ 61 (+306.67%)
Mutual labels:  hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-13.33%)
Mutual labels:  hugo
distillpub
Hugo Theme for Distill
Stars: ✭ 31 (+106.67%)
Mutual labels:  hugo
documentation-site
This repository contains source for TravelgateX documentation. TravelgateX is a collection of GraphQL APIs for the travel trade.
Stars: ✭ 17 (+13.33%)
Mutual labels:  hugo
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+233.33%)
Mutual labels:  hugo
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+372560%)
Mutual labels:  hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+1000%)
Mutual labels:  hugo
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+1493.33%)
Mutual labels:  hugo
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+280%)
Mutual labels:  hugo
airflow-site
Apache Airflow Website
Stars: ✭ 95 (+533.33%)
Mutual labels:  hugo
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (+53.33%)
Mutual labels:  hugo
hackerinnen
hackerinnen.space is a project to provide encouragement and enhance visibility in different places
Stars: ✭ 22 (+46.67%)
Mutual labels:  hugo

vigotech.github.io

VigoTech Alliance Website

Build Setup

# install dependencies
$ yarn

# rename .env.example to .env and edit using your own config

# prepare required static/vigotech-generated.json
$ yarn run prepare-json

# serve with hot reload at localhost:3000
$ yarn run dev

# generate static project
$ yarn run generate

Instruccións para engadir información

En primeiro lugar para engadir ou editar un membro o grupo, debe modificarse únicamente static/vigotech.json Este fichero ten un schema no fichero static/vigotech-schema.json cando se xere a parte de front mediante yarn prepare este validarase polo que debe asegurarse que estea correcto.

A estructura dun membro (como exemplo collemos un existente) é:

"aindustriosa": {
      "name": "A Industriosa",
      "logo": "https://vigotech.org/images/aindustriosa.png",
      "links": {
        "web": "https://aindustriosa.org/",
        "twitter": "https://twitter.com/aindustriosa",
        "meetup": "https://www.meetup.com/es-ES/AIndustriosa/",
        "youtube": "https://www.youtube.com/channel/UC9DPKfcLiNd7SEU-QLlIG7A"
      },
      "events": {
        "type": "meetup",
        "meetupid": "AIndustriosa"
      },
      "videos": [
        {
          "type": "youtube",
          "channel_id": "UC9DPKfcLiNd7SEU-QLlIG7A"
        }
      ]
    }

O apartado events pode ter duas formas

  • Para eventos que se extraen mediante a api de Meetup
"events": {
  "type": "meetup",
  "meetupid": "AIndustriosa"
}
  • Para eventos que se extraen mediante a api de Eventbrite
"events": {
  "type": "eventbrite",
  "eventbriteid": "17365087639"
}
  • Ou para eventos extraido dun json externo
"events": {
  "type": "json",
  "source": "https://www.python-vigo.es/events.json"
},

Coa forma

{
    "title": "Reunión del Grupo el 18/11/2018",
    "date": 1542569580000,
    "url": "https://www.python-vigo.es/posts/reunion-del-grupo-el-20181018/"
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].