Commit graph

58 commits

Author SHA1 Message Date
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
Vicky
65b49aa8c8 Merge branch 'master' of https://github.com/hivickylai/hugo-theme-introduction 2018-03-25 11:12:37 -04:00
Hanzei
bd73c0f47b Allow custom css files (#35) 2018-03-25 11:09:30 -04:00
Vicky
b59b398e2f Minor correction to exampleSite config syntax. 2018-02-13 22:46:45 -05:00
Vicky
e0620b8802 Use built-in Chroma to allow choosing highlight theme. 2018-02-03 10:57:51 -05:00
Leonid Evdokimov
594c8c1cc0 Make hljsTheme configurable, use dark theme for themeStyle=dark 2018-01-28 21:46:50 +03:00
Daniel Diaz Medrano
0d743956d0 Params changed to camelCase 2018-01-26 17:10:03 -08:00
Vicky
3a1fbfb306 Fixed #22. Moved opening body tags into template files instead of header. 2018-01-26 13:37:19 -05:00
Vicky
6194be724a Bug fixes 🐞, added to README. 2017-11-14 11:55:02 -05:00
Vicky
ef3fb0cf02 Version 3.0 2017-11-13 16:01:53 -05:00