From 9acf4f3db930b3862b4b4a0f34a68deba48b2420 Mon Sep 17 00:00:00 2001 From: nodejh Date: Sun, 22 Jan 2017 15:13:42 +0800 Subject: [PATCH] use fontawsome dns replace downloaded files --- README_zh-cn.md | 3 ++ layouts/partials/head.html | 3 +- static/images/README.md | 71 -------------------------------------- static/js/img0.js | 4 --- 4 files changed, 4 insertions(+), 77 deletions(-) delete mode 100644 static/images/README.md delete mode 100644 static/js/img0.js diff --git a/README_zh-cn.md b/README_zh-cn.md index 094f59e..ecfe2d1 100644 --- a/README_zh-cn.md +++ b/README_zh-cn.md @@ -1,5 +1,8 @@ # Cactus Plus + +[English Documention](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/README.md) | [中文文档](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/README_zh-cn.md) + Cactus Plus 是一个根据 [Cactus](https://github.com/digitalcraftsman/hugo-cactus-theme) 改编的简约主题。我在 [Cactus](https://github.com/digitalcraftsman/hugo-cactus-theme)的基础上做了一些修改,主要是添加了归档页、添加了标签页、修改了部分样式。总的来说该主题具有以下特点: + 自定义 “关于” 页面 diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b3c535c..3ca7349 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,14 +10,13 @@ {{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }} - {{ range .Site.Params.customCSS }} {{ end }} {{ if eq .Site.Params.iconFont "font-awesome" }} - + {{ else }} {{ end }} diff --git a/static/images/README.md b/static/images/README.md deleted file mode 100644 index 469db92..0000000 --- a/static/images/README.md +++ /dev/null @@ -1,71 +0,0 @@ -# Simple Theme - -Simple is a minimalistic theme for bloggers based on the default theme of the same-named [Cactus static site generator](//github.com/koenbok/Cactus) written in Python and [Nick Balestra](//github.com/nickbalestra/kactus)'s Jekyll port. Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, a customizable about page, support for RSS feeds, syntax highlighting for source code and sharing options for blog posts. - - -![Screenshot](https://raw.githubusercontent.com/digitalcraftsman/hugo-cactus-theme/dev/images/screenshot.png) - - -## Installation - -Inside the folder of your Hugo site run: - - $ cd themes - $ git clone https://github.com/nodejh/hugo-theme-simple.git - -For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo. - -### The config file - -Take a look inside the [`exampleSite`](//github.com/digitalcraftsman/hugo-cactus-theme/tree/dev/exampleSite) folder of this theme. You'll find a file called [`config.toml`](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml). - -To use it, copy the [`config.toml`](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like to customize your website. - -## About page - -Use the about page to introduce yourself to your visitors. You can customize the content as you like in the [`config.toml`](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml). Furthermore, you should replace the [avatar placeholder](//github.com/digitalcraftsman/hugo-cactus-theme/blob/master/static/images/avatar.png) with a great image of yourself. - -## Hide pages - -Pages can be hidden and don't appear in the post list on the homepage if you add the variable `hidden = true` to the frontmatter. This allows you to link from elsewhere, i.e. just the menu. - -## Disqus - -This theme features a comment system powered by Disqus too. Just add your Disqus-shortname to the [`config.toml`](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml) and let readers respond to your blog posts. - -## Social link icons - -You can add a social link panel in the footer by adding entries to the `social` block in the [`config.toml`](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml). You can choose between two icon fonts: - -- [Font awesome](https://fortawesome.github.io/Font-Awesome/) or -- [Mono social icons](https://github.com/drinchev/monosocialiconsfont) - -Assign either `font-awesome` or `mono-social` to the `iconFont` variable. The Mono social icons offer three styles of icons: -circle, rounded, or default (empty). - -## Nearly finished - -In order to see your site in action, run Hugo's built-in local server. - - $ hugo server - -Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser. - - -## Contributing - -Did you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/digitalcraftsman/hugo-cactus-theme/issues) to let me know. Or make directly a [pull request](//github.com/digitalcraftsman/hugo-cactus-theme/pulls). - -Please create a separate branch for your pull request. - - -## License - -This theme is released under the MIT license. For more information read the [license](//github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/LICENSE.md). - - -## Acknowledgements - -Thanks to - -- [Nick Balestra](//github.com/nickbalestra/kactus) for creating the original theme -- [Steve Francia](//github.com/spf13) for creating Hugo and the awesome community around the project. diff --git a/static/js/img0.js b/static/js/img0.js deleted file mode 100644 index d66ca18..0000000 --- a/static/js/img0.js +++ /dev/null @@ -1,4 +0,0 @@ -$('body').find('img').click(function(){ - $(this).toggleClass('min'); - $(this).toggleClass('max'); -});