mirror of https://github.com/jkjoy/hugoblog.git
156 lines
2.2 KiB
Markdown
156 lines
2.2 KiB
Markdown
# Hugo Theme Farallon
|
|
|
|
![Hugo Theme Farallon](https://static.fatesinger.com/2023/06/u1ak8xgmyn9ec24r.png)
|
|
|
|
Farallon is a simple single column hugo theme with perfect performace and elegance design.
|
|
|
|
## Usage
|
|
|
|
```
|
|
git submodule add https://github.com/bigfa/hugo-theme-farallon.git themes/farallon
|
|
|
|
echo "theme = 'farallon'" >> hugo.toml
|
|
```
|
|
|
|
[Full demo site](https://github.com/bigfa/bigfa.github.io)
|
|
|
|
## Release Notes
|
|
|
|
### 0.3.7
|
|
|
|
- add footer sns icons
|
|
|
|
### 0.3.6
|
|
|
|
- add post category card
|
|
- add github icon
|
|
|
|
### 0.3.5
|
|
|
|
- add author sns icons
|
|
|
|
### 0.3.4
|
|
|
|
- change category file name
|
|
|
|
### 0.3.3
|
|
|
|
- add post type memo
|
|
|
|
### 0.3.2
|
|
|
|
- add story author card
|
|
|
|
### 0.3.1
|
|
|
|
- add sticky icon
|
|
- fixed db list style in dark mode
|
|
|
|
### 0.3.0
|
|
|
|
- add search
|
|
|
|
### 0.2.11
|
|
|
|
- add link shortcode
|
|
|
|
### 0.2.10
|
|
|
|
- fixed category list and tag list style
|
|
- relative time support i18n
|
|
|
|
### 0.2.9
|
|
|
|
- fixed url render error
|
|
- add friend links template
|
|
|
|
### 0.2.8
|
|
|
|
- add `pre` and `code` style
|
|
|
|
### 0.2.7
|
|
|
|
- refactory taxonomy
|
|
|
|
### 0.2.6
|
|
|
|
- toc style changed
|
|
|
|
### 0.2.5
|
|
|
|
- Fixed ol list style error
|
|
|
|
### 0.2.4
|
|
|
|
- Added a gear template
|
|
|
|
### 0.2.3
|
|
|
|
- Added a “back to top” button.
|
|
|
|
### 0.2.2
|
|
|
|
- Added support for table of contents (TOC).
|
|
|
|
### 0.2.1
|
|
|
|
- Fixed compatibility issues with older versions of SCSS.
|
|
|
|
### 0.2.0
|
|
|
|
- Added dark mode support.
|
|
- Fixed footer style issues on mobile devices.
|
|
|
|
### 0.1.0
|
|
|
|
- Added theme information.
|
|
|
|
### 0.0.8
|
|
|
|
- Fixed date formatting issue on Safari browser.
|
|
|
|
### 0.0.7
|
|
|
|
- Changed to local item retrieval without the need for a token.
|
|
|
|
### 0.0.6
|
|
|
|
- Added support for Douban items.
|
|
|
|
Usage:
|
|
|
|
Scan the QR code with WeChat at https://node.wpista.com/.
|
|
|
|
Enter your Douban numeric ID and click “Save” to automatically sync your Douban records.
|
|
|
|
Click “Get integration token” to generate a token.
|
|
|
|
Add the following parameter to your site configuration:
|
|
|
|
```
|
|
[params]
|
|
wpdToken = 'token generated above'
|
|
```
|
|
|
|
### 0.0.5
|
|
|
|
- Fixed styling issues on category/tag pages.
|
|
|
|
### 0.0.4
|
|
|
|
- Added relative time display.
|
|
- Included sample data.
|
|
|
|
### 0.0.3
|
|
|
|
- Used normalize.css.
|
|
|
|
### 0.0.2
|
|
|
|
- Added menu settings.
|
|
- Added a parameter to control the display of site owner information.
|
|
|
|
### 0.0.1
|
|
|
|
- Initial setup.
|