顯示具有 Themes 標籤的文章。 顯示所有文章
顯示具有 Themes 標籤的文章。 顯示所有文章

2016-01-27

Blogger 使用 google-code-prettify


2016-01-10
Blogger 程式碼  - 使用 google-code-prettify

  1. google-code-prettify 頁面下載好檔案,解壓放到自己的網路空間上。
  2.  修改自己 Blogger 網頁的範本(skin : sunburst),範本 => 編輯HTML ,  在 </head> 標籤之前加入
      <link href='http://zerouncle.twbbs.org:8000/css/zerouncle
    /prettify.css' rel='stylesheet' type='text/css' />
      <script src='http://zerouncle.twbbs.org:8000/css/zerouncle
    /prettify.js?autoload=true&amp;skin=sunburst&amp;lang=css'
    type='text/javascript' />
    </head>
    
    <body expr:class='&amp;quot;loading&amp;quot; + data:blog.mobileClass'
    onload="prettyPrint()" >
    



2008-01-19

替自已的blogspot換template

替自已的blogspot換template

  1. 到 http://blogger-templates.blogspot.com/search/label/XML 找到好看的 template, 並下載到電腦中(附名是 .xml)。
  2. 登入 blogspot ,到 "版面配置" 下的 "修改 HTML" 頁面。
  3. 先備份原來的版型,按下 "下載完整模版",存到電腦中。
  4. 選剛下載的 template,按 "上傳"。
  5. 到自已的 blogspot 看一下對不對。
註: 有很多地方可找到好看的 templates, 這是在 google 找到 blogspot 的 template,還可用 themes 這個字眼。

2007-12-04

dokuwiki, drupal, WordPress佈景主題更新

佈景主題更新

名稱:
dokuwiki : Template
drupal : Themes
WordPress : Themes


先下載佈景主題(還有其他位置,在這只列舉一個當例子)
dokuwiki -- http://wiki.splitbrain.org/wiki:tpl:templates
drupal -- http://drupal.org/project/themes
WordPress -- http://themes.wordpress.net/

佈景主題解開後放到
dokuwiki位置 : <安裝目錄>/lib/tpl/
drupal位置 : <安裝目錄>/themes/
WordPress位置 : <安裝目錄>/wp-content/themes/

設定(選用)
dokuwiki : 在 <安裝目錄>/conf/local.php 中, 設定 $conf['template'] = 'template_name'; 或在 Dokuwiki 管理者區打開配置, 在 list 中選出.
drupal : drupal 管理->版型 中選出佈景主題
WordPress : 管理者->外觀 中選出佈景主題

這樣就 ok 了..