hugo-theme-noteworthy/README.md

83 lines
1.6 KiB
Markdown
Raw Normal View History

2020-02-02 17:13:02 +00:00
# Noteworthy
Noteworthy is a minimalist Hugo theme for writers and bloggers.
![Noteworthy desktop screenshot](https://github.com/kimcc/hugo-theme-noteworthy/blob/master/images/screenshot.png)
## Features
* Fully responsive
* Google Analytics and Disqus integration
* Syntax highlighting
* Mathematical notations with KaTex
* About, Tags, and Archives pages
* RSS feeds
* Social media links
* SCSS for styling
## Installation
Navigate to the root directory of your Hugo site and clone this repository.
```
git clone https://github.com/kimcc/hugo-theme-noteworthy.git themes/noteworthy
```
Refer to the [Hugo docs](https://gohugo.io/getting-started/quick-start/) for more information.
## Social media accounts
In the `params` section of the `config.toml` file, you can add links to your social media accounts. Simply remove the ones that you don't want to include, and their icons will disappear from the site.
```
# Main
2020-02-10 03:56:17 +00:00
email = "#"
facebook = "#"
twitter = "#"
instagram = "#"
tumblr = "#"
reddit = "#"
pinterest = "#"
youtube = "#"
weibo = "#"
vk = "#"
linkedin = "#"
2020-02-02 17:13:02 +00:00
# Writing
2020-02-10 03:56:17 +00:00
medium = "#"
blogger = "#"
wordpress = "#"
2020-02-02 17:13:02 +00:00
# Creative & Visual
2020-02-10 03:56:17 +00:00
dribbble = "#"
behance = "#"
deviantart = "#"
flickr = "#"
2020-02-02 17:13:02 +00:00
# Programming
2020-02-10 03:56:17 +00:00
github = "#"
stackoverflow = "#"
gitlab = "#"
codepen = "#"
2020-02-02 17:13:02 +00:00
```
## Disqus and Google Analytics
Add your Disqus shortname and Google Analytics identifier in the `config.toml` file.
```
# Add your Disqus shortname here.
disqusShortname = ""
# Add your Google Analytics identifier: UA-XXXXXXXX-X
googleAnalytics = ""
```
## License
Released under the [MIT License](https://github.com/kimcc/hugo-theme-noteworthy/blob/master/LICENSE.md).