Code Monkey home page Code Monkey logo

hugo-whiteglass's Introduction

hugo-whiteglass

Hey there! This is the theme currently powering my website at nikhilweee.me. This theme originally started off as a fork of the jekyll theme of the same name (yous/whiteglass), but it has since been ported to hugo with several customizations along the way. At this point I guess the only part left untouched is the name. Feel free to fork this in your own projects. To get some inspiration about getting started, have a look at nikhilweee/nikhilweee.github.io.

Usage

The way I use this theme is by adding it as a submodule to the main website. This keeps the theme separate from the main website, and allows you to pull any upstream changes to the theme separately without making changes to the main website. To use this theme as a submodule, go to the themes folder and add this repository as a submodule. You should then edit the config file of your website and add hugo-whiteglass to the list of themes and you should be good to go.

$ cd /path/to/website/themes
$ git submodule add https://github.com/nikhilweee/hugo-whiteglass
$ vi /path/to/website/config.toml
$ git add /path/to/website/themes/hugo-whiteglass
$ git add /path/to/website/config.toml
$ git commit

Future Updates

To keep the theme in sync with origin, you can simply do a git pull from within the hugo-whiteglass directory. I shall keep making changes to the theme to suit my liking, but that might not always be what you want. So feel free to check out my website at nikhilweee.me for a demo before pulling any changes.

$ cd /path/to/website/themes/hugo-whiteglass
$ git pull
$ cd /path/to/website/
$ git add /path/to/website/themes/hugo-whiteglass
$ git commit

hugo-whiteglass's People

Contributors

nikhilweee 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.