Commit graph

149 commits

Author SHA1 Message Date
tanohzana
99fb3d499a add a bit of space between social icons 2019-04-06 13:01:04 +02:00
Victoria
b82db49f28 Merge branch 'master' into fix-cors 2019-03-18 15:30:32 -04:00
Victoria
f89d9c5996 Rebuild docs 2019-03-18 15:26:55 -04:00
Victoria
31520b6f78 Try netlify.toml and rel css links 2019-03-18 14:46:00 -04: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
Hanzei
5895d84506
Fix font path 2018-11-28 20:19:25 +01:00
Hanzei
dfe920cc2a
Regenerate resources 2018-11-13 11:05:04 +01:00
Hanzei
04f47b3377
Add tests for Hugo 0.50 (#99)
* Add tests for hugo 0.50

* Update docs

* Update resources
2018-10-29 14:43:15 +01:00
Hanzei
6c090cc278
Update docs & Add script to build docs 2018-10-10 15:51:40 +02:00
Hanzei
2267f54d5a
Add test for hugo 0.49.1 (#95) 2018-10-10 15:32:25 +02: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
7bb579950a Fix #81
- Hide date part in posts if no date is given
2018-09-16 12:22:05 +09:00
Vicky
f57db6fc73 Update example content helpfulness
- Indicate which files and templates are used
2018-09-15 12:40:16 +09:00
Vicky
9e66456804 Update English About page 2018-09-15 12:32:10 +09:00
Vicky
ef92cd4822 Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-09-03 16:59:49 +09:00
Vicky
03e80406a5 Update README and screenshots 2018-09-03 16:49:47 +09:00
Hanzei
fe57f7d294
Hide generated files via gitattributes
See https://medium.com/@clarkbw/managing-generated-files-in-github-1f1989c09dfd
2018-08-31 10:32:01 +02:00
Vicky
0c84daa1ca Update about copy 2018-08-24 15:19:06 -05:00
Vicky
6a63b29b5e Fix size of carousel buttons
- Next and Prev buttons were too small to click easily
2018-08-24 15:06:45 -05: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
1d20702462 Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-08-24 14:44:11 -05:00
Hanzei
cec1b43798
Update Font Awsome to 5.2 2018-08-22 08:21:27 +02:00
Hanzei
caecb7e921
Cleanup unused images 2018-08-22 08:20:06 +02:00
Vicky
ff59834c3f Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-08-21 14:50:49 -05:00
Hanzei
ae81e9c780
Update hugo version to 0.46 2018-08-01 12:30:34 +02:00
Hanzei
ef4cd37814
Use doublequotes when possible 2018-07-29 09:21:19 +02:00
Hanzei
1cc7ddd7cd
Canonify owlCarousel css path 2018-07-26 22:43:35 +02: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
c1a279a871
Canonify owlCarousel css path 2018-07-26 19:34:02 +02: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
9b08324593
Fix more build problems 2018-07-22 07:11:45 +02:00
Hanzei
68d795ed4d
Fix width of images on homepage 2018-07-21 10:32:38 +02:00
Hanzei
8fbb68c6be
Use abs url with GetPage 2018-07-21 09:53:23 +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
64b7e1b010
Fix spanish writing image 2018-07-19 17:53:27 +02:00
Hanzei
ce33fc7917
Dry up stylesheed 2018-07-19 17:47:51 +02:00
Hanzei
e375687f26
Bundle nav script in index.js 2018-07-19 15:37:06 +02:00
Hanzei
9125225a21
Add owlCarousel to homepage modal 2018-07-19 15:33:29 +02:00
Hanzei
2246ec7370
Fix modal closing 2018-07-19 15:15:30 +02:00
Hanzei
0f2d3808ee
Use headless bundle for home page 2018-07-18 17:39:11 +02:00
Vicky
58804859f0 Add example images 2018-07-15 17:39:20 -04:00
Vicky
9651b77ff6 Fix spelling errors 2018-07-15 17:10:01 -04:00
Hanzei
f8272377bc
Only include need bulma files 2018-07-13 11:29:45 +02:00
Hanzei
618fe065fe
Fix js include 2018-07-13 11:19:48 +02:00
Hanzei
986d249391
Bundle assets
Update dependencies
2018-07-13 10:55:02 +02:00
Hanzei
f5c0d492d3
Fix font weight 2018-07-12 14:44:52 +02:00
Hanzei
0c4bc76495
Bump fontawsome to version 5.1 2018-07-12 12:15:25 +02:00
Hanzei
cec28bd89d
Fix resources 2018-07-11 10:02:04 +02:00
Hanzei
297ac04015
Fix style errors 2018-07-11 09:55:47 +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
ceb94b3e91
Fix spanish translation 2018-07-03 09:13:49 +02:00
Hanzei
558dd3b151
Add spanish placeholder texts 2018-07-02 16:11:46 +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
b1a8b360b0
Update exampleSite texts 2018-06-27 15:43:30 +02:00
Hanzei
1a812d9af1
Cleanup font matter and archetypes 2018-06-27 11:38:26 +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
f44bb378d4 Updated links. 2018-05-21 20:15:05 -04: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
4c5cc255d0 Updated exampleSite and CHANGELOG. 2018-01-26 14:28:51 -05:00
Vicky
3a1fbfb306 Fixed #22. Moved opening body tags into template files instead of header. 2018-01-26 13:37:19 -05:00
Vicky
423d2dbe89 Minor edits to about section in exampleSite 2017-11-14 12:14:24 -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
Vicky
c5accbb6cd Updated links 2017-08-12 12:10:55 +07:00
Vicky
3d7ed05dff Minor fixes and changelog update 2017-07-25 08:37:04 +08:00
Vicky
2e01da3ccd Version 2.10 with bug fix 2017-05-25 19:05:18 +07:00
Vicky
90b2dd142f Added light and dark themes. 2017-05-14 15:12:23 +08:00
Derik Evangelista
8bf5b9e365 Ability to turn off the fadein effect (#4)
* Ability to turn off the fadein effect

* Ability to disable fadein effect on blog posts

* Disable fadein on 404 and list pages
2017-05-05 06:03:05 -05:00
Vicky
faf627d2c8 Added Changelog 2017-04-20 11:47:18 +08:00
Vicky
7688b4550d Added introheight to config in exampleSite 2017-04-11 09:35:59 +08:00
Vicky
7b198daf79 Added reURL function for init.js, deleted generated content in /public 2017-03-21 10:53:25 +08:00
Vicky
6598cf34b0 Initial commit 2017-03-13 17:14:02 +08:00