Coder Social home page Coder Social logo

Maciej Bliziński's home page

Running hugo

Installing hugo from Debian works well enough.

For building locally:

  • Requires golang; if you're installing hugo from github, it is likely going to be the latest version of Go.

  • Installing hugo

      mkdir -p ~/src/go
      export GOPATH=~/src/go
      export GOLANG=~/src/go
      go get -u -v github.com/spf13/hugo
      alias hugo='~/src/go/bin/hugo'
    

Dependencies

Skeleton for CSS styles: http://getskeleton.com/

Updating and testing

    hugo -D -F server
  • -D for drafts

  • -F for future content

  • Creating a new page or post:

      hugo new post/<name>/index.md
    
  • Testing and deploying

      ./util/deploy.sh test-blog
      ./util/deploy.sh test-bio
      ./util/deploy.sh deploy
    

Maciej Bliziński's Projects

ghakuf icon ghakuf

A Rust library for parsing/building SMF (Standard MIDI File).

jogger-util icon jogger-util

An experimental utility to mass-edit your blog entries on jogger.pl

no-css-hugo icon no-css-hugo

A minimal hugo theme, useful when working on content.

podcast-gen icon podcast-gen

A utility generating a podcast feed based on a config file and a directory with audio files.

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.