Git Product home page Git Product logo

aindustriosa-web's Introduction

A Industriosa Website

This repository contains the sources of A Industriosa website. It's a static webpage built using Hexo.

Local development

For local development we recommend to use a Docker image to generate the sources and the content. First of all, pull the Docker image:

docker pull crespum/hexo-build

Then you can use the container to run all the different commands.

# Install dependencies
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build yarn

# Generate sources
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build yarn build

# Update content (Youtube videos, meetup events...)
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build yarn prepare-json

# Serve the website in http://localhost:4000
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build hexo server

# Add a new blog entry
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build hexo new post "Post title"

The first time, building the theme it's also required (and also every time something changes in the theme):

# Go to the theme's directory
cd themes/aindustriosa

# Build the sources
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build yarn
docker run --rm -v $PWD:/app -p 4000:4000 --user `id -u` crespum/hexo-build yarn build

aindustriosa-web's People

Contributors

alexhermida avatar crespum avatar cybermode avatar dependabot[bot] avatar punkto avatar rastersoft avatar sergiocarracedo 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.