소스 검색

introduce themes

master
Dom SP 3 년 전
부모
커밋
15e9bac914
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +1
    -1
      app/views/tpl/index.html
  3. +1
    -1
      main.cfg.sample

+ 1
- 0
.gitignore 파일 보기

@@ -11,3 +11,4 @@ tmp
content/
php-error.log
rsc/sass/_onthefly.scss
rsc/themes/

+ 1
- 1
app/views/tpl/index.html 파일 보기

@@ -24,7 +24,7 @@
<script type="text/javascript" src="/{{ @RESOURCES }}jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="/{{ @RESOURCES }}script.js"></script>

<link type="text/css" href="/{{ @RESOURCES }}style.css" rel="stylesheet" />
<link type="text/css" href="/{{ @RESOURCES }}{{ @theme }}" rel="stylesheet" />
<title>{{ @title }}</title>
<style>
<include href="colors.css" />

+ 1
- 1
main.cfg.sample 파일 보기

@@ -51,6 +51,6 @@ content.en=content/EN/
RESOURCES=rsc/
;default site template:
template=tpl/index.html
theme=style.css

external_links_open_in_new_window=false

Loading…
취소
저장