Skip to content

0x1306e6d/openpnu.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openpnu.github.io

Welcome, https://openpnu.github.io

새로운 페이지 추가하는 방법

  1. 새 폴더를 만든다. ex) Foo
  2. 새로운 폴더에 index.html 파일을 작성한다.
  3. https://openpnu.github.io/Foo 와 같이 접근한다. 로컬일 경우에는 https://localhost:4000/Foo

새로운 기능을 만들 때

  1. Fork한 프로젝트에서 새로운 브랜치를 만든다. ex) Foo
  2. 해당 브랜치에서 작업을 한다.
  3. Rebase를 한 후에 Pull Request를 Github를 통해 보낸다.

License

MIT License

Copyright (c) 2018-2019 openpnu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • CSS 23.7%
  • HTML 3.1%
  • Ruby 0.4%