Victoria Drake
84e3340ca0
Adds giscus and color tweaks
2021-12-19 08:51:11 -06:00
Athanasia Monika Mowinckel
8c3c9cedd0
Add option for giscus comment section ( #309 )
...
* add giscus option
* add giscus options to config.toml
* rm quotes around hugo code
2021-12-18 19:43:37 -06:00
MyGiHu
a3622efe77
Remains of Google+ removed ( #284 )
...
* fix-262
* Replacing Moment.js with native JavaScript
* Update config.toml
Adding the "auto" option of themeStyle to the comment.
* Remains of Google+ removed
2021-01-17 10:00:50 -05:00
Victoria Drake
2932037152
Update docs and config.toml
...
- Add instructions for Contact section clock and Plausible
- Update README and Theme Features post
Close #273
2020-12-31 07:56:23 -05:00
MyGiHu
87eb51f115
Adding the "auto" option of themeStyle to the comment ( #272 )
...
* fix-262
* Replacing Moment.js with native JavaScript
* Update config.toml
Adding the "auto" option of themeStyle to the comment.
2020-12-27 19:10:05 -05:00
Angelo
630c4c6b48
add archive format to all posts
2020-12-24 21:31:47 +13:00
MyGiHu
6925c0248c
Replacing Moment.js with native JavaScript ( #266 )
...
* fix-262
* Replacing Moment.js with native JavaScript
2020-12-04 09:49:32 -06:00
Victoria Drake
fae154e857
Add demo taxonomy to example post
2020-10-11 19:47:53 -04:00
Luke Rawlins
1ac7a27d76
removed test taxonomies from example site
2020-09-23 21:13:03 -04:00
Luke Rawlins
81e8120a5a
initial
2020-09-23 18:33:45 -04:00
Linh T. Tô
b7ecf0c08c
Allow for Custom JavaScript files ( #233 )
2020-08-08 10:52:35 -04:00
Victoria Drake
e781be1620
Add example site configuration post, shortcodes
...
- Hopefully help explain related issues #217 , #194
Close #226
2020-07-25 09:57:40 -04:00
Victoria Drake
8dfb51cae7
Switch examplesite back to light
2019-12-28 22:36:06 -05:00
Victoria Drake
7a8b8e78b5
Make markdown table dark style less icky ( close #189 )
...
Thanks @meeDamian!
2019-12-28 22:07:04 -05:00
Victoria
632bcd4579
Fix hero sizes ( #137 )
...
* Fix hero sizes
- Use proper sections in index.html to comply with bulma styles
- Update default value of header height to "fullheight" (shows navbar)
* Revert unrelated changes
2019-03-15 11:27:09 -04:00
Sascha Mann
7584ca2c4f
Add HTML attributes to social links
...
* Insert arbitrary HTML attributes to social links via config.toml
(fixes #121 )
2019-01-13 22:52:57 +01:00
Maximilian Bosche
819c058865
Added parameter for timeformat ( #124 )
2019-01-13 09:24:53 +01:00
Alison Presmanes Hill
2c5cfbc4b3
Add fa icon packs ( #113 )
...
This PR adds functionality for users to specify which `icon_pack` to use (`fas` or `fab`; see: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4 ) in the `config.toml` file, so that users can use the solid icons as well as the brand icons.
```
[[params.social]]
url = "https://twitter.com/ "
icon = "twitter" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "https://facebook.com/ "
icon = "facebook-f" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "https://linkedin.com/ "
icon = "linkedin-in" # icon name without the 'fa-'
icon_pack = "fab"
[[params.social]]
url = "mailto:youremail@email.com" # For a direct email link, use "mailto:test@example.org".
icon = "paper-plane" # icon name without the 'fa-'
icon_pack = "fas"
```
2018-12-14 09:32:50 +01:00
Kevin Ottens
bab5773e9f
Allow to have the fade-in effect only on main page ( #78 )
2018-09-30 19:32:21 +02:00
Hanzei
7d65d6ca14
Fix baseurl ( #86 )
2018-09-18 08:36:57 +02:00
Vicky
f57db6fc73
Update example content helpfulness
...
- Indicate which files and templates are used
2018-09-15 12:40:16 +09:00
Vicky
03e80406a5
Update README and screenshots
2018-09-03 16:49:47 +09:00
Vicky
463f61286e
Fix spacing and html background color
...
- Add spacing before All Blog Posts section
- Apply background color to html (was white in dark theme)
2018-08-24 14:54:45 -05:00
Vicky
a6f92dcc26
Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen
2018-07-26 15:53:56 -04:00
Hanzei
5687d97c78
Refactor taxonomies page
2018-07-24 00:04:56 +02:00
Hanzei
389ac2a34b
Add projects.useTwoColumns option
2018-07-22 07:24:01 +02:00
Hanzei
452913c1fa
Place custom css under assets
2018-07-20 18:27:34 +02:00
Hanzei
80c0c42f93
Fix e-mail adress
2018-07-20 17:49:28 +02:00
Hanzei
ef5feab3ef
Refactor config.toml
2018-07-20 14:45:36 +02:00
Hanzei
0f2d3808ee
Use headless bundle for home page
2018-07-18 17:39:11 +02:00
Vicky
9651b77ff6
Fix spelling errors
2018-07-15 17:10:01 -04:00
Hanzei
0c4bc76495
Bump fontawsome to version 5.1
2018-07-12 12:15:25 +02:00
Hanzei
79574f632e
Use hugo sass prozessing
2018-07-10 09:23:19 +02:00
Hanzei
088c65bac5
Use Image Processing to resize images
2018-07-06 14:31:16 +02:00
Hanzei
d582fa6592
Allow custom menus
2018-07-01 18:09:14 +02:00
Hanzei
8549e0c94b
Remove enforce_ssl setting
2018-07-01 10:10:18 +02:00
Hanzei
1677c5dd4e
Add languageCode for every language
2018-06-29 09:58:58 +02:00
Hanzei
5fcba47801
Cleanup config
2018-06-27 22:45:52 +02:00
Hanzei
0f5be4877e
Remove unused config parameter
2018-06-27 15:54:00 +02:00
Hanzei
7fe657ed24
Add german translation
2018-06-27 15:53:05 +02:00
Hanzei
389a69a6e7
Add Multilingual support
2018-06-27 02:31:18 +02:00
Hanzei
c555b2b52c
Merge branch 'master' into fix_nav_2
2018-06-27 00:30:17 +02:00
Hanzei
8269d33fa2
Cleanup code
2018-06-25 15:03:18 +02:00
Vicky
997c707d5b
Update templates ( fix #59 , close #61 , close #60 )
...
+ Add functionality to limit projects shown on main page
+ Improve projects display columns
+ List pages show content from _index.md files
+ Add GetPage logic to index.html and nav menus
2018-06-24 20:22:21 -04:00
Hanzei
7e801f02a3
Merge branch 'master' into fix_nav_2
2018-06-15 13:29:17 +02:00
Vicky
4a1380f152
Update exampleSite config footerText comment
...
+ Resolves #53
2018-06-12 13:46:01 -04:00
Vicky
97cdc2aaea
Fix location of syntax highlight params in config
...
+ Move pygmentsStyle and pygmentsCodefences out of [params] in
config.toml
+ This fixes issue of syntax highlighting not working
2018-06-12 12:27:38 -04:00
Hanzei
6580118347
Cleanup exampleSite/config.toml ( Fix #55 )
2018-06-12 12:27:13 -04:00
Hanzei
d39cbfe868
Add showRSSButton setting
2018-06-12 01:39:02 +02:00
Vicky
64f3358bc9
Restored camel case params.
2018-03-25 13:11:24 -04:00