mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Update README
This commit is contained in:
parent
8a8961d965
commit
fbeb2cdb8d
@ -8,10 +8,10 @@ This theme is pretty basic and covers all of the essentials. All you have to do
|
||||
|
||||
## Features
|
||||
|
||||
- **dark/light mode**, depending on your preferences (dark is default)
|
||||
- **dark/light mode**, depending on your preferences (dark is default, but you can change it)
|
||||
- great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/)
|
||||
- nice code highlighting thanks to [**PrismJS**](https://prismjs.com)
|
||||
- an easy way to modify the theme (**Webpack, NodeJS, PostCSS** — initial setup created by [Marcin Dziewulski](http://www.mobily.pl))
|
||||
- an easy way to modify the theme (**Webpack, NodeJS, PostCSS etc.**)
|
||||
- fully responsive
|
||||
|
||||
#### Built-in shortcodes
|
||||
@ -57,7 +57,7 @@ The theme doesn't require any advanced configuration. Just copy:
|
||||
baseurl = "https://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "Hello Friend"
|
||||
theme = "hugo-theme-hello-friend"
|
||||
theme = "hello-friend"
|
||||
copyright = ""
|
||||
paginate = 5
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "hello-friend",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"author": "panr & mobily",
|
||||
"author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "webpack --mode=development --watch",
|
||||
|
Loading…
Reference in New Issue
Block a user