Giter Site home page Giter Site logo

ubuntu-fest's Introduction

Ubunt Fest

License

This repository is introduce about Ubuntu Fest(11/10, 2018) - [Link]

Contributing

Please contribute this page if you're interested in helping!

Reference page

[HERE]

How to make general repository for gh-pages - [Link]

$ cd repo

# Creates our branch, without any parents (it's an orphan!)
$ git checkout --orphan gh-pages

# Switched to a new branch 'gh-pages'

# Remove all files from the old working tree
$ git rm -rf .

$ rm '.gitignore'

$ echo "My GitHub Page" > index.html
$ git add .
$ git commit -a -m "First pages commit"
$ git push origin gh-pages

# After change of default branch 

# Delete master branch
$ git push origin :master

Link repository to another repository - [Link]

$ git remote -v
$ git clone --mirror [originally repository URL]
$ git remote set-url --push origin [new repository URL]
$ cd [dir]
$ git push --mirror

# verification 
$ git remote -v

jekyll folder strucure

├── _config.yml // for liquid templating language
├── _includes // reusable HTML file with liquid tag
|   ├── btn.html // for nav_registration.md
|   ├── footer.html // footer area
|   ├── nav.html // navigation bar
|   ├── scripts.html // add bootstrap.js
|   └── sponsors.html // viewing sponsors list
├── _layouts
|   ├── frame.html // HTML head area
|   ├── home.html // contents on main page(main-header)
|   └── page.html // ?page-header
├── assets // for page styling
|   ├── css
|   ├── fonts
|   ├── imgs
|   ├── js
|   └── webfonts
├── nav_about.md // 소개
├── nav_contact.md // 문의
├── nav_history.md // 역사
├── nav_location.md // 장소
├── nav_registration.md // 등록 - not use
├── nav_schedules.md // 일정
├── nav_supporters.html // 주최
└── index.md

ubuntu-fest's People

Contributors

kimej avatar dididy avatar dry8r3ad avatar sukso96100 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Forkers

kimej dry8r3ad

ubuntu-fest's Issues

사이트 로고 수정 필요

  • 메인 og:image 수정
    현재 임시로 지난 Ubuntu Fest로고를 박아뒀는데 바꿔야합니다.
  • 각 페이지 og:image 설정
    중요한건 아닌데, 각 페이지를 의미하는 픽토그램이나 문자를(: Info같은거) 설정했으면 합니다.

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.