flat file 플랫파일시스템 : GRAV CMS

GRAV CMS

grav-admin-v1.6.22.7z

Grav 사용에 필요한 것들

  • Learn Grav 사이트를 방문하시면 보다 자세한 내용을 찾아볼 수 있다.
  • 플러그인, 테마, 스켈레톤(플러그인과 테마 패키지)은 Grav Downloads 페이지에서 다운받을 수 있다.
  • 블로그 Grav Development Blog 를 방문하시면 현재 진행상황 등을 알 수 있다.

현재 페이지 편집하기

  • Grav이 설치된 폴더 내에서, user/pages/01.home 안의 default.md 파일을 수정하면 된다.

새 페이지 만들기

  • 다음을 따라 하면 새 페이지를 만들 수 있다:
  1. Navigate to your pages folder: user/pages/ and create a new folder. In this example, we will use explicit default ordering and call the folder 02.mypage.
  2. Launch your text editor and paste in the following sample code:

    ---
    title: My New Page
    ---
    # My New Page!
    
    This is the body of **my new page** and I can easily use _Markdown_ syntax here.
  3. Save this file in the user/pages/02.mypage/ folder as default.md. This will tell Grav to render the page using the default template.
  4. That is it! Reload your browser to see your new page in the menu.

NOTE: The page will automatically show up in the Menu after the "Home" menu item. If you wish to change the name that shows up in the Menu, simple add: menu: My Page between the dashes in the page content. This is called the YAML front matter, and it is where you configure page-specific options.

새 페이지 만들기 (플러그인 사용하기)

  • 위처럼 작업하기 불편하다면 플러그인을 사용하는 것이 좋다.
  • 플러그인 이름: Frontend Edit Button
  • 사용법: 우측 위 "Edit this Page" 버튼을 누른후 에디터 상단의 'Add' 버튼을 이용하면 새 페이지를 쉽게 추가할 수 있다.

상세한 내용을 찾아보려면 이에 관련된 상세 설명 페이지를 참조.

머릿말

H1 Heading 40px

H2 Heading 32px

H3 Heading 28px

H4 Heading 24px

H5 Heading 20px
H6 Heading 16px
# H1 Heading
# H1 Heading `40px`</small>`

<span class="h1">H1 Heading</span>

글자모양

Bold **Bold**

Italic _Italic_

Deleted ~~Deleted~~

Inline Code `Inline Code`

기타 HTML 글자 표현

I18N <abbr>

Citation<cite>

Ctrl + S <kbd>

TextSuperscripted <sup>

TextSubscripted <sub>

Underlined <u>

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

Highlighted <mark>

 <time>

x = y + 2 <var>

인용표시

The advance of technology is based on making it fit in so that you don't really even notice it, so it's part of everyday life.

- Bill Gates

> The advance of technology is based on making it fit in so that you don't really even notice it,
> so it's part of everyday life.
>
> <cite>- Bill Gates</cite>

순서없는 목록

  • list item 1
  • list item 2
    • list item 2.1
    • list item 2.2
    • list item 2.3
  • list item 3
* list item 1
* list item 2
    * list item 2.1
    * list item 2.2
    * list item 2.3
* list item 3

순서가 있는 목록

  1. list item 1
  2. list item 2
    1. list item 2.1
    2. list item 2.2
    3. list item 2.3
  3. list item 3
1. list item 1
1. list item 2
    1. list item 2.1
    1. list item 2.2
    1. list item 2.3
1. list item 3

Name Genre Release date
The Shawshank Redemption Crime, Drama 14 October 1994
The Godfather Crime, Drama 24 March 1972
Schindler's List Biography, Drama, History 4 February 1994
Se7en Crime, Drama, Mystery 22 September 1995
| Name                        | Genre                         | Release date         |
| :-------------------------- | :---------------------------: | -------------------: |
| The Shawshank Redemption    | Crime, Drama                  | 14 October 1994      |
| The Godfather               | Crime, Drama                  | 24 March 1972        |
| Schindler's List            | Biography, Drama, History     | 4 February 1994      |
| Se7en                       | Crime, Drama, Mystery         | 22 September 1995    |

알림

The notices styles are actually provided by the markdown-notices plugin but are useful enough to include here:

이것은 경고 알림 입니다.

이것은 에러 알림 입니다.

이것은 기본 알림 입니다.

이것은 성공 알림 입니다.

! 이것은 경고 알림 입니다.

!! 이것은 에러 알림 입니다.

!!! 이것은 기본 알림 입니다.

!!!! 이것은 성공 알림 입니

[출처] https://mycute7.iptime.org/home/typography

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
128 Creating a Website Design Templating System Using PHP 졸리운_곰 2021.02.13 22
127 Build a CRUD Operation using PHP & MongoBD 졸리운_곰 2021.01.04 23
126 CRUD Operation using PHP & Mongodb file 졸리운_곰 2021.01.04 26
125 PHP and MongoDB Connection file 졸리운_곰 2021.01.04 62
124 PHP 기반의 Micro Frameworks 정리 졸리운_곰 2020.12.02 50
123 CKEditor 4 설치와 PHP 연동 하기 file 졸리운_곰 2020.11.22 47
122 [php] CKeditor 설정 및 적용 졸리운_곰 2020.11.22 37
121 [PHP]Fuelframework 설치 및 시작 방법(window10,xampp) file 졸리운_곰 2020.10.01 34
120 Building a Simple Blog App with MongoDB and PHP file 졸리운_곰 2020.09.13 50
119 웹 설문조사 시스템 & 설문조사를 잘 하는 방법 file 졸리운_곰 2020.09.10 185
118 ReactPHP Series 졸리운_곰 2020.07.01 50
117 Building a RESTful API Using ReactPHP and MySQL file 졸리운_곰 2020.07.01 44
116 [PHP 웹개발] MySQL 데이터베이스에서 mysqli(MySQL Improved) 사용법 졸리운_곰 2020.05.07 37
115 PHP 파일 업로드와 다운로드 만들기 file 졸리운_곰 2020.05.07 372
114 HOW TO INTEGRATE R WITH PHP : php와 R 언어의 연동 file 졸리운_곰 2020.05.05 243
113 XAMPP, PhpStorm, Hello World 출력하기 졸리운_곰 2020.03.27 40
112 Pico is a stupidly simple, blazing fast, flat file CMS. file 졸리운_곰 2020.03.19 30
111 directorylister php 사용법 file 졸리운_곰 2020.03.18 129
» flat file 플랫파일시스템 : GRAV CMS file 졸리운_곰 2020.03.18 60
109 내가 본 워드프레스 핵심 구조 및 기능 (Wordpress Architecture and Function) file 졸리운_곰 2020.02.20 34
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED