Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2019-03-23 18:40:12 +0300
committerNate <nathancday@gmail.com>2019-03-23 18:40:12 +0300
commit3f78e92279041806ab1c9aa66735377f00ffd7e4 (patch)
tree6c78c2e4038be41e6f3088dba5b0d1d557375655
parent17ea1c6be60d89604bba56d87f188b9c7097dbce (diff)
added NEWS.mdv0.0.3
-rw-r--r--NEWS.md2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..b7ea4c9
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,2 @@
+# v0.0.3
+Support FontAwesome5 thanks to @BPDranka
diff --git a/README.md b/README.md
index b68f113..2764158 100644
--- a/README.md
+++ b/README.md
@@ -121,12 +121,12 @@ The summary description will use the one provided in a post's front matter if it
### Font Awesome
-Font Awesome v5 icons are supported. The syntax for using these icons has changed with the version update. You must now include the full name of the icon e.g. `far fa-twitter` which adds a tag that specifies the weight of the icon used. Note that only free icons are supported by default. If you are a Font Awesome Pro user, you can add your website as a new project which will generate the code necessary to reference the pro CDN. Use the HTML code that is generated to replace that in the file at layouts/partials/css.html.
+Font Awesome v5 icons are supported. The syntax for using these icons has changed with the version update. You must now include the full name of the icon e.g. `far fa-twitter` which adds a tag that specifies the weight of the icon used. Note that only free icons are supported by default. If you are a Font Awesome Pro user, you can add your website as a new project which will generate the code necessary to reference the pro CDN. Use the HTML code that is generated to replace that in the file at layouts/partials/css.html. Learn more in the [Font Awesome docs](https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use).
## Going forward
-This theme is something I have been working on for the last 6-months and feel like it is finally ready (enough) to share with the world. I'm sure there a wrinkles in some of it that I have yet to find.
+This theme is something I enjoy and hope you do to.
If you get unexpected behavior post an issue and try to keep it as minimal as possible. Ideally bug reports would be reproducible using the [QuickStart tutorial](https://gohugo.io/getting-started/quick-start/) plus whatever changes cause the problem.