Giter Site home page Giter Site logo

ViiSiX

ViiSiX content generate source code by Go Hugo. Contents are written using Markdown.

  1. Run on your local machine

Go to the source code directory, issue following commands:

a. Using Docker

// Setup Docker image
$ make setup
// Running Hugo web server using Docker
$ make server

b. Without Docker

$ hugo server

Then navigate to http://localhost:1313 to see the website.

  1. Add content

We have 3 kinds of content:

  • blog
  • members
  • projects

Depend on content type, issue the following commands:

a. With Docker

$ make blog BLOG=nice-blog
$ make project PROJECT=awesome-project
$ make member MEMBER=handsome-sysadmin

b. Without Docker

$ hugo new blog/nice-blog.md
$ hugo new projects/awesome-project
$ hugo new members/handsome-sysadmin

Then you can edit /content/blog/nice-blog.md, input your content.

  1. Generate public html files

Go to the source code directory, issue:

a. With Docker

$ make public

b. Without Docker

$ hugo

Static web will be generated at public directory, you can now upload it to a web server.

ViiSiX's Projects

corecat icon corecat

Core repository of DanceCats project.

liberain icon liberain

Open source group based social network.

viisix icon viisix

ViiSiX content generate source code by Go Hugo. Contents are written using Markdown.

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.