Git Product home page Git Product logo

hugo-satrdays-theme's Introduction

hugo-satrdays-theme

About

This is a theme repository for satRday conference websites using the hugo static site generator. It is designed to be used in tandem with hugo-agency-theme a theme by digitalcraftsmen.

Usage

  1. Install hugo

  2. Start a new site

    hugo new site [city][year] # such as cardiff2018
    
    cd [city][year]
    
    git init
    
  3. Install hugo-agency-theme as a submodule

    git submodule add https://github.com/digitalcraftsman/hugo-agency-theme themes/hugo-agency-theme
    
  4. Install hugo-satrday-theme as a submodule

    git submodule add https://github.com/satRdays/hugo-satrdays-theme themes/hugo-satrdays-theme
    
  5. copy the config.toml from this site into your projects root (i.e. /cardiff2018/config.toml)

  6. copy the files in hugo-satrdays-theme/data/projects/ into [city][year]/data/projects/ e.g. /cardiff2018/data/projects/

  7. check if the site builds

    hugo serve
    

    go to the port listed in the return to see your site e.g. localhost:xxxx, probably localhost:1313

  8. modify the params in the config.toml

  9. if you want to make the page different in a way not accessible through the config.toml the best way is to copy the relevant partial from the theme (e.g. mysite/themes/hugo-satrdays-theme/layouts/patials/clients.html) and put it into the layouts on the root project folder (e.g. mysite/layouts/patials/clients.html, which you may need to make). This will be 'found first' when the site is generated, and so used instead.

hugo-satrdays-theme's People

Contributors

amy17519 avatar amymcdougall avatar daveparr avatar lex111 avatar sefabey 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.