GithubHelp home page GithubHelp logo

hrishikeshkale4 / gatech-sysml.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gatech-sysml/sail-www-old.github.io

0.0 0.0 0.0 7.2 MB

License: MIT License

TeX 0.11% HTML 99.82% JavaScript 0.07% SCSS 0.01%

gatech-sysml.github.io's Introduction

Instructions

Directory structure (the important bits)

๐Ÿ“ assets
    ๐Ÿ“ media
        ๐Ÿ“„ icon.png - (optional) add your website icon here
        ๐Ÿ“„ logo.png - (optional) add your logo here
๐Ÿ“ config
    ๐Ÿ“ _default
        ๐Ÿ“„ config.yaml - define your site name and URL
        ๐Ÿ“„ languages.yaml - edit this for non-English or multilingual sites
        ๐Ÿ“„ menus.yaml - define your site menu
        ๐Ÿ“„ params.yaml - personalize your site
๐Ÿ“ content
    ๐Ÿ“ authors - user profiles
        ๐Ÿ“ admin - your username (can rename)
            ๐Ÿ“„ _index.md - your user profile
            ๐Ÿ“„ avatar.jpg - update with a photo of yourself or delete to not show any photo
    ๐Ÿ“ home - your homepage - personalize the homepage with widgets
    ๐Ÿ“ post
        ๐Ÿ“„ _index.md - (optional) an archive of blog posts
    ๐Ÿ“ publication
        ๐Ÿ“„ _index.md - (optional) an archive of publications
    ๐Ÿ“ projects
        ๐Ÿ“„ _index.md - (optional) an archive of projects
๐Ÿ“ data
    ๐Ÿ“„ page_sharer.toml - (optional) customize social sharing buttons

Creating a new project/post

  • Run the below command with the appropriate --kind of content you want to make, and the path you want it in
hugo new --kind post content/post/my_new_post_directory
  • Edit content/post/my_new_post_directory/index.md. See here for full details
  • Add and commit any changes to the source

Push changes to the website

  • If you have not already done so, run hugo. It will to build the webpage in the public directory
  • Add and commit your changes
git add public/
git commit -m "Your commit message"
  • Push just the public/ folder to gh-pages branch
git subtree push --prefix=public origin gh-pages

gatech-sysml.github.io's People

Contributors

sahnimanas avatar atumanov avatar awesommesh avatar shreyavarshini avatar alindkhare avatar srikarvanavasam 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.